
Hi , I have downloaded u-boot latest version 1.1.6 from the sourceforge.net I have installed cross compiler for arm. my board and cross compiler : board: sbc2410x cross compiler: 2.95.3 cpu: arm920t pc enviroment :red hat 9 u-boot: 1.1.6 1).i set the enviroment variable #vi /etc/profile --------/usr/local/arm/2.95.3/bin 2).I am using following procedure to compile:* make sbc2410x_config make all
3).I am getting an error indicates that *"arm-linux-gcc: unrecognized option `-MQ'"* the discrete information is the following : ~skip~ ~skip~ *make[1]: Leaving directory `/home/hcac/u-boot-1.1.6/post/cpu' make -C cpu/arm920t start.o make[1]: Entering directory `/home/hcac/u-boot-1.1.6/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.6/cpu/arm920t' make: *** [cpu/arm920t/start.o] Error 2* * Thanks zhouyang -------