2008-11-21 10:29:40 Need some help to install the uclinux in ubuntu
Ivan Antonio (PORTUGAL)
Message: 65689
Hi!
I am having some problems to install the uclinux in ubuntu. Anyone know a good tutorial to install it?
My problem is when i do the command make on terminal
ivan@ivan-desktop:~/uClinux-dist$ make
make ARCH=blackfin CROSS_COMPILE=bfin-uclinux- -j4 -C linux-2.6.x || exit 1
make[1]: bfin-uclinux-gcc: Command not found
make[1]: Entering directory `/home/ivan/uClinux-dist/linux-2.6.x'
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC scripts/mod/empty.o
/bin/sh: bfin-uclinux-gcc: not found
make[3]: *** [scripts/mod/empty.o] Error 127
make[2]: *** [scripts/mod] Error 2
make[1]: *** [scripts] Error 2
make[1]: Leaving directory `/home/ivan/uClinux-dist/linux-2.6.x'
make: *** [linux] Error 1
ivan@ivan-desktop:~/uClinux-dist$
plz help me
thx for ur time
QuoteReplyEditDelete
2008-11-21 10:59:58 Re: Need some help to install the uclinux in ubuntu
Ian Jeffray (UNITED KINGDOM)
Message: 65690
You've mis-installed or not installed the Blackfin toolchain. See the Wiki.
http://docs.blackfin.uclinux.org/doku.php?id=toolchain:installing
QuoteReplyEditDelete
2008-11-21 12:23:13 Re: Need some help to install the uclinux in ubuntu
Ivan Antonio (PORTUGAL)
Message: 65692
thx