public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11894] New: gcc cross compiler work with error
@ 2003-08-12 13:05 lshulov at arabellasw dot com
  2003-08-12 23:47 ` [Bug c++/11894] " pinskia at gcc dot gnu dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: lshulov at arabellasw dot com @ 2003-08-12 13:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: gcc cross compiler work with error
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: lshulov at arabellasw dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc
  GCC host triplet: ibm PC, Debian Linux
GCC target triplet: powerpc

My configuration:
binutils_2.14.90.0.5 with binutils_2.14.90.0.5-0.2.diff:
/home/GNU/binutils-2.14/configure --target=powerpc-linux --prefix=/opt/Arabella
--libdir=/opt/Arabella/powerpc-linux --enable-shared --with-ghu-as --with-gnu-ld
make; make install

gcc: step 1: gcc-3.3_3.3.1ds3 with gcc-3.3_3.3.1ds3-1.diff:
CFLAGS="-O2 -Dinhibit_libc" /home/GNU/gcc-3.3/configure \
--target=powerpc-linux --prefix=/opt/Arabella --enable-languages=c \
--disable-shared --disable-multilib --enable-threads=single \
--with-ghu-as --with-gnu-ld
make; make install

glibc: glibc_2.3.2 with glibc_2.3.2-2.diff:
CC=powerpc-linux-gcc /home/GNU/glibc-2.3.2/glibc-2.3.2/configure \
--build=i686-pc-linux-gnu --host=powerpc-linux \
--prefix=/opt/Arabella/powerpc-linux --enable-add-ons \
--with-headers=/home/GNU/kernel-2.4.21/include
make; make install

gcc step2:
/home/GNU/gcc-3.3/configure \
--target=powerpc-linux --prefix=/opt/Arabella --enable-languages=c,c++ \
--enable-threads=posix --with-headers=/home/GNU/glibc-2.3.2/glibc-2.3.2/include \
--with-ghu-as --with-gnu-ld
make

gcc step2 Log file:
........
SHLIB_EXT='.so' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='/home/GNU/gcc-3.3/gcc/mkmap-symver.awk' \
SHLIB_MKMAP_OPTS='' \
SHLIB_MAPFILES='/home/GNU/gcc-3.3/gcc/libgcc-std.ver
/home/GNU/gcc-3.3/gcc/config/libgcc-glibc.ver' \
SHLIB_NM_FLAGS='-pg' \
MULTILIB_OSDIRNAMES='' \
mkinstalldirs='/bin/sh /home/GNU/gcc-3.3/gcc/mkinstalldirs' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
TM_DEFINES="" \
HEADERS="ansidecl.h  rs6000/rs6000.h dbxelf.h elfos.h svr4.h freebsd-spec.h
rs6000/sysv4.h rs6000/linux.h defaults.h" XM_DEFINES="POSIX" \
TARGET_CPU_DEFAULT="" \
/bin/sh /home/GNU/gcc-3.3/gcc/mkconfig.sh tconfig.h
/home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/ -isystem
/opt/Arabella/powerpc-linux/include -O2 -DIN_GCC -DCROSS_COMPILE   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -I.
-I. -I/home/GNU/gcc-3.3/gcc -I/home/GNU/gcc-3.3/gcc/.
-I/home/GNU/gcc-3.3/gcc/config -I/home/GNU/gcc-3.3/gcc/../include  -g0
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -msdata=none \
   -c /home/GNU/gcc-3.3/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
In file included from /home/GNU/gcc-3.3/gcc/tsystem.h:72,
                 from /home/GNU/gcc-3.3/gcc/crtstuff.c:62:
/home/GNU/obj/gcc/gcc/include/stdio.h:19:27: libio/stdio.h: No such file or
directory
In file included from /home/GNU/gcc-3.3/gcc/tsystem.h:72,
                 from /home/GNU/gcc-3.3/gcc/crtstuff.c:62:
/home/GNU/obj/gcc/gcc/include/stdio.h:27: error: parse error before "_G_va_list"
/home/GNU/obj/gcc/gcc/include/stdio.h:29: error: parse error before '*' token
/home/GNU/obj/gcc/gcc/include/stdio.h: In function `libc_hidden_proto':
/home/GNU/obj/gcc/gcc/include/stdio.h:35: error: parse error before "_G_va_list"
/home/GNU/obj/gcc/gcc/include/stdio.h:36: error: storage class specified for
parameter `__vscanf'
/home/GNU/obj/gcc/gcc/include/stdio.h:37: error: storage class specified for
parameter `_IO_ssize_t'
/home/GNU/obj/gcc/gcc/include/stdio.h:37: error: parse error before "__getline"
/home/GNU/obj/gcc/gcc/include/stdio.h:37: error: declaration for parameter
`_IO_ssize_t' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:36: error: declaration for parameter
`__vscanf' but no such parameter
In file included from /opt/Arabella/powerpc-linux/include/sys/types.h:31,
                 from /home/GNU/gcc-3.3/gcc/tsystem.h:75,
                 from /home/GNU/gcc-3.3/gcc/crtstuff.c:62:
/opt/Arabella/powerpc-linux/include/bits/types.h: At top level:
/opt/Arabella/powerpc-linux/include/bits/types.h:181: error: parse error before
"__loff_t"
/opt/Arabella/powerpc-linux/include/bits/types.h:182: error: parse error before
'*' token
In file included from /home/GNU/gcc-3.3/gcc/tsystem.h:75,
                 from /home/GNU/gcc-3.3/gcc/crtstuff.c:62:


Help me please
with all Regards


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

* [Bug c++/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
@ 2003-08-12 23:47 ` pinskia at gcc dot gnu dot org
  2003-08-13  7:35 ` lshulov at arabellasw dot com
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-12 23:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-12 23:47 -------
Where did you get these diffs from (debain?)?
binutils_2.14.90.0.5-0.2.diff (hjl's linux's binutils?)
You really should be using --with-sysroot= instead of --with-headers=, can you try with 
that option and report back?


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

* [Bug c++/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
  2003-08-12 23:47 ` [Bug c++/11894] " pinskia at gcc dot gnu dot org
@ 2003-08-13  7:35 ` lshulov at arabellasw dot com
  2003-08-13 11:27 ` [Bug bootstrap/11894] " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: lshulov at arabellasw dot com @ 2003-08-13  7:35 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From lshulov at arabellasw dot com  2003-08-13 07:34 -------
Subject: Re:  gcc cross compiler work with error

  pinskia at gcc dot gnu dot org wrote:

>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11894
>
>
>pinskia at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
>----------------------------------------------------------------------------
>             Status|UNCONFIRMED                 |WAITING
>
>
>------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-12 23:47 -------
>Where did you get these diffs from (debain?)?
>binutils_2.14.90.0.5-0.2.diff (hjl's linux's binutils?)
>You really should be using --with-sysroot= instead of --with-headers=, can you try with 
>that option and report back?
>
>
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>  
>
All files I get from ftp.de.debian.org.

With your recomendation I did config and make with --with-sysroot= 
 option. After  that I receved :
.........
/home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/ 
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/ 
-isystem /opt/Arabella/powerpc-linux/include -O2  -DIN_GCC 
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. 
-I/home/GNU/gcc-3.3/gcc -I/home/GNU/gcc-3.3/gcc/. 
-I/home/GNU/gcc-3.3/gcc/config -I/home/GNU/gcc-3.3/gcc/../include  -fPIC 
-mstrict-align -DL_floatdisf -c /home/GNU/gcc-3.3/gcc/libgcc2.c -o 
libgcc/./_floatdisf.o
/home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/ 
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/ 
-isystem /opt/Arabella/powerpc-linux/include -O2  -DIN_GCC 
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT 
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. 
-I/home/GNU/gcc-3.3/gcc -I/home/GNU/gcc-3.3/gcc/. 
-I/home/GNU/gcc-3.3/gcc/config -I/home/GNU/gcc-3.3/gcc/../include  -fPIC 
-mstrict-align -DL_fixunsdfsi -c /home/GNU/gcc-3.3/gcc/libgcc2.c -o 
libgcc/./_fixunsdfsi.o
In file included from 
/opt/Arabella/powerpc-linux/include/bits/posix1_lim.h:130,
                 from /opt/Arabella/powerpc-linux/include/limits.h:144,
                 from /home/GNU/obj/gcc/gcc/include/limits.h:122,
                 from /home/GNU/obj/gcc/gcc/include/syslimits.h:7,
                 from /home/GNU/obj/gcc/gcc/include/limits.h:11,
                 from /home/GNU/gcc-3.3/gcc/libgcc2.c:1153:
/opt/Arabella/powerpc-linux/include/bits/local_lim.h:36:26: 
linux/limits.h: No such file or directory
make[2]: *** [libgcc/./_fixunsdfsi.o] Error 1
make[2]: Leaving directory `/home/GNU/obj/gcc/gcc'
make[1]: *** [stmp-multilib] Error 2
make[1]: Leaving directory `/home/GNU/obj/gcc/gcc'
make: *** [all-gcc] Error 2

I find limits.h:
find -name limits.h
./obj/gcc/gcc/include/limits.h
./glibc-2.3.2/glibc-2.3.2/include/limits.h
./gcc-3.3/gcc/fixinc/tests/base/sys/limits.h
./gcc-3.3/libstdc++-v3/include/c_compatibility/limits.h
./kernel-2.4.21/include/linux/limits.h
./kernel-2.4.21/include/asm-arm/limits.h

In file /opt/Arabella/powerpc-linux/include/bits/local_lim.h:
I read this :
......

/* The kernel sources contain a file with all the needed information.  */
#include <linux/limits.h>
......

Best regards
Leonid


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
  2003-08-12 23:47 ` [Bug c++/11894] " pinskia at gcc dot gnu dot org
  2003-08-13  7:35 ` lshulov at arabellasw dot com
@ 2003-08-13 11:27 ` pinskia at gcc dot gnu dot org
  2003-08-13 15:59 ` lshulov at arabellasw dot com
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-13 11:27 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c++                         |bootstrap
           Keywords|                            |documentation


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-13 11:27 -------
I think you need to install the kernel headers into ${sysroot}/usr/include/linux and that will fix it.
If this works, I will keep this open and some documentation for this.


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (2 preceding siblings ...)
  2003-08-13 11:27 ` [Bug bootstrap/11894] " pinskia at gcc dot gnu dot org
@ 2003-08-13 15:59 ` lshulov at arabellasw dot com
  2003-08-14  7:06 ` lshulov at arabellasw dot com
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: lshulov at arabellasw dot com @ 2003-08-13 15:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From lshulov at arabellasw dot com  2003-08-13 15:59 -------
Subject: Re:  gcc cross compiler work with error

  pinskia at gcc dot gnu dot org wrote:

>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11894
>
>
>pinskia at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
>----------------------------------------------------------------------------
>           Severity|critical                    |normal
>          Component|c++                         |bootstrap
>           Keywords|                            |documentation
>
>
>------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-13 11:27 -------
>I think you need to install the kernel headers into ${sysroot}/usr/include/linux and that will fix it.
>If this works, I will keep this open and some documentation for this.
>
>
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>  
>
Hi,
I do next folowing links:

${sysroot}/include/linux -> /home/GNU/kernel-2.4.21/include/linux/
${sysroot}/usr/include -> ../include/
${sysroot}include/libio -> /home/GNU/glibc-2.3.2/glibc-2.3.2/libio/


............
After that get folowing results:
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Adding multilib support to Makefile in /home/GNU/gcc-3.3/libiberty
with_multisubdir=nof
make[1]: Entering directory `/home/GNU/obj/gcc/powerpc-linux/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
  /home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/ 
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/ 
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g 
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional 
-pedantic  /home/GNU/gcc-3.3/libiberty/regex.c -o pic/regex.o; \
else true; fi
/home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/ 
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/ 
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g 
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional 
-pedantic /home/GNU/gcc-3.3/libiberty/regex.c -o regex.o
In file included from /home/GNU/gcc-3.3/include/xregex.h:26,
                 from /home/GNU/gcc-3.3/libiberty/regex.c:195:
/home/GNU/gcc-3.3/include/xregex2.h:551: warning: ISO C90 does not 
support `static' or type qualifiers in parameter array declarators
In file included from /home/GNU/gcc-3.3/libiberty/regex.c:649:
/home/GNU/gcc-3.3/libiberty/regex.c: In function `byte_regex_compile':
/home/GNU/gcc-3.3/libiberty/regex.c:2473: warning: implicit declaration 
of function `free'
/home/GNU/gcc-3.3/libiberty/regex.c:2534: warning: function `free' was 
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:2567: warning: function `free' was 
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:2674: warning: function `free' was 
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:3677: warning: function `free' was 
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:4184: warning: function `free' was 
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c: In function `byte_re_compile_fastmap':
/home/GNU/gcc-3.3/libiberty/regex.c:4898: warning: implicit declaration 
of function `abort'
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregcomp':
/home/GNU/gcc-3.3/libiberty/regex.c:8043: warning: signed and unsigned 
type in conditional expression
/home/GNU/gcc-3.3/libiberty/regex.c:8082: warning: function `free' was 
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregexec':
/home/GNU/gcc-3.3/libiberty/regex.c:8161: warning: function `free' was 
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregerror':
/home/GNU/gcc-3.3/libiberty/regex.c:8178: warning: unused parameter `preg'
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregfree':
/home/GNU/gcc-3.3/libiberty/regex.c:8227: warning: function `free' was 
previously declared within a block
if [ x"" != x ]; then \
  /home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/ 
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/ 
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g 
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional 
-pedantic  /home/GNU/gcc-3.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
/home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/ 
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/ 
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g 
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional 
-pedantic /home/GNU/gcc-3.3/libiberty/cplus-dem.c -o cplus-dem.o
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:50:
/home/GNU/obj/gcc/gcc/include/stdio.h: In function `libc_hidden_proto':
/home/GNU/obj/gcc/gcc/include/stdio.h:36: error: storage class specified 
for parameter `__vscanf'
/home/GNU/obj/gcc/gcc/include/stdio.h:38: error: storage class specified 
for parameter `__getline'
/home/GNU/obj/gcc/gcc/include/stdio.h:42: error: storage class specified 
for parameter `__vsscanf'
/home/GNU/obj/gcc/gcc/include/stdio.h:45: error: storage class specified 
for parameter `__new_tmpfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:46: error: storage class specified 
for parameter `__old_tmpfile'
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:50:
/home/GNU/obj/gcc/gcc/include/stdio.h:55: error: storage class specified 
for parameter `__path_search'
/home/GNU/obj/gcc/gcc/include/stdio.h:57: error: storage class specified 
for parameter `__gen_tempname'
/home/GNU/obj/gcc/gcc/include/stdio.h:66: error: storage class specified 
for parameter `__libc_fatal'
/home/GNU/obj/gcc/gcc/include/stdio.h:69: error: storage class specified 
for parameter `__flockfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:72: error: storage class specified 
for parameter `__funlockfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:76: error: storage class specified 
for parameter `__ftrylockfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:78: error: storage class specified 
for parameter `__getc_unlocked'
/home/GNU/obj/gcc/gcc/include/stdio.h:79: error: storage class specified 
for parameter `__getwc_unlocked'
/home/GNU/obj/gcc/gcc/include/stdio.h:82: error: storage class specified 
for parameter `_sys_errlist_internal'
/home/GNU/obj/gcc/gcc/include/stdio.h:82: error: parse error before 
"attribute_hidden"
/home/GNU/obj/gcc/gcc/include/stdio.h:82: error: declaration for 
parameter `_sys_errlist_internal' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:79: error: declaration for 
parameter `__getwc_unlocked' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:78: error: declaration for 
parameter `__getc_unlocked' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:76: error: declaration for 
parameter `__ftrylockfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:72: error: declaration for 
parameter `__funlockfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:69: error: declaration for 
parameter `__flockfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:66: error: declaration for 
parameter `__libc_fatal' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:57: error: declaration for 
parameter `__gen_tempname' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:55: error: declaration for 
parameter `__path_search' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:46: error: declaration for 
parameter `__old_tmpfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:45: error: declaration for 
parameter `__new_tmpfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:42: error: declaration for 
parameter `__vsscanf' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:38: error: declaration for 
parameter `__getline' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:36: error: declaration for 
parameter `__vscanf' but no such parameter
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:53:
/opt/Arabella/powerpc-linux/include/stdlib.h: At top level:
/opt/Arabella/powerpc-linux/include/stdlib.h:99: error: ISO C forbids 
data definition with no type or storage class
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:53:
/opt/Arabella/powerpc-linux/include/stdlib.h:762: error: parse error 
before "div"
/opt/Arabella/powerpc-linux/include/stdlib.h:763: error: ISO C forbids 
data definition with no type or storage class
make[1]: *** [cplus-dem.o] Error 1
make[1]: Leaving directory `/home/GNU/obj/gcc/powerpc-linux/libiberty'
make: *** [all-target-libiberty] Error 2

Best regards,
Leonid


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (3 preceding siblings ...)
  2003-08-13 15:59 ` lshulov at arabellasw dot com
@ 2003-08-14  7:06 ` lshulov at arabellasw dot com
  2003-08-15 18:05 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: lshulov at arabellasw dot com @ 2003-08-14  7:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From lshulov at arabellasw dot com  2003-08-14 07:06 -------
Subject: Re:  gcc cross compiler work with error

   pinskia at gcc dot gnu dot org wrote:

 >PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
 >
 >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11894
 >
 >
 >pinskia at gcc dot gnu dot org changed:
 >
 >           What    |Removed                     |Added
 >----------------------------------------------------------------------------
 >           Severity|critical                    |normal
 >          Component|c++                         |bootstrap
 >           Keywords|                            |documentation
 >
 >
 >------- Additional Comments From pinskia at gcc dot gnu dot org 
2003-08-13 11:27 -------
 >I think you need to install the kernel headers into 
${sysroot}/usr/include/linux and that will fix it.
 >If this works, I will keep this open and some documentation for this.
 >
 >
 >
 >------- You are receiving this mail because: -------
 >You reported the bug, or are watching the reporter.
 >
 >
 >
Hi,
I do next folowing links:

${sysroot}/include/linux -> /home/GNU/kernel-2.4.21/include/linux/
${sysroot}/usr/include -> ../include/
${sysroot}include/libio -> /home/GNU/glibc-2.3.2/glibc-2.3.2/libio/

After that get folowing results:
.............
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for working strncmp... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Adding multilib support to Makefile in /home/GNU/gcc-3.3/libiberty
with_multisubdir=nof
make[1]: Entering directory `/home/GNU/obj/gcc/powerpc-linux/libiberty'
if [ x"" != x ] && [ ! -d pic ]; then \
   mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"" != x ]; then \
   /home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional
-pedantic  /home/GNU/gcc-3.3/libiberty/regex.c -o pic/regex.o; \
else true; fi
/home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional
-pedantic /home/GNU/gcc-3.3/libiberty/regex.c -o regex.o
In file included from /home/GNU/gcc-3.3/include/xregex.h:26,
                  from /home/GNU/gcc-3.3/libiberty/regex.c:195:
/home/GNU/gcc-3.3/include/xregex2.h:551: warning: ISO C90 does not
support `static' or type qualifiers in parameter array declarators
In file included from /home/GNU/gcc-3.3/libiberty/regex.c:649:
/home/GNU/gcc-3.3/libiberty/regex.c: In function `byte_regex_compile':
/home/GNU/gcc-3.3/libiberty/regex.c:2473: warning: implicit declaration
of function `free'
/home/GNU/gcc-3.3/libiberty/regex.c:2534: warning: function `free' was
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:2567: warning: function `free' was
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:2674: warning: function `free' was
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:3677: warning: function `free' was
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c:4184: warning: function `free' was
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c: In function `byte_re_compile_fastmap':
/home/GNU/gcc-3.3/libiberty/regex.c:4898: warning: implicit declaration
of function `abort'
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregcomp':
/home/GNU/gcc-3.3/libiberty/regex.c:8043: warning: signed and unsigned
type in conditional expression
/home/GNU/gcc-3.3/libiberty/regex.c:8082: warning: function `free' was
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregexec':
/home/GNU/gcc-3.3/libiberty/regex.c:8161: warning: function `free' was
previously declared within a block
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregerror':
/home/GNU/gcc-3.3/libiberty/regex.c:8178: warning: unused parameter `preg'
/home/GNU/gcc-3.3/libiberty/regex.c: In function `xregfree':
/home/GNU/gcc-3.3/libiberty/regex.c:8227: warning: function `free' was
previously declared within a block
if [ x"" != x ]; then \
   /home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional
-pedantic  /home/GNU/gcc-3.3/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
else true; fi
/home/GNU/obj/gcc/gcc/xgcc -B/home/GNU/obj/gcc/gcc/
-B/opt/Arabella/powerpc-linux/bin/ -B/opt/Arabella/powerpc-linux/lib/
-isystem /opt/Arabella/powerpc-linux/include -c -DHAVE_CONFIG_H -O2 -g
-O2 -I. -I/home/GNU/gcc-3.3/libiberty/../include  -W -Wall -Wtraditional
-pedantic /home/GNU/gcc-3.3/libiberty/cplus-dem.c -o cplus-dem.o
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:50:
/home/GNU/obj/gcc/gcc/include/stdio.h: In function `libc_hidden_proto':
/home/GNU/obj/gcc/gcc/include/stdio.h:36: error: storage class specified
for parameter `__vscanf'
/home/GNU/obj/gcc/gcc/include/stdio.h:38: error: storage class specified
for parameter `__getline'
/home/GNU/obj/gcc/gcc/include/stdio.h:42: error: storage class specified
for parameter `__vsscanf'
/home/GNU/obj/gcc/gcc/include/stdio.h:45: error: storage class specified
for parameter `__new_tmpfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:46: error: storage class specified
for parameter `__old_tmpfile'
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:50:
/home/GNU/obj/gcc/gcc/include/stdio.h:55: error: storage class specified
for parameter `__path_search'
/home/GNU/obj/gcc/gcc/include/stdio.h:57: error: storage class specified
for parameter `__gen_tempname'
/home/GNU/obj/gcc/gcc/include/stdio.h:66: error: storage class specified
for parameter `__libc_fatal'
/home/GNU/obj/gcc/gcc/include/stdio.h:69: error: storage class specified
for parameter `__flockfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:72: error: storage class specified
for parameter `__funlockfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:76: error: storage class specified
for parameter `__ftrylockfile'
/home/GNU/obj/gcc/gcc/include/stdio.h:78: error: storage class specified
for parameter `__getc_unlocked'
/home/GNU/obj/gcc/gcc/include/stdio.h:79: error: storage class specified
for parameter `__getwc_unlocked'
/home/GNU/obj/gcc/gcc/include/stdio.h:82: error: storage class specified
for parameter `_sys_errlist_internal'
/home/GNU/obj/gcc/gcc/include/stdio.h:82: error: parse error before
"attribute_hidden"
/home/GNU/obj/gcc/gcc/include/stdio.h:82: error: declaration for
parameter `_sys_errlist_internal' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:79: error: declaration for
parameter `__getwc_unlocked' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:78: error: declaration for
parameter `__getc_unlocked' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:76: error: declaration for
parameter `__ftrylockfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:72: error: declaration for
parameter `__funlockfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:69: error: declaration for
parameter `__flockfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:66: error: declaration for
parameter `__libc_fatal' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:57: error: declaration for
parameter `__gen_tempname' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:55: error: declaration for
parameter `__path_search' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:46: error: declaration for
parameter `__old_tmpfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:45: error: declaration for
parameter `__new_tmpfile' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:42: error: declaration for
parameter `__vsscanf' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:38: error: declaration for
parameter `__getline' but no such parameter
/home/GNU/obj/gcc/gcc/include/stdio.h:36: error: declaration for
parameter `__vscanf' but no such parameter
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:53:
/opt/Arabella/powerpc-linux/include/stdlib.h: At top level:
/opt/Arabella/powerpc-linux/include/stdlib.h:99: error: ISO C forbids
data definition with no type or storage class
In file included from /home/GNU/gcc-3.3/libiberty/cplus-dem.c:53:
/opt/Arabella/powerpc-linux/include/stdlib.h:762: error: parse error
before "div"
/opt/Arabella/powerpc-linux/include/stdlib.h:763: error: ISO C forbids
data definition with no type or storage class
make[1]: *** [cplus-dem.o] Error 1
make[1]: Leaving directory `/home/GNU/obj/gcc/powerpc-linux/libiberty'
make: *** [all-target-libiberty] Error 2

I do twice: with --with-headers= and --with-sysroot= and get one and
sameb thing.


Best regards,
Leonid


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (4 preceding siblings ...)
  2003-08-14  7:06 ` lshulov at arabellasw dot com
@ 2003-08-15 18:05 ` pinskia at gcc dot gnu dot org
  2003-08-15 18:14 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-15 18:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2003-08-15 18:05:01
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-15 18:05 -------
Thanks for trying it.  Hopefully someone will look into this. I cannot at this moment or in 
the near future.


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (5 preceding siblings ...)
  2003-08-15 18:05 ` pinskia at gcc dot gnu dot org
@ 2003-08-15 18:14 ` pinskia at gcc dot gnu dot org
  2003-08-18 16:16 ` drow at mvista dot com
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-15 18:14 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|2003-08-15 18:05:01         |2003-08-15 18:14:57
               date|                            |


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-15 18:14 -------
Forgot to mark this as new.


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (6 preceding siblings ...)
  2003-08-15 18:14 ` pinskia at gcc dot gnu dot org
@ 2003-08-18 16:16 ` drow at mvista dot com
  2003-08-18 17:49 ` dhazeghi at yahoo dot com
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: drow at mvista dot com @ 2003-08-18 16:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From drow at mvista dot com  2003-08-18 16:16 -------
Subject: Re:  New: gcc cross compiler work with error

On Tue, Aug 12, 2003 at 01:05:40PM -0000, lshulov at arabellasw dot com wrote:
> gcc step2:
> /home/GNU/gcc-3.3/configure \
> --target=powerpc-linux --prefix=/opt/Arabella --enable-languages=c,c++ \
> --enable-threads=posix --with-headers=/home/GNU/glibc-2.3.2/glibc-2.3.2/include \
> --with-ghu-as --with-gnu-ld
> make

Glibc's include directory is not the right headers.  Those are not even
public headers, they're internal to glibc.

You have to extract headers from glibc (using install-headers) and then
point --with-headers at that.

--with-sysroot is better but not available in 3.3.


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (7 preceding siblings ...)
  2003-08-18 16:16 ` drow at mvista dot com
@ 2003-08-18 17:49 ` dhazeghi at yahoo dot com
  2003-08-19 12:50 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-18 17:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi at yahoo dot com  2003-08-18 17:49 -------
Suggestion: you may want to try Dan Kegel's crosstools which makes cross compilation 
significantly simpler. Alternatively, to get the necessary glibc headers, you may simply want to 
extract the necessary files from the ppc .deb which contains them. Also, you will need the ppc libs 
too, if you intend to link any programs.


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (8 preceding siblings ...)
  2003-08-18 17:49 ` dhazeghi at yahoo dot com
@ 2003-08-19 12:50 ` pinskia at gcc dot gnu dot org
  2003-08-23  4:24 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-19 12:50 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-19 12:50 -------
Can you try what is reference in the previous two comments and tell us if they works?


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (9 preceding siblings ...)
  2003-08-19 12:50 ` pinskia at gcc dot gnu dot org
@ 2003-08-23  4:24 ` pinskia at gcc dot gnu dot org
  2003-08-24  6:16 ` lshulov at arabellasw dot com
  2003-12-30 19:38 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-23  4:24 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at gcc dot gnu dot org changed:

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


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-23 04:24 -------
We (GCC) know that the last two comments work so closing as invalid.


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (10 preceding siblings ...)
  2003-08-23  4:24 ` pinskia at gcc dot gnu dot org
@ 2003-08-24  6:16 ` lshulov at arabellasw dot com
  2003-12-30 19:38 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: lshulov at arabellasw dot com @ 2003-08-24  6:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From lshulov at arabellasw dot com  2003-08-24 06:16 -------
Subject: Re:  gcc cross compiler work with error

  pinskia at gcc dot gnu dot org wrote:

>PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11894
>
>
>pinskia at gcc dot gnu dot org changed:
>
>           What    |Removed                     |Added
>----------------------------------------------------------------------------
>             Status|WAITING                     |RESOLVED
>         Resolution|                            |INVALID
>
>
>------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-23 04:24 -------
>We (GCC) know that the last two comments work so closing as invalid.
>
>
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.
>
>  
>
I compiling GCC for powerpc with new version of GCC - gcc-3.3_3.3.2ds0 - 
the result is good.

Thanks,

Leonid.


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

* [Bug bootstrap/11894] gcc cross compiler work with error
  2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
                   ` (11 preceding siblings ...)
  2003-08-24  6:16 ` lshulov at arabellasw dot com
@ 2003-12-30 19:38 ` pinskia at gcc dot gnu dot org
  12 siblings, 0 replies; 14+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-30 19:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-30 18:23 -------
*** Bug 13523 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |salnikov at angel dot cs dot
                   |                            |msu dot su


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


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

end of thread, other threads:[~2003-12-30 18:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-12 13:05 [Bug c++/11894] New: gcc cross compiler work with error lshulov at arabellasw dot com
2003-08-12 23:47 ` [Bug c++/11894] " pinskia at gcc dot gnu dot org
2003-08-13  7:35 ` lshulov at arabellasw dot com
2003-08-13 11:27 ` [Bug bootstrap/11894] " pinskia at gcc dot gnu dot org
2003-08-13 15:59 ` lshulov at arabellasw dot com
2003-08-14  7:06 ` lshulov at arabellasw dot com
2003-08-15 18:05 ` pinskia at gcc dot gnu dot org
2003-08-15 18:14 ` pinskia at gcc dot gnu dot org
2003-08-18 16:16 ` drow at mvista dot com
2003-08-18 17:49 ` dhazeghi at yahoo dot com
2003-08-19 12:50 ` pinskia at gcc dot gnu dot org
2003-08-23  4:24 ` pinskia at gcc dot gnu dot org
2003-08-24  6:16 ` lshulov at arabellasw dot com
2003-12-30 19:38 ` 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).