Hi all,<br><br>I&#39;m trying to compile U-Boot for the M5272C3 board.&nbsp; I&#39;m using m68k-elf-tools-20030314, and have downloaded u-boot using <br><pre><font style="font-family: arial,sans-serif;" size="4">git clone git://www.denx.de/git/u-
boot.git u-boot/</font><br><br><font face="arial,sans-serif"><font size="2">First, I run make distclean, that seems to work fine.  Then I do the following:<br><br>david@chiron:~/u-boot$ make M5272C3_config<br>Configuring for M5272C3 board...
<br>david@chiron:~/u-boot$ make<br>Generating include/autoconf.mk<br>m68k-elf-gcc: /home/david/u-boot/include/autoconf.mk: No such file or directory<br>m68k-elf-gcc: unrecognized option `-MQ&#39;<br>m68k-elf-gcc: Compilation of header file requested
<br>for dir in tools examples ; do make -C $dir _depend ; done<br>make[1]: Entering directory `/home/david/u-boot/tools&#39;<br>ln -s ../common/environment.c environment.c<br>ln -s ../lib_generic/crc32.c crc32.c<br>ln -s ../lib_generic/sha1.c 
sha1.c<br>make[1]: Leaving directory `/home/david/u-boot/tools&#39;<br>make[1]: Entering directory `/home/david/u-boot/tools&#39;<br>make[1]: Nothing to be done for `_depend&#39;.<br>make[1]: Leaving directory `/home/david/u-boot/tools&#39;
<br>make[1]: Entering directory `/home/david/u-boot/examples&#39;<br>m68k-elf-gcc: hello_world.o: No such file or directory<br>m68k-elf-gcc: unrecognized option `-MQ&#39;<br>m68k-elf-gcc: stubs.o: No such file or directory
<br>m68k-elf-gcc: unrecognized option `-MQ&#39;<br>make[1]: *** No rule to make target `.depend&#39;, needed by `_depend&#39;.  Stop.<br>make[1]: Leaving directory `/home/david/u-boot/examples&#39;<br>make: *** [depend] Error 2
<br><br>Any ideas on what&#39;s going on here?  Do I need a different version of the m68k-elf-tools?<br><br>Thanks,<br><br>-David van Geest<br>[ Rhythm Reloaded ]<br><a href="http://www.rhythmreloaded.com">www.rhythmreloaded.com
</a><br></font></font></pre>