From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rajucm Date: Thu, 09 Nov 2006 11:51:30 +0530 Subject: [U-Boot-Users] : Not able to compile u-boot 1.1.5 for the at91rm9200dk Message-ID: <4552C8EA.3010003@procsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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