public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] gcc build error for PowerPC platform for ecos 2.0
@ 2006-03-08 16:04 Ram Sudhir Tadavarthi
  0 siblings, 0 replies; 4+ messages in thread
From: Ram Sudhir Tadavarthi @ 2006-03-08 16:04 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I am getting an error while compiling the gcc sources for ecos 2.0.


Host Environment

OS : windows 2000 service pack 4 (with cygwin environment)
Processor : AMD Athlon 1500+
RAM : 256 MB RAM

target architecture : powerpc-eabi

sources downloaded/compiling:

binutils-2.13.1.tar.bz2
gcc-core-3.2.1.tar.gz
gcc-g++-3.2.1.tar.gz
newlib-1.11.0.tar.gz

commands given :

$ /src/gcc-3.2.1/configure --target=powerpc-eabi --prefix=/gnutools --enable-la
nguages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --with-gxx-include-dir=
/gnutools/powerpc-eabi/include -v 2>&1 | tee configure.out

 make -w all install 2>&1 | tee make.out

I have tried the same three times and I am able to reproduce the error.Can
anybody help me what might be wrong.

Thanking you,
ram

PS: error message

In file included from /src/gcc-3.2.1/include/xregex.h:26,
                 from /src/gcc-3.2.1/libiberty/regex.c:195:
/src/gcc-3.2.1/include/xregex2.h:551: warning: ISO C89 does not support
`static'
 or type qualifiers in parameter array declarators
In file included from /src/gcc-3.2.1/libiberty/regex.c:649:
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_regex_compile':
/src/gcc-3.2.1/libiberty/regex.c:2527: warning: implicit declaration of
function
 `free'
/src/gcc-3.2.1/libiberty/regex.c:2588: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:2621: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:2728: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:3731: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:4238: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_compile_fastmap':
/src/gcc-3.2.1/libiberty/regex.c:4952: warning: implicit declaration of
function
 `abort'
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_match_2_internal':
/src/gcc-3.2.1/libiberty/regex.c:7630: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [regex.o] Error 1
make[3]: Leaving directory `/tmp/build/gcc/powerpc-eabi/nof/libiberty'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
make: *** [all-target-libiberty] Error 2
make: Leaving directory `/tmp/build/gcc'
-- 
-- 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] gcc build error for PowerPC platform for ecos 2.0
  2006-03-08 16:06 Ram Sudhir Tadavarthi
@ 2006-03-08 16:10 ` Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2006-03-08 16:10 UTC (permalink / raw)
  To: Ram Sudhir Tadavarthi; +Cc: eCos Discussion

Enough already!  This is the third copy of the same message in 5 
minutes!!

On Wed, 2006-03-08 at 17:54 +0100, Ram Sudhir Tadavarthi wrote:
> Hello,
> 
> I am getting an error while compiling the gcc sources for ecos 2.0.
> 
> Complete make.out log file attached.
> 
> Host Environment
> 
> OS : windows 2000 service pack 4 (with cygwin environment)
> Processor : AMD Athlon 1500+
> RAM : 256 MB RAM
> 
> target architecture : powerpc-eabi
> 
> sources downloaded/compiling:
> 
> binutils-2.13.1.tar.bz2
> gcc-core-3.2.1.tar.gz
> gcc-g++-3.2.1.tar.gz
> newlib-1.11.0.tar.gz
> 
> commands given :
> 
> $ /src/gcc-3.2.1/configure --target=powerpc-eabi --prefix=/gnutools --enable-la
> nguages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --with-gxx-include-dir=
> /gnutools/powerpc-eabi/include -v 2>&1 | tee configure.out
> 
>  make -w all install 2>&1 | tee make.out
> 
> I have tried the same three times and I am able to reproduce the error.Can
> anybody help me what might be wrong.

These are GCC errors, you should take them to the GCC folks.  Of course,
they won't be very interested since GCC-4.x is now the current version.

Why don't you just use prebuilt binaries?

> 
> Thanking you,
> ram
> 
> PS: error message
> 
> In file included from /src/gcc-3.2.1/include/xregex.h:26,
>                  from /src/gcc-3.2.1/libiberty/regex.c:195:
> /src/gcc-3.2.1/include/xregex2.h:551: warning: ISO C89 does not support
> `static'
>  or type qualifiers in parameter array declarators
> In file included from /src/gcc-3.2.1/libiberty/regex.c:649:
> /src/gcc-3.2.1/libiberty/regex.c: In function `byte_regex_compile':
> /src/gcc-3.2.1/libiberty/regex.c:2527: warning: implicit declaration of
> function
>  `free'
> /src/gcc-3.2.1/libiberty/regex.c:2588: warning: function `free' was previously
> d
> eclared within a block
> /src/gcc-3.2.1/libiberty/regex.c:2621: warning: function `free' was previously
> d
> eclared within a block
> /src/gcc-3.2.1/libiberty/regex.c:2728: warning: function `free' was previously
> d
> eclared within a block
> /src/gcc-3.2.1/libiberty/regex.c:3731: warning: function `free' was previously
> d
> eclared within a block
> /src/gcc-3.2.1/libiberty/regex.c:4238: warning: function `free' was previously
> d
> eclared within a block
> /src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_compile_fastmap':
> /src/gcc-3.2.1/libiberty/regex.c:4952: warning: implicit declaration of
> function
>  `abort'
> /src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_match_2_internal':
> /src/gcc-3.2.1/libiberty/regex.c:7630: internal error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make[3]: *** [regex.o] Error 1
> make[3]: Leaving directory `/tmp/build/gcc/powerpc-eabi/nof/libiberty'
> make[2]: *** [multi-do] Error 1
> make[2]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
> make: *** [all-target-libiberty] Error 2
> make: Leaving directory `/tmp/build/gcc'
> -- 
> -- 

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] gcc build error for PowerPC platform for ecos 2.0
@ 2006-03-08 16:06 Ram Sudhir Tadavarthi
  2006-03-08 16:10 ` Gary Thomas
  0 siblings, 1 reply; 4+ messages in thread
From: Ram Sudhir Tadavarthi @ 2006-03-08 16:06 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I am getting an error while compiling the gcc sources for ecos 2.0.

Complete make.out log file attached.

Host Environment

OS : windows 2000 service pack 4 (with cygwin environment)
Processor : AMD Athlon 1500+
RAM : 256 MB RAM

target architecture : powerpc-eabi

sources downloaded/compiling:

binutils-2.13.1.tar.bz2
gcc-core-3.2.1.tar.gz
gcc-g++-3.2.1.tar.gz
newlib-1.11.0.tar.gz

commands given :

$ /src/gcc-3.2.1/configure --target=powerpc-eabi --prefix=/gnutools --enable-la
nguages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --with-gxx-include-dir=
/gnutools/powerpc-eabi/include -v 2>&1 | tee configure.out

 make -w all install 2>&1 | tee make.out

I have tried the same three times and I am able to reproduce the error.Can
anybody help me what might be wrong.

Thanking you,
ram

PS: error message

In file included from /src/gcc-3.2.1/include/xregex.h:26,
                 from /src/gcc-3.2.1/libiberty/regex.c:195:
/src/gcc-3.2.1/include/xregex2.h:551: warning: ISO C89 does not support
`static'
 or type qualifiers in parameter array declarators
In file included from /src/gcc-3.2.1/libiberty/regex.c:649:
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_regex_compile':
/src/gcc-3.2.1/libiberty/regex.c:2527: warning: implicit declaration of
function
 `free'
/src/gcc-3.2.1/libiberty/regex.c:2588: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:2621: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:2728: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:3731: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:4238: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_compile_fastmap':
/src/gcc-3.2.1/libiberty/regex.c:4952: warning: implicit declaration of
function
 `abort'
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_match_2_internal':
/src/gcc-3.2.1/libiberty/regex.c:7630: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [regex.o] Error 1
make[3]: Leaving directory `/tmp/build/gcc/powerpc-eabi/nof/libiberty'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
make: *** [all-target-libiberty] Error 2
make: Leaving directory `/tmp/build/gcc'
-- 
-- 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] gcc build error for PowerPC platform for ecos 2.0
@ 2006-03-08 15:59 Ram Sudhir Tadavarthi
  0 siblings, 0 replies; 4+ messages in thread
From: Ram Sudhir Tadavarthi @ 2006-03-08 15:59 UTC (permalink / raw)
  To: ecos-discuss

Hello,

I am getting an error while compiling the gcc sources for ecos 2.0.

Complete make.out log file attached.

Host Environment

OS : windows 2000 service pack 4 (with cygwin environment)
Processor : AMD Athlon 1500+
RAM : 256 MB RAM

target architecture : powerpc-eabi

sources downloaded/compiling:

binutils-2.13.1.tar.bz2
gcc-core-3.2.1.tar.gz
gcc-g++-3.2.1.tar.gz
newlib-1.11.0.tar.gz

commands given :

$ /src/gcc-3.2.1/configure --target=powerpc-eabi --prefix=/gnutools --enable-la
nguages=c,c++ --with-gnu-as --with-gnu-ld --with-newlib --with-gxx-include-dir=
/gnutools/powerpc-eabi/include -v 2>&1 | tee configure.out

 make -w all install 2>&1 | tee make.out

I have tried the same three times and I am able to reproduce the error.Can
anybody help me what might be wrong.

Thanks alot for your valuable time,
ram

PS: error message

In file included from /src/gcc-3.2.1/include/xregex.h:26,
                 from /src/gcc-3.2.1/libiberty/regex.c:195:
/src/gcc-3.2.1/include/xregex2.h:551: warning: ISO C89 does not support
`static'
 or type qualifiers in parameter array declarators
In file included from /src/gcc-3.2.1/libiberty/regex.c:649:
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_regex_compile':
/src/gcc-3.2.1/libiberty/regex.c:2527: warning: implicit declaration of
function
 `free'
/src/gcc-3.2.1/libiberty/regex.c:2588: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:2621: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:2728: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:3731: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c:4238: warning: function `free' was previously
d
eclared within a block
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_compile_fastmap':
/src/gcc-3.2.1/libiberty/regex.c:4952: warning: implicit declaration of
function
 `abort'
/src/gcc-3.2.1/libiberty/regex.c: In function `byte_re_match_2_internal':
/src/gcc-3.2.1/libiberty/regex.c:7630: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [regex.o] Error 1
make[3]: Leaving directory `/tmp/build/gcc/powerpc-eabi/nof/libiberty'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/gcc/powerpc-eabi/libiberty'
make: *** [all-target-libiberty] Error 2
make: Leaving directory `/tmp/build/gcc'
-- 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2006-03-08 16:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-08 16:04 [ECOS] gcc build error for PowerPC platform for ecos 2.0 Ram Sudhir Tadavarthi
  -- strict thread matches above, loose matches on Subject: below --
2006-03-08 16:06 Ram Sudhir Tadavarthi
2006-03-08 16:10 ` Gary Thomas
2006-03-08 15:59 Ram Sudhir Tadavarthi

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