Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHelp! trace back utility for NiOS
Hi: Can someone please let me know whether there is a traceback utility in NiOS? I want to print the function call trace in run-time, just like gdb but without using NiOS console. I want this...
Altera_Forum
Honored Contributor
21 years agoSorry, no example designs for this.
See the GCC documentation for details of how to enable the frame pointer. I think it's something like -fno-omit-frame-pointer but I probably spelt that wrong.