------- 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 <URL: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