public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/38106]  New: gcc fails to compile with ld:libgcc.map: file format not recognized error
@ 2008-11-13 20:39 kamaraju at gmail dot com
  2008-11-13 20:42 ` [Bug bootstrap/38106] " kamaraju at gmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kamaraju at gmail dot com @ 2008-11-13 20:39 UTC (permalink / raw)
  To: gcc-bugs

The weekly snapshot (dated 20081107) of gcc 4.4 fails to compile on a Sun
Solaris machine with the following errors.

# @multilib_dir@ is not really necessary, but sometimes it has
# more uses than just a directory name.
/bin/bash ../../../../../unZipped/gcc-4.4-20081107/libgcc/../mkinstalldirs
sparcv9
/home/kkusuman/software/compileHere/gcc-4.4-20081107/./gcc/xgcc
-B/home/kkusuman/software/compileHere/gcc-4.4-20081107/./gcc/
-B/home/kkusuman/software/myroot/gcc-4.4-20081107/sparc-sun-solaris2.8/bin/
-B/home/kkusuman/software/myroot/gcc-4.4-20081107/sparc-sun-solaris2.8/lib/
-isystem
/home/kkusuman/software/myroot/gcc-4.4-20081107/sparc-sun-solaris2.8/include
-isystem
/home/kkusuman/software/myroot/gcc-4.4-20081107/sparc-sun-solaris2.8/sys-include
-O2  -O2 -g -DIN_GCC    -Wold-style-definition  -isystem ./include  -fPIC -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -shared
-nodefaultlibs -Wl,-h,libgcc_s.so.1 -Wl,-z,text -Wl,-z,defs -Wl,-M,libgcc.map
-o sparcv9/libgcc_s.so.1.tmp -O2 -g -m64 -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_s.o
unwind-sjlj_s.o gthr-gnat_s.o unwind-c_s.o emutls_s.o -lc && rm -f
sparcv9/libgcc_s.so && if [ -f sparcv9/libgcc_s.so.1 ]; then mv -f
sparcv9/libgcc_s.so.1 sparcv9/libgcc_s.so.1.backup; else true; fi && mv
sparcv9/libgcc_s.so.1.tmp sparcv9/libgcc_s.so.1 && ln -s libgcc_s.so.1
sparcv9/libgcc_s.so
/home/kkusuman/software/myroot/bin/ld:libgcc.map: file format not recognized;
treating as linker script
/home/kkusuman/software/myroot/bin/ld:libgcc.map:1: syntax error
collect2: ld returned 1 exit status
make[5]: *** [libgcc_s.so] Error 1
make[5]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107/sparc-sun-solaris2.8/sparcv9/libgcc'
make[4]: *** [multi-do] Error 1
make[4]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107/sparc-sun-solaris2.8/libgcc'
make[3]: *** [all-multi] Error 2
make[3]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107/sparc-sun-solaris2.8/libgcc'
make[2]: *** [all-stage1-target-libgcc] Error 2
make[2]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory
`/home/kkusuman/software/compileHere/gcc-4.4-20081107'
make: *** [all] Error 2


I am using the Sun solaris cc compiler.
> cc -V
cc: Sun C 5.5 2003/03/12

But the binutils is compiled by myself.

> as --version
GNU assembler (GNU Binutils) 2.19
Copyright 2007 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `sparc-sun-solaris2.8'.

> ld --version
GNU ld (GNU Binutils) 2.19
Copyright 2007 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.

The configure.log, make.log are attached below.


-- 
           Summary: gcc fails to compile with ld:libgcc.map: file format not
                    recognized error
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kamaraju at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106


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

* [Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error
  2008-11-13 20:39 [Bug bootstrap/38106] New: gcc fails to compile with ld:libgcc.map: file format not recognized error kamaraju at gmail dot com
@ 2008-11-13 20:42 ` kamaraju at gmail dot com
  2008-11-13 20:43 ` kamaraju at gmail dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kamaraju at gmail dot com @ 2008-11-13 20:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from kamaraju at gmail dot com  2008-11-13 20:40 -------
Created an attachment (id=16664)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16664&action=view)
output generated when configure script is run


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106


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

* [Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error
  2008-11-13 20:39 [Bug bootstrap/38106] New: gcc fails to compile with ld:libgcc.map: file format not recognized error kamaraju at gmail dot com
  2008-11-13 20:42 ` [Bug bootstrap/38106] " kamaraju at gmail dot com
@ 2008-11-13 20:43 ` kamaraju at gmail dot com
  2008-11-13 21:13 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kamaraju at gmail dot com @ 2008-11-13 20:43 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from kamaraju at gmail dot com  2008-11-13 20:42 -------
Created an attachment (id=16665)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16665&action=view)
output generated when make is run


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106


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

* [Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error
  2008-11-13 20:39 [Bug bootstrap/38106] New: gcc fails to compile with ld:libgcc.map: file format not recognized error kamaraju at gmail dot com
  2008-11-13 20:42 ` [Bug bootstrap/38106] " kamaraju at gmail dot com
  2008-11-13 20:43 ` kamaraju at gmail dot com
@ 2008-11-13 21:13 ` pinskia at gcc dot gnu dot org
  2008-11-13 21:46 ` kamaraju at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-11-13 21:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2008-11-13 21:11 -------
What options are you passing to configure?  
If you have the GNU binutils first in the PATH, I think you still need to use
--with-gnu-as --with-gnu-ld on solaris.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106


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

* [Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error
  2008-11-13 20:39 [Bug bootstrap/38106] New: gcc fails to compile with ld:libgcc.map: file format not recognized error kamaraju at gmail dot com
                   ` (2 preceding siblings ...)
  2008-11-13 21:13 ` pinskia at gcc dot gnu dot org
@ 2008-11-13 21:46 ` kamaraju at gmail dot com
  2008-11-13 22:29 ` ebotcazou at gcc dot gnu dot org
  2008-11-13 22:31 ` kamaraju at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: kamaraju at gmail dot com @ 2008-11-13 21:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from kamaraju at gmail dot com  2008-11-13 21:44 -------
I was just using

nohup ../../unZipped/gcc-4.4-20081107/configure
--prefix=/home/kkusuman/software/myroot/gcc-4.4-20081107 2>&1 > configure.log &

I will try giving the --with-gnu-as --with-gnu-ld options and see what happens.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106


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

* [Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error
  2008-11-13 20:39 [Bug bootstrap/38106] New: gcc fails to compile with ld:libgcc.map: file format not recognized error kamaraju at gmail dot com
                   ` (3 preceding siblings ...)
  2008-11-13 21:46 ` kamaraju at gmail dot com
@ 2008-11-13 22:29 ` ebotcazou at gcc dot gnu dot org
  2008-11-13 22:31 ` kamaraju at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-11-13 22:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2008-11-13 22:27 -------
Please read the configure instructions:
  http://gcc.gnu.org/install/configure.html


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106


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

* [Bug bootstrap/38106] gcc fails to compile with ld:libgcc.map: file format not recognized error
  2008-11-13 20:39 [Bug bootstrap/38106] New: gcc fails to compile with ld:libgcc.map: file format not recognized error kamaraju at gmail dot com
                   ` (4 preceding siblings ...)
  2008-11-13 22:29 ` ebotcazou at gcc dot gnu dot org
@ 2008-11-13 22:31 ` kamaraju at gmail dot com
  5 siblings, 0 replies; 7+ messages in thread
From: kamaraju at gmail dot com @ 2008-11-13 22:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from kamaraju at gmail dot com  2008-11-13 22:29 -------
Changing the configure command to

nohup ../../unZipped/gcc-4.4-20081107/configure
--prefix=/home/kkusuman/software/myroot/gcc-4.4-20081107 --with-gnu-as
--with-gnu-ld 2>&1 > configure.log &

fixed the problem.

Thanks
raju


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38106


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

end of thread, other threads:[~2008-11-13 22:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-13 20:39 [Bug bootstrap/38106] New: gcc fails to compile with ld:libgcc.map: file format not recognized error kamaraju at gmail dot com
2008-11-13 20:42 ` [Bug bootstrap/38106] " kamaraju at gmail dot com
2008-11-13 20:43 ` kamaraju at gmail dot com
2008-11-13 21:13 ` pinskia at gcc dot gnu dot org
2008-11-13 21:46 ` kamaraju at gmail dot com
2008-11-13 22:29 ` ebotcazou at gcc dot gnu dot org
2008-11-13 22:31 ` kamaraju at gmail dot com

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).