This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: Linux -> SCO



Terry,

Try setting MAKEFLAGS to -j 1 priro to running make.
This will only compile 1 file at a time.
I have this problem when I compile uclinix on my Pentium with 48meg of memory.


> Isn't that something to do with running out of memory or having some kind of 
> hardware problem relating to memory.
> 
> take a look at: www.bitwizard.nl
> 
> 
> >From: Terry Lee Tucker <terry@esc1.com>
> >To: CrossGCC <crossgcc@sourceware.cygnus.com>
> >Subject: Linux -> SCO
> >Date: Thu, 27 Jan 2000 17:40:49 +0000
> >
> >I am working on a cross compiler for my RedHat 5.2 box. The target is
> >i386-pc-sco3.2v4. I have been have several momumental problems.
> >Currently I'm getting the following error:
> >
> >for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3
> >_ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2
> >_floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi
> >_fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi
> >_fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb
> >_shtab _clear_cache _trampoline __main _exit _ctors _pure; \
> >do \
> >   echo ${name}; \
> >   /usr/src/redhat/SOURCES/build/gcc/xgcc
> >-B/usr/src/redhat/SOURCES/build/gcc/ -B/usr/local/i386-pc-sco3.2v4/bin/
> >-I/usr/local/i386-pc-sco3.2v4/include -O2  -DCROSS_COMPILE -DIN_GCC
> >-g -O2 -I./include   -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED
> >-Dinhibit_libc  -I. -I../../src/gcc -I../../src/gcc/config
> >-I../../src/gcc/../include -c -DL${name} \
> >        ../../src/gcc/libgcc2.c -o ${name}.o; \
> >   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
> >   /usr/src/redhat/SOURCES/build/binutils/ar rc tmplibgcc2.a ${name}.o; \
> >   rm -f ${name}.o; \
> >done
> >_muldi3
> >_divdi3
> >_moddi3
> >_udivdi3
> >_umoddi3
> >_negdi2
> >_lshrdi3
> >_ashldi3
> >_ashrdi3
> >_ffsdi2
> >_udiv_w_sdiv
> >_udivmoddi4
> >_cmpdi2
> >_ucmpdi2
> >_floatdidf
> >_floatdisf
> >_fixunsdfsi
> >_fixunssfsi
> >_fixunsdfdi
> >xgcc: Internal compiler error: program cc1 got fatal signal 11
> >make[1]: *** [libgcc2.a] Error 1
> >make[1]: Leaving directory `/usr/src/redhat/SOURCES/build/gcc'
> >make: *** [all-gcc] Error 2
> >
> >I am building binutils-2.9.1.0.15, gcc-2.95.2, and newlib-1.8.2 all in a
> >directory called "build". I have followed the CrossGCC FAQ to the
> >letter. Anybody know what this means?
> >--
> >Oakwood, GA 30566 USA
> >770.965.9294
> >http://www.esc1.com
> >The Gates of hell shall NOT prevail...
> >
> >------
> >Want more information?  See the CrossGCC FAQ, 
> >http://www.objsw.com/CrossGCC/
> >Want to unsubscribe? Send a note to 
> >crossgcc-unsubscribe@sourceware.cygnus.com
> >
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> 
> ------
> Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com
> 

-- 
========================================================================
David W. Miller               FUJITSU COMPUTER PRODUCTS OF AMERICA, INC. 
dmiller@intellistor.com       Intellistor R&D Operation
(303) 682-6557                1751 South Fordham Street, Suite 100
(303) 682-6401 - FAX          Longmont, Colorado  80503, USA
========================================================================



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


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