Could you please anyone help me how to cross compile simple hello driver program on s3c2440FriendlyARM9 board(it's urgent for me) I'm a newbie on cross compilation field and please explain me step by step... Regards Shreyas
how to cross compile simple hello driver program on s3c3440 Frie
Install cross compiler and run: arm-linux-gcc hello.c -o hello (arm-linux-gcc is name of your cross compiler). toolchain you can get from : http://billforums.station51.net/viewtopic.php?f=4&t=20