
Hi;
<snip> make -C examples all make[1]: Entering directory `/home/tehkok/u-boot-1.1.5/examples' mips_4KC-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbfc00000 -I/home/tehkok/u-boot-1.1.5/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk/usr/bin/../lib/gcc-lib/mips-linux/3.3.3/include -pipe -DCONFIG_MIPS -D__MIPS__ -march=4kc -mtune=4kc -EB -mabicalls -Wall -Wstrict-prototypes -c -o hello_world.o hello_world.c mips_4KC-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xbfc00000 -I/home/tehkok/u-boot-1.1.5/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/eldk/usr/bin/../lib/gcc-lib/mips-linux/3.3.3/include -pipe -DCONFIG_MIPS -D__MIPS__ -march=4kc -mtune=4kc -EB -mabicalls -Wall -Wstrict-prototypes -c -o stubs.o stubs.c mips_4KC-ar crv libstubs.a stubs.o a - stubs.o make[1]: *** No rule to make target `hello_world.srec', needed by `all'. Stop. make[1]: Leaving directory `/home/tehkok/u-boot-1.1.5/examples' make: *** [examples] Error 2 [tehkok@linux2:~/u-boot-1.1.5 13]$ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This program built for i486-pc-linux-gnu [tehkok@linux2:~/u-boot-1.1.5 15]$
Any advice is appreciated.
Regards, Kok How