Hi Everyone,
I'm using DevKit8000, I want to compile x-loader but it is not compiling I have followed the procedure everything which is explained below,
make distclean
make ARCH=arm omap3devkit8000_config (Here it is configuring correctly)
make ARCH=arm I'm getting an error as,
arm-none-linux-gnueabi-gcc -Wa,-gstabs -D__ASSEMBLY__ -g -Os -fno-strict-aliasing -fno-common -ffixed-r8 -D__KERNEL__ -DTEXT_BASE=0x40200800 -I/home/gurucharan/x-load-1.41/include -fno-builtin -ffreestanding -nostdinc -isystem /home/gurucharan/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -pipe -DCONFIG_ARM -D__ARM__ -march=armv7a -mabi=apcs-gnu -c -o cpu/omap3/start.o /home/gurucharan/x-load-1.41/cpu/omap3/start.S
/home/gurucharan/x-load-1.41/cpu/omap3/start.S:1: error: bad value (armv7a) for -march= switch
make: *** [cpu/omap3/start.o] Error 1
I have searched the code everything is fine can anyone guide me in this issue and kindly do the needful
Thanks and Regards,
Guru Charan