public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/16311] New: Make fails when configuring libiberty
@ 2004-07-01  9:36 heiko dot panther at web dot de
  2004-07-01  9:37 ` [Bug other/16311] " heiko dot panther at web dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: heiko dot panther at web dot de @ 2004-07-01  9:36 UTC (permalink / raw)
  To: gcc-bugs

I'm trying to compile gcc-3.4.1-20040625 with the patch from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15948

Configure options are
# /Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/configure 
--target=arm-elf --prefix=/opt/arm-elf --enable-languages=c,c++ --with-gnu-as
--with-gnu-ld --with-newlib --with-gxx-include-dir=/opt/arm-elf/arm-elf/include
--with-gcc-version-trigger=/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/gcc/version.c

t-arm-elf has been modified, it is attached.

This is the output from make, when make is invoked a second time after it failed.

[localhost:gnu_toolchain/iceLynx/b-gcc-3.4.1] hpanther% make
make[2]: Nothing to be done for `all'.
make[1]: Nothing to be done for `all'.
make \
  CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long  " \
  CONFIG_H="config.h  auto-host.h
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/gcc/../include/ansidecl.h"
\
  MAKEOVERRIDES= \
  -f libgcc.mk all
for d in libgcc thumb libgcc/thumb interwork libgcc/interwork thumb/interwork
libgcc/thumb/interwork; do \
  if [ -d $d ]; then true; else /bin/sh
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/gcc/mkinstalldirs
$d; fi; \
done
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
echo timestamp > stmp-multilib
Checking multilib configuration...
multilib.out is unchanged
Configuring in arm-elf/libiberty
configure: loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl
checking build system type... powerpc-apple-darwin7.3.0
checking host system type... arm-unknown-elf
checking for arm-elf-ar... arm-elf-ar
checking for arm-elf-ranlib... arm-elf-ranlib
checking for arm-elf-gcc... 
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether 
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include accepts
-g... yes
checking for 
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include option to
accept ANSI C... none needed
checking how to run the C preprocessor... 
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include -E
checking whether 
/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/xgcc
-B/Users/hpanther/DevCurrent/gnu_toolchain/iceLynx/b-gcc-3.4.1/gcc/
-B/opt/arm-elf/arm-elf/bin/ -B/opt/arm-elf/arm-elf/lib/ -isystem
/opt/arm-elf/arm-elf/include -isystem /opt/arm-elf/arm-elf/sys-include and cc
understand -c and -o together... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... cross-compiling... 
unknown
checking to probe for byte ordering... /opt/arm-elf/arm-elf/bin/ld: cannot open
crt0.o: No such file or directory
collect2: ld returned 1 exit status
unknown
configure: error: unknown endianess - sorry
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/libiberty/configure:
line 3289: exit: please: numeric argument required
/Users/hpanther/DevCurrent/gnu_toolchain/gcc-3.4.1-20040625/libiberty/configure:
line 3289: exit: please: numeric argument required
make: *** [configure-target-libiberty] Error 1

-- 
           Summary: Make fails when configuring libiberty
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: heiko dot panther at web dot de
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: powerpc-apple-darwin
GCC target triplet: arm-unknown-elf


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


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

* [Bug other/16311] Make fails when configuring libiberty
  2004-07-01  9:36 [Bug other/16311] New: Make fails when configuring libiberty heiko dot panther at web dot de
@ 2004-07-01  9:37 ` heiko dot panther at web dot de
  2004-07-01 17:58 ` [Bug target/16311] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: heiko dot panther at web dot de @ 2004-07-01  9:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From heiko dot panther at web dot de  2004-07-01 09:37 -------
Created an attachment (id=6668)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6668&action=view)
target multilib configuration


-- 


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


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

* [Bug target/16311] Make fails when configuring libiberty
  2004-07-01  9:36 [Bug other/16311] New: Make fails when configuring libiberty heiko dot panther at web dot de
  2004-07-01  9:37 ` [Bug other/16311] " heiko dot panther at web dot de
@ 2004-07-01 17:58 ` pinskia at gcc dot gnu dot org
  2004-10-06  0:27 ` rearnsha at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-01 17:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-01 17:58 -------
checking to probe for byte ordering... /opt/arm-elf/arm-elf/bin/ld: cannot open
crt0.o: No such file or directory

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |target
           Keywords|                            |build


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


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

* [Bug target/16311] Make fails when configuring libiberty
  2004-07-01  9:36 [Bug other/16311] New: Make fails when configuring libiberty heiko dot panther at web dot de
  2004-07-01  9:37 ` [Bug other/16311] " heiko dot panther at web dot de
  2004-07-01 17:58 ` [Bug target/16311] " pinskia at gcc dot gnu dot org
@ 2004-10-06  0:27 ` rearnsha at gcc dot gnu dot org
  2004-10-06 13:58 ` heiko dot panther at web dot de
  2004-10-06 14:01 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: rearnsha at gcc dot gnu dot org @ 2004-10-06  0:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rearnsha at gcc dot gnu dot org  2004-10-06 00:27 -------
Have you built and installed newlib?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug target/16311] Make fails when configuring libiberty
  2004-07-01  9:36 [Bug other/16311] New: Make fails when configuring libiberty heiko dot panther at web dot de
                   ` (2 preceding siblings ...)
  2004-10-06  0:27 ` rearnsha at gcc dot gnu dot org
@ 2004-10-06 13:58 ` heiko dot panther at web dot de
  2004-10-06 14:01 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: heiko dot panther at web dot de @ 2004-10-06 13:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From heiko dot panther at web dot de  2004-10-06 13:58 -------
Chances are that I really forgot to link the newlib dirs into the gcc source
tree. I can't tell, because I deleted the sources a while ago.
I recognized that I don't need newlib for my project, so I left --with-newlib
away. gcc-3.4.2 builds fine now.

-- 


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


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

* [Bug target/16311] Make fails when configuring libiberty
  2004-07-01  9:36 [Bug other/16311] New: Make fails when configuring libiberty heiko dot panther at web dot de
                   ` (3 preceding siblings ...)
  2004-10-06 13:58 ` heiko dot panther at web dot de
@ 2004-10-06 14:01 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-06 14:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-06 14:01 -------
So closing as works for me.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


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


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

end of thread, other threads:[~2004-10-06 14:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-01  9:36 [Bug other/16311] New: Make fails when configuring libiberty heiko dot panther at web dot de
2004-07-01  9:37 ` [Bug other/16311] " heiko dot panther at web dot de
2004-07-01 17:58 ` [Bug target/16311] " pinskia at gcc dot gnu dot org
2004-10-06  0:27 ` rearnsha at gcc dot gnu dot org
2004-10-06 13:58 ` heiko dot panther at web dot de
2004-10-06 14:01 ` pinskia at gcc dot gnu dot org

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