public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* libgcc 4.3.0 fails to build: crti.o: No such file
@ 2008-04-10  0:45 Shaun Jackman
  2008-04-10  1:24 ` Brian Dessent
  0 siblings, 1 reply; 3+ messages in thread
From: Shaun Jackman @ 2008-04-10  0:45 UTC (permalink / raw)
  To: gcc-help

I'm compiling
binutils 2.18
mpfr 2.3.1
gcc 4.3.0
with Red Hat Enterprise Linux WS release 4 (Nahant Update 4)
and gcc 3.4.6 20060404 (Red Hat 3.4.6-3).

The build fails when attempting to link libgcc. The relevant portion  
of the make output follows.

Please cc me in your reply. Thanks,
Shaun

$ ../configure --prefix=$HOME/arch/xhost --with-mpfr=$HOME/arch/xhost
...
$ make
...
make[5]: Entering directory `/home/sjackman/src/gnu/gcc-4.3.0/_build/ 
x86_64-unknown-linux-gnu/32/libgcc'
# If this is the top-level multilib, build all the other
# multilibs.
# Early copyback; see "all" above for the rationale.  The
# early copy is necessary so that the gcc -B options find
# the right startup files when linking shared libgcc.
/bin/sh ../../../../libgcc/../mkinstalldirs ../../.././gcc/32
parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o  
crtprec32.o crtprec64.o crtprec80.o  
crtfastmath.o";                                        \
for file in $parts; do                                  \
   rm -f ../../.././gcc/32/$file;                \
   /usr/bin/install -c -m 644 $file ../../.././gcc/32/;  \
done
# @multilib_flags@ is still needed because this may use
# /home/sjackman/src/gnu/gcc-4.3.0/_build/./gcc/xgcc -B/home/sjackman/ 
src/gnu/gcc-4.3.0/_build/./gcc/ -B/home/sjackman/arch/xhost/x86_64- 
unknown-linux-gnu/bin/ -B/home/sjackman/arch/xhost/x86_64-unknown- 
linux-gnu/lib/ -isystem /home/sjackman/arch/xhost/x86_64-unknown- 
linux-gnu/include -isystem /home/sjackman/arch/xhost/x86_64-unknown- 
linux-gnu/sys-include and -O2  -O2 -g -g -O2   -DIN_GCC    -W -Wall - 
Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style- 
definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT - 
DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  directly.
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh ../../../../libgcc/../mkinstalldirs 32
/home/sjackman/src/gnu/gcc-4.3.0/_build/./gcc/xgcc -B/home/sjackman/ 
src/gnu/gcc-4.3.0/_build/./gcc/ -B/home/sjackman/arch/xhost/x86_64- 
unknown-linux-gnu/bin/ -B/home/sjackman/arch/xhost/x86_64-unknown- 
linux-gnu/lib/ -isystem /home/sjackman/arch/xhost/x86_64-unknown- 
linux-gnu/include -isystem /home/sjackman/arch/xhost/x86_64-unknown- 
linux-gnu/sys-include -O2  -O2 -g -g -O2   -DIN_GCC    -W -Wall - 
Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style- 
definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT - 
DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,-- 
soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o 32/ 
libgcc_s.so.1.tmp -g -fkeep-inline-functions -m32 -B./ _muldi3_s.o  
_negdi2_s.o _lshrdi3_s.o _ashldi3_s.o _ashrdi3_s.o _cmpdi2_s.o  
_ucmpdi2_s.o _clear_cache_s.o _enable_execute_stack_s.o  
_trampoline_s.o __main_s.o _absvsi2_s.o _absvdi2_s.o _addvsi3_s.o  
_addvdi3_s.o _subvsi3_s.o _subvdi3_s.o _mulvsi3_s.o _mulvdi3_s.o  
_negvsi2_s.o _negvdi2_s.o _ctors_s.o _ffssi2_s.o _ffsdi2_s.o _clz_s.o  
_clzsi2_s.o _clzdi2_s.o _ctzsi2_s.o _ctzdi2_s.o _popcount_tab_s.o  
_popcountsi2_s.o _popcountdi2_s.o _paritysi2_s.o _paritydi2_s.o  
_powisf2_s.o _powidf2_s.o _powixf2_s.o _powitf2_s.o _mulsc3_s.o  
_muldc3_s.o _mulxc3_s.o _multc3_s.o _divsc3_s.o _divdc3_s.o  
_divxc3_s.o _divtc3_s.o _bswapsi2_s.o _bswapdi2_s.o _fixunssfsi_s.o  
_fixunsdfsi_s.o _fixunsxfsi_s.o _fixsfdi_s.o _fixdfdi_s.o  
_fixxfdi_s.o _fixunssfdi_s.o _fixunsdfdi_s.o _fixunsxfdi_s.o  
_floatdisf_s.o _floatdidf_s.o _floatdixf_s.o _floatundisf_s.o  
_floatundidf_s.o _floatundixf_s.o _divdi3_s.o _moddi3_s.o  
_udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_s.o addtf3_s.o  
divtf3_s.o eqtf2_s.o getf2_s.o letf2_s.o multf3_s.o negtf2_s.o  
subtf3_s.o unordtf2_s.o fixtfsi_s.o fixunstfsi_s.o floatsitf_s.o  
floatunsitf_s.o fixtfdi_s.o fixunstfdi_s.o floatditf_s.o  
floatunditf_s.o fixtfti_s.o fixunstfti_s.o floattitf_s.o  
floatuntitf_s.o extendsftf2_s.o extenddftf2_s.o extendxftf2_s.o  
trunctfsf2_s.o trunctfdf2_s.o trunctfxf2_s.o unwind-dw2_s.o unwind- 
dw2-fde-glibc_s.o unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o  
emutls_s.o -lc && rm -f 32/libgcc_s.so && if [ -f 32/libgcc_s.so.1 ];  
then mv -f 32/libgcc_s.so.1 32/libgcc_s.so.1.backup; else true; fi &&  
mv 32/libgcc_s.so.1.tmp 32/libgcc_s.so.1 && ln -s libgcc_s.so.1 32/ 
libgcc_s.so
/home/sjackman/arch/xhost/x86_64-unknown-linux-gnu/bin/ld: crti.o: No  
such file: No such file or directory
collect2: ld returned 1 exit status
make[5]: *** [libgcc_s.so] Error 1
make[5]: Leaving directory `/home/sjackman/src/gnu/gcc-4.3.0/_build/ 
x86_64-unknown-linux-gnu/32/libgcc'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory `/home/sjackman/src/gnu/gcc-4.3.0/_build/ 
x86_64-unknown-linux-gnu/libgcc'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory `/home/sjackman/src/gnu/gcc-4.3.0/_build/ 
x86_64-unknown-linux-gnu/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory `/home/sjackman/src/gnu/gcc-4.3.0/_build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/sjackman/src/gnu/gcc-4.3.0/_build'
make: *** [all] Error 2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libgcc 4.3.0 fails to build: crti.o: No such file
  2008-04-10  0:45 libgcc 4.3.0 fails to build: crti.o: No such file Shaun Jackman
@ 2008-04-10  1:24 ` Brian Dessent
  2008-04-10  5:30   ` Please unsubscribe me from mailing list Kevin Morais
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Dessent @ 2008-04-10  1:24 UTC (permalink / raw)
  To: Shaun Jackman; +Cc: gcc-help

Shaun Jackman wrote:

> I'm compiling
> binutils 2.18
> mpfr 2.3.1
> gcc 4.3.0
> with Red Hat Enterprise Linux WS release 4 (Nahant Update 4)
> and gcc 3.4.6 20060404 (Red Hat 3.4.6-3).

I'm assuming that host and target are x86_64-unknown-linux-gnu (those
are good to specify in a report.)

> /home/sjackman/src/gnu/gcc-4.3.0/_build/./gcc/xgcc -B/home/sjackman/
> src/gnu/gcc-4.3.0/_build/./gcc/ -B/home/sjackman/arch/xhost/x86_64-
> unknown-linux-gnu/bin/ -B/home/sjackman/arch/xhost/x86_64-unknown-
> linux-gnu/lib/ -isystem /home/sjackman/arch/xhost/x86_64-unknown-
> linux-gnu/include -isystem /home/sjackman/arch/xhost/x86_64-unknown-
> linux-gnu/sys-include -O2  -O2 -g -g -O2   -DIN_GCC    -W -Wall -
> Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-
> definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -
> DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared -nodefaultlibs -Wl,--
> soname=libgcc_s.so.1 -Wl,--version-script=libgcc.map -o 32/
> libgcc_s.so.1.tmp -g -fkeep-inline-functions -m32 -B./ _muldi3_s.o

Note -m32 in this command.

> emutls_s.o -lc && rm -f 32/libgcc_s.so && if [ -f 32/libgcc_s.so.1 ];
> then mv -f 32/libgcc_s.so.1 32/libgcc_s.so.1.backup; else true; fi &&
> mv 32/libgcc_s.so.1.tmp 32/libgcc_s.so.1 && ln -s libgcc_s.so.1 32/
> libgcc_s.so
> /home/sjackman/arch/xhost/x86_64-unknown-linux-gnu/bin/ld: crti.o: No
> such file: No such file or directory

It's trying to link a 32 bit libgcc, but you don't have the libc items
required to be able to link 32 bit code.  By default gcc on x86_64-linux
is biarch and multilibbed, which means respectively that it accepts the
-m32/-m64 switches to select the mode and that it builds both 32 and 64
bit versions of all the support libraries.

You need to install your distro's 32 bit libc-dev package, or you need
to --disable-multilib which will result in a compiler that doesn't
support 32 bit mode.

Brian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Please unsubscribe me from mailing list
  2008-04-10  1:24 ` Brian Dessent
@ 2008-04-10  5:30   ` Kevin Morais
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Morais @ 2008-04-10  5:30 UTC (permalink / raw)
  To: gcc-help

Please unsubscribe me from mailing list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-04-10  3:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-10  0:45 libgcc 4.3.0 fails to build: crti.o: No such file Shaun Jackman
2008-04-10  1:24 ` Brian Dessent
2008-04-10  5:30   ` Please unsubscribe me from mailing list Kevin Morais

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).