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]

Cannot compile any tool-chain on ubuntu


Hi,

I am trying to compile a tool chain using the command 'sh demo-i686'
however I am not able to get pase this annoying problem; my original
intention was to compile an ARM crosstool chain, which exhibits
similar errors so I decided to try an i686 target.

The machine I am working on is an Pentium 4 running Ubuntu Gutsy, gcc version:
 machine I am working on is an Pentium 4 running Ubuntu Gutsy, gcc version

What am I doing wrong :( ?

The only thing I changed in the file is my RESULT_TOP var, as I do not
have access to /opt I am using my home directory, could this have
anything to do with it?

RESULT_TOP=$HOME/bin/workdir/crosstool

The following error was produced with the following configuration uncommented:

eval `cat i686.dat gcc-3.3.6-glibc-2.3.6.dat` sh all.sh --notest

make[2]: *** [/home/ravi/bin/workdir/crosstool-0.43/build/i686-unknown-linux-gnu/gcc-3.3.6-glibc-2.3.6/build-glibc/csu/version.o]
Error 1
 make[2]: Leaving directory
`/home/ravi/bin/workdir/crosstool-0.43/build/i686-unknown-linux-gnu/gcc-3.3.6-glibc-2.3.6/glibc-2.3.6/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory
`/home/ravi/bin/workdir/crosstool-0.43/build/i686-unknown-linux-gnu/gcc-3.3.6-glibc-2.3.6/glibc-2.3.6'
 make: *** [lib] Error 2

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