gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

Coding > Compiler Problem,

#30945 - batblaster - Mon Dec 06, 2004 3:21 pm

precorpo.c:35: internal error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://www.gnu.org/software/gcc/bugs.html> for instructions.
make: *** [precorpo.o] Error 1


the "precorpo.c" is a part of my program where are some part of code and
all gfx .h files,
the code generated and the .s is very very big, what can i do ???

I think is a problem when try to compile a large file but i need...

I'm lost i don't know how i can fix...

Please help me...
_________________
Batblaster / 7 Raven Studios Co. Ltd
------------------------------------------

#30990 - tepples - Mon Dec 06, 2004 10:24 pm

Don't convert big binary files to .c files; instead convert them directly to .s files or .o files. If that doesn't work, it may be time for you to consider switching to an appended-data method such as GBFS.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#31049 - batblaster - Tue Dec 07, 2004 11:09 am

Thanks a lot i will try...
_________________
Batblaster / 7 Raven Studios Co. Ltd
------------------------------------------