public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/14157] New:  undefined reference to `__ctype_b'  (can't compile gcc for avr using gcc3.3.3)
@ 2004-02-16 13:14 cmosis5 at hotmail dot com
  2004-02-16 13:27 ` [Bug c/14157] " pinskia at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cmosis5 at hotmail dot com @ 2004-02-16 13:14 UTC (permalink / raw)
  To: gcc-bugs

I'm trying to crate a cross compiler for AVR using GCC3.3.3.  

My system is RH9, with GCC3.2.2

the options given when GCC was configured/built; 
./configure --target=avr --program-prefix="avr-" --enable-language=c

the complete command line that triggers the bug; 
make

Error message:
gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long
  -DHAVE_CONFIG_H  -o Tcollect2 \
        collect2.o tlink.o intl.o version.o   ../libiberty/libiberty.a 
../libiberty/libiberty.a(cp-demangle.o)(.text+0xd51): In function
`demangle_identifier':
/usr/delme/gcc-3.3.3/libiberty/cp-demangle.c:1489: undefined reference to
`__ctype_b'
collect2: ld returned 1 exit status
make[1]: *** [collect2] Error 1
make[1]: Leaving directory `/usr/delme/gcc-3.3.3/gcc'
make: *** [all-gcc] Error 2

-- 
           Summary:  undefined reference to `__ctype_b'  (can't compile gcc
                    for avr using gcc3.3.3)
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: cmosis5 at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-02-16 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-16 13:14 [Bug c/14157] New: undefined reference to `__ctype_b' (can't compile gcc for avr using gcc3.3.3) cmosis5 at hotmail dot com
2004-02-16 13:27 ` [Bug c/14157] " pinskia at gcc dot gnu dot org
2004-02-16 14:45 ` cmosis5 at hotmail dot com
2004-02-16 14:48 ` cmosis5 at hotmail dot com
2004-02-16 15: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).