This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

crosstool-0.27: builduserland fails: arm-linux-gcc not found; I have arm-arm9-linux-gnu-gcc


Hi;

  I'm puzzled now about the transition from

"--notest"

to

"--notest --builduserland" 


Here is my start script for crosstool (v.0.27):

*******************************************************
#!/bin/sh

set -ex

TARBALLS_DIR=~/downloads
RESULT_TOP=~/crosstool
KERNELCONFIG=$PWD/arm.config
TARGET=arm-arm9-linux-gnu
TARGET_CFLAGS="-O"
BINUTILS_DIR=binutils-2.14.90.0.7
BINUTILS_URL=http://www.kernel.org/pub/linux/devel/binutils
GCC_DIR=gcc-3.2.1
GLIBC_DIR=glibc-2.3.1
GLIBCTHREADS_FILENAME=glibc-linuxthreads-2.3.1
LINUX_DIR=linux-2.4.21

export TARBALLS_DIR RESULT_TOP SRC_DIR KERNELCONFIG TARGET TARGET_CFLAGS \ 
BINUTILS_DIR BINUTILS_URL GCC_DIR GLIBC_DIR LINUX_DIR GLIBCTHREADS_FILENAME

# /bin/sh all.sh --notest --builduserland
/bin/sh all.sh --notest
*******************************************************

Here's the excerpted error message that I get:

.....
-----------------------
target: busybox.prepare
-----------------------

touch 
/tuba_local/pristine_crosstool/pristine_crosstool27/patched-crosstool-0.27/build/arm-arm9-linux-gnu/gcc-3.2.1-glibc-2.3.1-binutils-2.14.90.0.7-linux-2
.4.21/ptxdist-testing-20031113/build/busybox-1.00-pre3/busybox.links
PATH="/home/msa3530/crosstool/arm-arm9-linux-gnu/gcc-3.2.1-glibc-2.3.1-binutils-2.14.90.0.7-linux-2.4.21"/bin:$PATH 
make -C /tuba_local/pristine_crosstool/p
ristine_crosstool27/patched-crosstool-0.27/build/arm-arm9-linux-gnu/gcc-3.2.1-glibc-2.3.1-binutils-2.14.90.0.7-linux-2.4.21/ptxdist-testing-20031113/build/b
usybox-1.00-pre3 distclean CROSS="arm-linux"- HOSTCC=gcc EXTRA_CFLAGS='-O 
-mcpu=405'
/bin/sh: line 1: arm-linux-gcc: command not found
.....

Thanks,
Ken



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]