install.sh Linux i386 - cannot find /lib/libc.so.6

83 views
Skip to first unread message

fische...@gmail.com

unread,
Oct 20, 2009, 11:11:04 AM10/20/09
to Cocotron Developers
Hi, a have problems installing CDT for Linux.

I have proper libraries in /Developer/Cocotron/1.0/PlatformInterfaces/
i386-ubutnu-linux [include and lib] - yes, libc.so.6 is here with cca
1.8MB file size (not a wrong link issue).

What is wrong?

Thanks, Petr Fischer

compilation error while install.sh Linux i386
------------------------------
...
# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/sh /Developer/Cocotron/1.0/Source/gcc-4.3.1/libgcc/../
mkinstalldirs .
/Developer/Cocotron/1.0/build/Linux/i386/gcc-4.3.1/./gcc/xgcc -B/
Developer/Cocotron/1.0/build/Linux/i386/gcc--linux/include -isystem /
Developer/Cocotron/1.0/Linux/i386/gcc-4.3.1/i386-ubuntu-linux/sys-
include -O2 -O2 -g -m32 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -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 ./libgcc_s.so.
1.tmp -O2 -g -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 _fixtfdi_s.o _fixunssfdi_s.o
_fixunsdfdi_s.o _fixunsxfdi_s.o _fixunstfdi_s.o _floatdisf_s.o
_floatdidf_s.o _floatdixf_s.o _floatditf_s.o _floatundisf_s.o
_floatundidf_s.o _floatundixf_s.o _floatunditf_s.o _divdi3_s.o
_moddi3_s.o _udivdi3_s.o _umoddi3_s.o _udiv_w_sdiv_s.o _udivmoddi4_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 ./libgcc_s.so && if [ -f ./
libgcc_s.so.1 ]; then mv -f ./libgcc_s.so.1 ./libgcc_s.so.1.backup;
else true; fi && mv ./libgcc_s.so.1.tmp ./libgcc_s.so.1 && ln -s
libgcc_s.so.1 ./libgcc_s.so
/Developer/Cocotron/1.0/Linux/i386/gcc-4.3.1/i386-ubuntu-linux/bin/ld:
cannot find /lib/libc.so.6
collect2: ld returned 1 exit status
make[2]: *** [libgcc_s.so] Error 1
make[1]: *** [all-target-libgcc] Error 2
make: *** [all] Error 2
------------------------------

fische...@gmail.com

unread,
Oct 22, 2009, 5:08:53 AM10/22/09
to Cocotron Developers
Sigh - why is the path in error message "/lib/libc.so.6" - is it bug
in cocotron build scripts? Correct path is "/Developer/Cocotron/1.0/
Linux/i386/gcc-4.3.1/i386-ubuntu-linux/lib"...

pf

On 20 říj, 17:11, "fischer.p...@gmail.com" <fischer.p...@gmail.com>
wrote:

SCC

unread,
Oct 22, 2009, 2:06:30 PM10/22/09
to Cocotron Developers
Hi,

You probably need to modify libc.so in the platform interface, this is
typically just some linker commands but they are absolute paths. Mine
looks like:

/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf32-i386)
GROUP ( libc.so.6 libc_nonshared.a )

The others might need to be modified like this too, libpthread.so is
another one.

(yea, this is a hassle but you only need to do it once and can
probably be fixed using sysroot in the gcc config)

Chris

fische...@gmail.com

unread,
Oct 22, 2009, 4:16:35 PM10/22/09
to Cocotron Developers
SOLVED - thanks Chris!

pf

Troy

unread,
Nov 18, 2009, 1:02:30 AM11/18/09
to Cocotron Developers
Any chance you could post a patch to install.sh or provide a link to
where the mod could be?

Thanks!

On Oct 22, 1:16 pm, "fischer.p...@gmail.com" <fischer.p...@gmail.com>
wrote:
Reply all
Reply to author
Forward
0 new messages