hi
When I compile u-boot-0.3.0 then I have the following problem:
ppc_405-ld -g -Ttext 0x40000 -o sched -e sched sched.o libsyscall.a
ppc_405-objcopy -O srec sched sched.srec
ppc_405-objcopy -O binary hello_world.srec hello_world.bin 2>/dev/null
make[1]: *** [hello_world.bin] Error 1
make[1]: Leaving directory
`/home/bwoldert/bootloader/u-boot-0.3.0/examples'
make: *** [subdirs] Error 1
I found out:
ppc_405-objcopy -O binary hello_world.srec hello_world.bin
ppc_405-objcopy: Warning: Output file cannot represent architecture
UNKNOWN!
ppc_405-objcopy: hello_world.srec: Bad value
When I delete hello_world from the Makefile, then I have the same problem
with examples/sched.c. I compile on a i386. What's wrong?
regards
Bogdan