
Hi All, I have downloaded u-boot latest version 1.1.5 from the sourceforge.net I have installed cross compiler for arm.
*I am using following procedure to compile:* make clobber make clean make at91rm9200dk_config make dep make all
*But,* I am getting an error indicates that *"arm-linux-gcc: unrecognized option `-MQ'"* please Let me know me, if I have left with any more configuration. * Here is a log please some body can look into it. *make[1]: Leaving directory `/home/hcac/u-boot-1.1.5/post/cpu' make -C cpu/arm920t start.o make[1]: Entering directory `/home/hcac/u-boot-1.1.5/cpu/arm920t' arm-linux-gcc: start.o: No such file or directory arm-linux-gcc: unrecognized option `-MQ' arm-linux-gcc: cpu.o: No such file or directory arm-linux-gcc: unrecognized option `-MQ' arm-linux-gcc: interrupts.o: No such file or directory arm-linux-gcc: unrecognized option `-MQ' make[1]: *** [.depend] Error 1 make[1]: Leaving directory `/home/hcac/u-boot-1.1.5/cpu/arm920t' make: *** [cpu/arm920t/start.o] Error 2*
* Thanks RajuCm