Running the rockboxdev.sh script poses problems. I'm runnning it in a terminal window under Ubuntu Dapper ("sudo ./tools/rockboxdev.sh"). This is the outout I get:
ROCKBOXDEV: extracting binutils-2.16.1 in /home/mads/build-rbdev
ROCKBOXDEV: extracting gcc-4.0.3 in /home/mads/build-rbdev
ROCKBOXDEV: mkdir build-binu
ROCKBOXDEV: cd build-binu
ROCKBOXDEV: binutils/configure
creating cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking target system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnuoldld
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
ROCKBOXDEV: binutils/make
./tools/rockboxdev.sh: line 203: make: command not found
ROCKBOXDEV: binutils/make install to /usr/local/arm-elf
./tools/rockboxdev.sh: line 205: make: command not found
ROCKBOXDEV: mkdir build-gcc
ROCKBOXDEV: cd build-gcc
ROCKBOXDEV: gcc/configure
creating cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking target system type... arm-unknown-elf
checking build system type... i686-pc-linux-gnuoldld
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH
ROCKBOXDEV: gcc/make
./tools/rockboxdev.sh: line 217: make: command not found
ROCKBOXDEV: gcc/make install to /usr/local/arm-elf
./tools/rockboxdev.sh: line 219: make: command not found
done
After which it is done (and misleadingly prints: "Make your PATH include :/usr/local/arm-elf/bin" since the .... darn path has yet to be made)
It seems to be a PATH issue but I don't get it. If the script needs a path to a command that it itself puts onto the system, surely it should create those references itself?
Can anyone tell me what is going wrong? Or just a quick manual fix?
Thanks in advance.