I have a friendly arm and I want to run code on it. I compile this code in redhat 9 and it work successfully but when I copy its binary file on arm so it doesn't work so please help me. want to install something in arm also? Thanks -- Abdul WQahab
How to run Hello.c code on mini 2440
I compile code using cross compiler but I run binary file on board so it said permission denied. Please help me where the problem occur -- Abdul Wahab
On your host command line type: readelf -a <your_hello_file_name> and tell us what the last 5-10 lines say. You are looking for armv4t
Hi to all, i compiled the program using "arm-linux-gnueabi-gcc" it been compilled sucessfully .but when i ran this code on "friendly arm " .it is giving that "Illigal Instruction ". Please instruct me where we have done mistake