This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c/3454: cc1 segmentation fault when building gcc 3.0 cross compiler



>Number:         3454
>Category:       c
>Synopsis:       cc1 segmentation fault when building gcc 3.0 cross compiler
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 28 02:26:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     iain@videonetworks.com
>Release:        unknown-1.0
>Organization:
>Environment:
i686 redhat linux 6.1
>Description:
I downloaded gcc 3.0.
Built it with "make bootstrap" and installed it.
I then used it to build a cross compiler using:
configure --target=powerpc-eabi --with-cpu=403
and building with:
make LANGUAGES="c c++"
This all seems to work fine until half way through the build I get this:

--
...
echo "int xxy_us_dummy;" >tmp-dum.c
/home/iain/app/gcc-3.0-powerpc/gcc/xgcc -B/home/iain/app/gcc-3.0-powerpc/gcc/ -B/usr/local/powerpc-eabi/bin/ -B/usr/local/powerpc-eabi/lib/ -isystem /usr/local/powerpc-eabi/include -S tmp-dum.c
cc1: Internal error: Segmentation fault
Please submit a full bug report,
etc...
--
This is using:
/home/iain/app/gcc-3.0-powerpc/gcc/cc1, not cc1 in any of the other paths.

I don't reckon I've made any obvious errors, and cc1 certainly shouldn't just crash anyway. 

Please let me know if you need/want any more information,
Cheers
Iain.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]