Hello! I built an environment for my 68020 board using gcc-4.0.2 and newlib-1.13.0. Everything seems good, but the exception handling is not working. If I throw anything, the program exits. Do I need to call any initializer functions to make it work? Can anybody explain me how the catchpoint is found?
I have a step-by-step trace list of the all procedure (from 'try...' to the exit() call), I can send it, but it is large. At least I could not find the way to the catchpoint in this list. :-( Thanks in advance, Gyorgy Kovesdi