Hello. I am trying to map a packet classification algorithm to FPGA accelerator using an impulse C tools. Unfortunately, I got
"Unhandled exception at 0x00415257 in ImpulseProject1.exe: 0xC00000FD: Stack overflow." error which I do not know how to solve it.
Please give me any idea.
sad.gif
Stack overflow
Started by Omar Ahmed, Nov 09 2009 05:07 PM
1 reply to this topic
#1
Posted 09 November 2009 - 05:07 PM
#2
Posted 17 November 2009 - 10:02 PM
Hello Omar,
You can try to increase the stack size in CoDeveloper Options. In Options, under the Build tab, add “--stack=0x400000” to the “Additional linker options” line. I’m just giving you a stack size example. Please be experimental with the number of stack size.
Are you using a Windows system? You can also try to increase the default stack size. Here is a link indicating how to do so. http://cs.nyu.edu/exact/core/doc/stackOverflow.txt
Mei
You can try to increase the stack size in CoDeveloper Options. In Options, under the Build tab, add “--stack=0x400000” to the “Additional linker options” line. I’m just giving you a stack size example. Please be experimental with the number of stack size.
Are you using a Windows system? You can also try to increase the default stack size. Here is a link indicating how to do so. http://cs.nyu.edu/exact/core/doc/stackOverflow.txt
Mei
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












