public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] MCF5271 Port.
@ 2007-01-29 11:13 adarsh babu
  2007-01-29 13:44 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: adarsh babu @ 2007-01-29 11:13 UTC (permalink / raw)
  To: u-boot

I am new to U-Boot. I downloaded u-boot-1.1.6 and plan
to use the same on the MCF5271 EVB. My host system has
Red Hat 6.

I followed the instructions provided in the readme and
I got the following result 

[root at em u-boot-1.1.6]# make M5271EVB_config
Configuring for M5271EVB board...
[root at em u-boot-1.1.6]# make all
for dir in tools examples post post/cpu ; do make -C
$dir _depend ; done
make[1]: Entering directory
`/U-Boot/u-boot-1.1.6/tools'
ln -s ../common/environment.c environment.c
ln -s ../lib_generic/crc32.c crc32.c
make[1]: Leaving directory
`/U-Boot/u-boot-1.1.6/tools'
make[1]: Entering directory
`/U-Boot/u-boot-1.1.6/tools'
make[1]: Nothing to be done for `_depend'.
make[1]: Leaving directory
`/U-Boot/u-boot-1.1.6/tools'
make[1]: Entering directory
`/U-Boot/u-boot-1.1.6/examples'
m68k-elf-gcc: hello_world.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: stubs.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
make[1]: *** [.depend] Error 1
make[1]: Leaving directory
`/U-Boot/u-boot-1.1.6/examples'
make[1]: Entering directory
`/U-Boot/u-boot-1.1.6/post'
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
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: uart.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: usb.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: watchdog.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
make[1]: *** [.depend] Error 1
make[1]: Leaving directory `/U-Boot/u-boot-1.1.6/post'
make[1]: Entering directory
`/U-Boot/u-boot-1.1.6/post/cpu'
m68k-elf-gcc: asm.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: cmp.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: cmpi.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: two.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: twox.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: three.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: threex.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: threei.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: andi.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: srawi.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: rlwnm.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: rlwinm.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: rlwimi.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: store.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: load.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: cr.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: b.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: multi.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: string.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
m68k-elf-gcc: complex.o: No such file or directory
m68k-elf-gcc: unrecognized option `-MQ'
make[1]: *** [.depend] Error 1
make[1]: Leaving directory
`/U-Boot/u-boot-1.1.6/post/cpu'
make: *** [depend] Error 2

Can you please help me out.

Regards,
Adarsh.
 


		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot-Users] MCF5271 Port.
@ 2007-01-29 12:14 adarsh babu
  0 siblings, 0 replies; 12+ messages in thread
From: adarsh babu @ 2007-01-29 12:14 UTC (permalink / raw)
  To: u-boot

Hi,

A small typ error in the previous mail. The Host
system as Red Hat 9 Kernel version 2.4.20.8

Regards,
Adarsh.



		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-02-13 16:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-29 11:13 [U-Boot-Users] MCF5271 Port adarsh babu
2007-01-29 13:44 ` Wolfgang Denk
2007-01-29 14:54   ` Zachary P. Landau
2007-01-30  4:44     ` Adarsh Babu
2007-02-01 15:58       ` Adarsh Babu
2007-02-01 18:27         ` Zachary P. Landau
2007-02-05 16:04         ` Bartlomiej Sieka
2007-02-08 15:22           ` Adarsh Babu
2007-02-08 16:20             ` Wolfgang Denk
2007-02-13 16:37               ` Adarsh Babu
2007-02-05 21:17         ` Bartlomiej Sieka
  -- strict thread matches above, loose matches on Subject: below --
2007-01-29 12:14 adarsh babu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox