* [U-Boot-Users] hi what is this -MQ option for?
@ 2007-11-26 11:19 yusuf khan
2007-12-03 14:14 ` Detlev Zundel
0 siblings, 1 reply; 2+ messages in thread
From: yusuf khan @ 2007-11-26 11:19 UTC (permalink / raw)
To: u-boot
Hi all
i have put patch to port u-boot to mc68360, now when i am trying to
compile u-boot i am getting this error
m68k-elf-gcc: cache_8xx.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: cache.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: codec.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: cpu.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: dsp.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: ether.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: i2c.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: memory.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: post.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: rtc.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: spr.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: sysmon.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: tests.o: No such file or directory
now i want to know,why is this -MQ option used,it is in
$(TOPDIR)/rules.mk,i am using cross compilation tool chain gcc version
2.95.3,does this compiler is too old,thats why not able to recognise
the option....please let me know,how can i proceed
Thanks Yusuf
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] hi what is this -MQ option for?
2007-11-26 11:19 [U-Boot-Users] hi what is this -MQ option for? yusuf khan
@ 2007-12-03 14:14 ` Detlev Zundel
0 siblings, 0 replies; 2+ messages in thread
From: Detlev Zundel @ 2007-12-03 14:14 UTC (permalink / raw)
To: u-boot
Hi Yusuf,
> i have put patch to port u-boot to mc68360, now when i am trying to
> compile u-boot i am getting this error
> m68k-elf-gcc: cache_8xx.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: cache.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: codec.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: cpu.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: dsp.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: ether.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: i2c.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: memory.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: post.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: rtc.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: spr.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: sysmon.o: No such file or directory
> m68k-elf-gcc: unrecognized option `-MQ'
> m68k-elf-gcc: tests.o: No such file or directory
>
> now i want to know,why is this -MQ option used,it is in
> $(TOPDIR)/rules.mk,i am using cross compilation tool chain gcc version
> 2.95.3,does this compiler is too old,thats why not able to recognise
> the option....please let me know,how can i proceed
This option is used to get gcc not to compile code, but to generate
dependency rules includable from makefiles. Obviously your compiler is
too old, so you need to update your crosstoolchain.
Apart from this dependency problem I am pretty sure that 2.95.3 would
surely trip in other places as well and is thus very likely a waste of
time.
Best wishes
Detlev
--
Man sei weder unzufrieden mit sich selbst - denn das waere Kleinmut - noch
selbstzufrieden - denn das waere Dummheit.
--- Baltasar Gracian
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-03 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-26 11:19 [U-Boot-Users] hi what is this -MQ option for? yusuf khan
2007-12-03 14:14 ` Detlev Zundel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox