<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=289265217-07012008><FONT face=Arial 
color=#0000ff size=2>David,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=289265217-07012008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=289265217-07012008>&nbsp;&nbsp;&nbsp; <FONT 
face=Arial color=#0000ff size=2>Your compiler is old. Please download the latest 
compiler at <A 
href="http://www.codesourcery.com/gnu_toolchains/coldfire/download.html">www.codesourcery.com/gnu_toolchains/coldfire/download.html</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=289265217-07012008><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=289265217-07012008><FONT face=Arial 
color=#0000ff size=2>Regards,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=289265217-07012008><FONT face=Arial 
color=#0000ff size=2>TsiChung</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> u-boot-users-bounces@lists.sourceforge.net 
[mailto:u-boot-users-bounces@lists.sourceforge.net] <B>On Behalf Of </B>David 
van Geest<BR><B>Sent:</B> Sunday, January 06, 2008 7:21 PM<BR><B>To:</B> 
u-boot-users<BR><B>Subject:</B> [U-Boot-Users] compilation problems with 
M5272C3<BR></FONT><BR></DIV>
<DIV></DIV>Hi all,<BR><BR>I'm trying to compile U-Boot for the M5272C3 
board.&nbsp; I'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'<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'<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'<BR>make[1]: Entering directory `/home/david/u-boot/tools'<BR>make[1]: Nothing to be done for `_depend'.<BR>make[1]: Leaving directory `/home/david/u-boot/tools'
<BR>make[1]: Entering directory `/home/david/u-boot/examples'<BR>m68k-elf-gcc: hello_world.o: No such file or directory<BR>m68k-elf-gcc: unrecognized option `-MQ'<BR>m68k-elf-gcc: stubs.o: No such file or directory
<BR>m68k-elf-gcc: unrecognized option `-MQ'<BR>make[1]: *** No rule to make target `.depend', needed by `_depend'.  Stop.<BR>make[1]: Leaving directory `/home/david/u-boot/examples'<BR>make: *** [depend] Error 2
<BR><BR>Any ideas on what'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></BODY></HTML>