Mail Archives: djgpp/1997/10/08/12:44:48
Hi!
My problem is very simple: I wrote a program which converts
bin files to C files. These C programs are perfect, they only
contain an array. If this array is small, about smaller than
100.000 bytes, there is no problem. But, if it's bigger, the
compiler crashes with SIGSEGV. I used the option -v with
gcc, and I realized that the compiler wasn't able to make
the assembly file. A temporary file was made, and this file
contained about half of my array. I used CWSDPMI and I have
enough memory and winchester space. The TMP env was set right.
So, I think everything was right, but the compiler crashed.
Please, HELP me!
Thanx for advance,
Lantic
- Raw text -