[Bug c++/34687] New: my gcc wont compile

2008-01-06 Thread jokehell2 at hotmail dot com
I got a bug while I was trying to compile an emulator i got this error msg:
gpp.exe internal error: (null) (program as)
I use this line to compile: gpp -g GBA.gpp -o gba.exe


-- 
   Summary: my gcc wont compile
   Product: gcc
   Version: 4.2.2
Status: UNCONFIRMED
  Severity: critical
  Priority: P3
 Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jokehell2 at hotmail dot com


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



[Bug c++/34687] my gcc wont compile

2008-01-06 Thread jokehell2 at hotmail dot com


--- Comment #1 from jokehell2 at hotmail dot com  2008-01-06 18:02 ---
Created an attachment (id=14886)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14886&action=view)
one of the files got by the line suggested by bug reportin instructions


-- 


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



[Bug c++/34687] as crashed

2008-01-08 Thread jokehell2 at hotmail dot com


--- Comment #4 from jokehell2 at hotmail dot com  2008-01-08 21:20 ---
well again couldn't solve it well I missed writing that im running gcc in
windows xp in a Pentium III 933mhz processor, and this is what I get by adding
-v as a mail told me, This is the full output I get while trying to compile
anything:

C:\DOCUME~1\LARIN\ESCRIT~1\src>gpp -v -g GBA.cpp -o GBA.exe
Using built-in specs.
Target: djgpp
Configured with: /v203/gcc-4.22/configure djgpp --prefix=/dev/env/DJDIR
--disabl
e-nls --disable-werror --enable-languages=c,c++,fortran,objc,obj-c++,ada
Thread model: single
gcc version 4.2.2
 c:/djgpp/bin/../libexec/gcc/djgpp/4.22/cc1plus.exe -quiet -v -iprefix
c:/djgpp/
bin/../lib/gcc/djgpp/4.22/ -remap -imacros
c:/djgpp/bin/../lib/gcc/djgpp/4.22/dj
gpp.ver GBA.cpp -quiet -dumpbase GBA.cpp -mtune=pentium -auxbase GBA -g
-version
 -o c:/djgpp/tmp/ccTZctYc.s
ignoring nonexistent directory
"c:/djgpp/bin/../lib/gcc/djgpp/4.22/../../../../d
jgpp/include"
ignoring nonexistent directory "c:/djgpp/djgpp/include/"
#include "..." search starts here:
#include <...> search starts here:
 c:/djgpp/bin/../lib/gcc/djgpp/4.22/../../../../include/cxx/4.22
 c:/djgpp/bin/../lib/gcc/djgpp/4.22/../../../../include/cxx/4.22/djgpp
 c:/djgpp/bin/../lib/gcc/djgpp/4.22/../../../../include/cxx/4.22/backward
 c:/djgpp/bin/../lib/gcc/djgpp/4.22/include
 c:/djgpp/include/cxx/4.22/
 c:/djgpp/include/cxx/4.22/djgpp/
 c:/djgpp/include/cxx/4.22/backward/
 c:/djgpp/lib/gcc/djgpp/4.22/include/
 c:/djgpp/include/
End of search list.
GNU C++ version 4.2.2 (djgpp)
compiled by GNU C version 4.2.2.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
Compiler executable checksum: 9cf7db18348e520456ac1c71bc376dec
GBA.cpp: In function 'bool CPUWriteMemState(char*, int)':
GBA.cpp:678: warning: deprecated conversion from string constant to 'char*'
GBA.cpp: In function 'bool CPUReadMemState(char*, int)':
GBA.cpp:821: warning: deprecated conversion from string constant to 'char*'
 as -o c:/djgpp/tmp/ccm7slnR.o c:/djgpp/tmp/ccTZctYc.s
gpp.exe: Internal error: (null) (program as)
Please submit a full bug report.
See http://gcc.gnu.org/bugs.html> for instructions.

C:\DOCUME~1\LARIN\ESCRIT~1\src>

Thanks for helping me, I hope we can solve it.

PS: sorry for the uppercases but EVERYTHING I TRY TO COMPILE GIVES ME THE SAME
ERROR!! thanks a lot for the help


-- 


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



[Bug c++/34687] as crashed

2008-01-08 Thread jokehell2 at hotmail dot com


--- Comment #6 from jokehell2 at hotmail dot com  2008-01-08 21:40 ---
No becouse I dinb't know it was in the ftp and I want to compile a program that
said that it could be compiled in GCC 3.0 without trouble but if I use an older
version I could get mi computer hung up and another alternative was MS Visual
C++ 6.0 but I prefer free I picked GCC so wich optimization I might add if I do
it with that version, the hung was refered to something like memmory or the
processor   
I tried to compile another program to check if the error was really of the
program 
or GCC's but it was GCC's. Thanks.


-- 


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



[Bug c++/34687] as crashed

2008-01-08 Thread jokehell2 at hotmail dot com


--- Comment #8 from jokehell2 at hotmail dot com  2008-01-09 00:13 ---
trying thanks


-- 


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



[Bug c++/34687] as crashed

2008-01-08 Thread jokehell2 at hotmail dot com


--- Comment #9 from jokehell2 at hotmail dot com  2008-01-09 00:46 ---
still can't is there any version that accepts to leave _asm undeclared?


-- 


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



[Bug c++/34687] as crashed

2008-01-08 Thread jokehell2 at hotmail dot com


--- Comment #10 from jokehell2 at hotmail dot com  2008-01-09 01:22 ---
is bnu related to this? do i have to use make? in case that I must/have to use
make how is going to be the comand line?


-- 


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