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]

Re: cross compiler [on cygwin, targeting arm-linux]


Paul McDonald wrote:
I've been making progess with my cross-compiler, I decided it was better to go off and do some background research instead of just following how-to's without understanding what was going on. Now that I'm a little more educated I've realised how good crosstool is, it really does take the pain out of building toolchains (almost anyway).
I'm using binutils-2.15 gcc-3.4.3 glibc-2.3.5 and and some headers that I got from another website.
...
/home/Paul/downloads/gcc-3.4.3/gcc/optabs.c: In function `expand_binop':
/home/Paul/downloads/gcc-3.4.3/gcc/optabs.c:1870: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[1]: *** [optabs.o] Error 1
make[1]: Leaving directory `/home/Paul/downloads/build/build-gcc-core/gcc'
make: *** [all-gcc] Error 2

Does moving to a newer gcc fix it?


Does using crosstool fix it?  (I assume you're not quite
using crosstool, since you say you're using "some headers
that you got from anothr website", which doesn't sound
very crosstool-y.)


-- Trying to get a job as a c++ developer? See http://kegel.com/academy/getting-hired.html

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