2008-10-09 10:41:40 uClinux 2008 R1.5 compilation problem
ashwin b (INDIA)
Message: 63339
I am trying to compile the uClinux 2008 R1.5 kernel.
When i try to follow the first step: make xconfig, I get the following error:
cc -c -o tkparse.o tkparse.c
make[1]: cc: Command not found
I have the Blackfin uClinux 2008 toolchain installed and
"gcc -v" gives
Target: i686-pc-linux-gnu
Configured with: ./configure
Thread model: posix
gcc version 4.2.0
QuoteReplyEditDelete
2008-10-09 12:31:45 Re: uClinux 2008 R1.5 compilation problem
Mike Frysinger (UNITED STATES)
Message: 63342
any sane distro will have "cc" installed as a link to "gcc"
you might want to review this:
http://docs.blackfin.uclinux.org/doku.php?id=installing_linux
QuoteReplyEditDelete
2008-10-19 00:40:00 Re: uClinux 2008 R1.5 compilation problem
li changhong (CHINA)
Message: 63907
hehe ,perhaps,you not download the toolchain ,or you not set the path after you install the tool chain