Forum Discussion
Altera_Forum
Honored Contributor
15 years agoGcc4 Frame Pointer Issue
I've been trying to write some code in an MPU exception handler to trap and dump the call stack when an intermittent exception occurs in our system and am pretty sure I've found a bug in the latest G...
Altera_Forum
Honored Contributor
12 years agoWe ended up walking the stack with our own code and anything examined everything that looked like an address in the code space was examined.
If the address followed a call op code we printed the address. It was a bit of effort but works with gcc3 / gcc4. We are building with the with 13.1 now but I never bothered looking at whether this was fixed as our code still worked correctly.