This is the mail archive of the crossgcc@sourceware.org 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 problem


So I've been trying to cross compile GCC using you cool crosstool, but I
got into that error that I don't really get.

Majax@MajaxDescktop[0]
~/crosstool-0.42> eval `cat mipsel.dat gcc-4.0.1-glibc-2.2.2.dat` sh
all.sh --notest
gdb-6.4/[...] (tons of those)
+ exists=
+ for arg in '"$@"'
+ case $arg in
++ echo ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.2.2.tar.bz2
++ sed 's,.*/,,;'
+ ARCHIVE_NAME=glibc-2.2.2.tar.bz2
++ echo glibc-2.2.2.tar.bz2
++ sed 's,\.tar\.gz$,,;s,\.tar\.bz2$,,;s,\.tgz,,;'
+ BASENAME=glibc-2.2.2
+ test -z ''
+ test -d
build/mipsel-unknown-linux-gnu/gcc-4.0.1-glibc-2.2.2/glibc-2.2.2
+ test -f /home/Majax/crosstool-download/glibc-2.2.2.tar.bz2
+ for arg in '"$@"'
+ case $arg in
++ echo ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.2.2.tar.gz
++ sed 's,.*/,,;'
+ ARCHIVE_NAME=glibc-2.2.2.tar.gz
++ echo glibc-2.2.2.tar.gz
++ sed 's,\.tar\.gz$,,;s,\.tar\.bz2$,,;s,\.tgz,,;'
+ BASENAME=glibc-2.2.2
+ test -z ''
+ test -d
build/mipsel-unknown-linux-gnu/gcc-4.0.1-glibc-2.2.2/glibc-2.2.2
+ test -f /home/Majax/crosstool-download/glibc-2.2.2.tar.gz
+ exists=/home/Majax/crosstool-download/glibc-2.2.2.tar.gz
+ break
+ test x/home/Majax/crosstool-download/glibc-2.2.2.tar.gz = x
+ test -f /home/Majax/crosstool-download/glibc-2.2.2.tar.gz
+ test -n ''
+ cd build/mipsel-unknown-linux-gnu/gcc-4.0.1-glibc-2.2.2
getandpatch.sh: line 130: cd:
build/mipsel-unknown-linux-gnu/gcc-4.0.1-glibc-2.2.2: No such file or
directory
Majax@MajaxDescktop[0]
~/crosstool-0.42> ls -lap all.sh demo-mipsel.sh getandpatch.sh 
-rwxr-xr-x 1 Majax Majax  5412 Feb 28  2006 all.sh
-rwxr-xr-x 1 Majax Majax  1862 Mar  7  2005 demo-mipsel.sh
-rwxr-xr-x 1 Majax Majax 11402 Feb 27  2006 getandpatch.sh
Majax@MajaxDescktop[0]
~/crosstool-0.42> cd
build/mipsel-unknown-linux-gnu/gcc-4.0.1-glibc-2.2.2
Majax@MajaxDescktop[0]
~/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-4.0.1-glibc-2.2.2>
ls -lap
total 24
drwxr-xr-x  3 Majax Majax 4096 Oct 25 12:54 ./
drwxr-xr-x  4 Majax Majax 4096 Oct 25 12:54 ../
drwxr-xr-x 12 Majax Majax 4096 Oct 25 12:54 gdb-6.4/
Majax@MajaxDescktop[0]
~/crosstool-0.42/build/mipsel-unknown-linux-gnu/gcc-4.0.1-glibc-2.2.2>
echo $USER
Majax

As you can see I get a No such file or directory error on a folder that
exists and that I have access to ?!?!?

Thanks in advance for your response and the precious time you'll take to
answer me.


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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