Hi,
I am a newbie to C/C++. I am using a tool which compiles source files provided in src and headers in inc folder. The tool working fine with small applications having 40-50 src files but it is failed when I try with big application that has around 2000 c files and same number of header files. I am using GCC 4.8.1 with MinGW and MSys 1.0.11
I suspect the linker flags that I used -m32 -lm -Wl,--compat-implib -L $(LIB_DIR) -shared
I got the following error-
0 [main] sh 4876 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
467 [main] sh 4876 open_stackdumpfile: Dumping stack trace to sh.exe.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=00000000
eax=00000000 ebx=00298478 ecx=710A7A90 edx=00000000 esi=00000000 edi=00000000
ebp=00000000 esp=00271308 program=C:\Home\TEAM_3_3\Ref\Cots\Win2K\MSYS\1.0\bin\sh.exe
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
End of stack trace
Please help me to get rid of it .
Thanks in advance...
Jella
I forgot mention that I am using winndows 7 64-bit OS