- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can debug the applications of altera NiosII project. But I donnot know how to debug linux application. Can someone tell me how to debug linux applications?
Thanks!Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The basic steps are:
(1) Build your app using -O0 and -g compiler flags (2) Ensure that you build the <app>.gdb target (3) upload <app>.exe to your development board (4) run the following command from within Nios II Linux# debug <app>
(5) create and run a Nios II Linux application debug configuration from within the Nios II IDE For more information, please see the Reference Guide. If you are still experiencing problems, please feel free to contact me.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page