public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/42666]  New: xgcc: Internal error: segmentation violation (program cc1)
@ 2010-01-08 21:40 norbert dot huebsch at gmx dot de
  2010-01-08 21:46 ` [Bug c/42666] " norbert dot huebsch at gmx dot de
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: norbert dot huebsch at gmx dot de @ 2010-01-08 21:40 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1884 bytes --]

Hello, 
I have a QNX Neutrino Operating System with an AMD ATHLON Processor.
And for compiling i use the standard QNX gcc 4.3.3 compiler.
I did the following steps after unzip and tar: 
- ./configure
- ./make

.. and after round about 2 hours I got the following error. 

/root/gcc-4.4.2/host-i386-pc-nto-qnx6.4.1/prev-gcc/xgcc
-B/root/gcc-4.4.2/host-i386-pc-nto-qnx6.4.1/prev-gcc/ -B
/usr/local/i386-pc-nto-qnx6.4.1/bin/ -c  -g -O2 -fomit-frame-pointer -DIN_GCC  
-W -Wall -Wwrite-strings -Wstric
t-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition
-Wc++-compat -Wmissing-format-attribute -pe
dantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings  
-DHAVE_CONFIG_H -I. -I. -I../.././gcc -I../
.././gcc/. -I../.././gcc/../include -I./../intl -I../.././gcc/../libcpp/include
-I/usr/include -I../.././gcc/../
libdecnumber -I../.././gcc/../libdecnumber/dpd -I../libdecnumber   
../.././gcc/c-common.c -o c-common.o
xgcc: Internal error: segmentation violation (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [c-common.o] Error 1
make[3]: Leaving directory `/root/gcc-4.4.2/host-i386-pc-nto-qnx6.4.1/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/root/gcc-4.4.2'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/root/gcc-4.4.2'
make: *** [all] Error 2

what´s wrong 

thanks for your help


-- 
           Summary: xgcc: Internal error: segmentation violation (program
                    cc1)
           Product: gcc
           Version: 4.4.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: norbert dot huebsch at gmx dot de
  GCC host triplet: i386-pc-nto-qnx6.4.1


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


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

* [Bug c/42666] xgcc: Internal error: segmentation violation (program cc1)
  2010-01-08 21:40 [Bug c/42666] New: xgcc: Internal error: segmentation violation (program cc1) norbert dot huebsch at gmx dot de
@ 2010-01-08 21:46 ` norbert dot huebsch at gmx dot de
  2010-02-07 18:58 ` [Bug bootstrap/42666] " pinskia at gcc dot gnu dot org
  2010-02-15 21:30 ` norbert dot huebsch at gmx dot de
  2 siblings, 0 replies; 6+ messages in thread
From: norbert dot huebsch at gmx dot de @ 2010-01-08 21:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from norbert dot huebsch at gmx dot de  2010-01-08 21:45 -------
Created an attachment (id=19515)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19515&action=view)
Here is the config.log with my preferences


-- 


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


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

* [Bug bootstrap/42666] xgcc: Internal error: segmentation violation (program cc1)
  2010-01-08 21:40 [Bug c/42666] New: xgcc: Internal error: segmentation violation (program cc1) norbert dot huebsch at gmx dot de
  2010-01-08 21:46 ` [Bug c/42666] " norbert dot huebsch at gmx dot de
@ 2010-02-07 18:58 ` pinskia at gcc dot gnu dot org
  2010-02-15 21:30 ` norbert dot huebsch at gmx dot de
  2 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-02-07 18:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2010-02-07 18:58 -------
Have you tried building in a different directory than the source directory?
Do you have any environment variables set like CFLAGS, etc?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c                           |bootstrap


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


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

* [Bug bootstrap/42666] xgcc: Internal error: segmentation violation (program cc1)
  2010-01-08 21:40 [Bug c/42666] New: xgcc: Internal error: segmentation violation (program cc1) norbert dot huebsch at gmx dot de
  2010-01-08 21:46 ` [Bug c/42666] " norbert dot huebsch at gmx dot de
  2010-02-07 18:58 ` [Bug bootstrap/42666] " pinskia at gcc dot gnu dot org
@ 2010-02-15 21:30 ` norbert dot huebsch at gmx dot de
  2 siblings, 0 replies; 6+ messages in thread
From: norbert dot huebsch at gmx dot de @ 2010-02-15 21:30 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 546 bytes --]



------- Comment #3 from norbert dot huebsch at gmx dot de  2010-02-15 21:30 -------
(In reply to comment #2)
> Have you tried building in a different directory than the source directory?
> Do you have any environment variables set like CFLAGS, etc?
> 

No, I compieled directly in the source directory. I didn´t try any CFLAGS
either.
I  have absolutely no idea from what the error comes.
But I know QNX isn´t a very common operating System, perhaps it never works on
this platform.


-- 


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


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

* [Bug bootstrap/42666] xgcc: Internal error: segmentation violation (program cc1)
       [not found] <bug-42666-4@http.gcc.gnu.org/bugzilla/>
  2012-01-28  5:26 ` pinskia at gcc dot gnu.org
@ 2012-05-22  7:22 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-05-22  7:22 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-05-22 06:12:42 UTC ---
No feedback in over 3 months so closing.


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

* [Bug bootstrap/42666] xgcc: Internal error: segmentation violation (program cc1)
       [not found] <bug-42666-4@http.gcc.gnu.org/bugzilla/>
@ 2012-01-28  5:26 ` pinskia at gcc dot gnu.org
  2012-05-22  7:22 ` pinskia at gcc dot gnu.org
  1 sibling, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-28  5:26 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-01-28
     Ever Confirmed|0                           |1

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-28 05:17:16 UTC ---
Does this work with a newer version of GCC like 4.6.2?


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

end of thread, other threads:[~2012-05-22  7:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-08 21:40 [Bug c/42666] New: xgcc: Internal error: segmentation violation (program cc1) norbert dot huebsch at gmx dot de
2010-01-08 21:46 ` [Bug c/42666] " norbert dot huebsch at gmx dot de
2010-02-07 18:58 ` [Bug bootstrap/42666] " pinskia at gcc dot gnu dot org
2010-02-15 21:30 ` norbert dot huebsch at gmx dot de
     [not found] <bug-42666-4@http.gcc.gnu.org/bugzilla/>
2012-01-28  5:26 ` pinskia at gcc dot gnu.org
2012-05-22  7:22 ` pinskia at gcc dot gnu.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).