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]

Re: CT 0.29 - stuck compiling gcc 4.0 glibc 2.2.5 ppc405: execvp: /bin/sh: Resource temporarily unavailable


Back again,

I forgot the easiest option: use a shorter path, maybe?
That long commandline is full of options like this:
-B/cygdrive/c/DATA/crosstool-0.29/build/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/build-gcc/gcc So maybe if you unpack crosstool in /x instead of /cygdrive/c/DATA/crosstool-0.29,
the commandline would be short enough to get you by.
mount /cygdrive/c/DATA/crosstool-0.29 /x
or
mount c:\DATA\crosstool-0.28 /x
Ohhh... That was clever! :-)

What happened to the "mount -X" experiment?
Which mount commands did you try, or did
you get confused and give up?  Last I looked,
he was recommending that you not use '/cygdrive' paths
with mount.

Combining both ideas is probably the way to go
if the simple mount I gave above doesn't do it.
I'll be back with the outcome - "soon"...

It's getting nearer - but now I've stumbled over a strange one:


test -z "/opt/crosstool/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/powerpc-405-linux-gnu/lib/nof" || mkdir -p -- "/opt/crosstool/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/powerpc-405-linux-gnu/lib/nof"
mkdir: error 22
make[5]: *** [install-toolexeclibLIBRARIES] Error 2
make[5]: Leaving directory `/x/build/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/build-gcc/powerpc-405-linux-gnu/nof/zlib'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/x/build/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/build-gcc/powerpc-405-linux-gnu/nof/zlib'
make[3]: *** [multi-do] Error 1
make[3]: Leaving directory `/x/build/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/build-gcc/powerpc-405-linux-gnu/zlib'
make[2]: *** [install-multi] Error 2
make[2]: Leaving directory `/x/build/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/build-gcc/powerpc-405-linux-gnu/zlib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/x/build/powerpc-405-linux-gnu/gcc-4.0-20050305-glibc-2.2.5/build-gcc/powerpc-405-linux-gnu/zlib'
make: *** [install-target-zlib] Error 2


I haven't been able to find any info on the "mkdir: error 22", and if I try running the stated command nothing goes wrong... Strange?

BR,
 Martin

------
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]