- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We use NIOS II IDE to generate the executable file. And use Lauterbach's ICD and debugger to debug. Souce files path information in elf files are cygwin path, but the debugger need windows path information. So, can anyone know how to config the IDE to generate elf file with windows path information?
example: my source file is: d:\altera\test\test2\hello_world.c but the debugger show error as following: d:\cygwin\d\altera\test\test2\hello_world.c file not found. Thanks a lot.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- originally posted by bluesky@Mar 31 2005, 08:49 PM we use nios ii ide to generate the executable file. and use lauterbach's icd and debugger to debug. souce files path information in elf files are cygwin path, but the debugger need windows path information. so, can anyone know how to config the ide to generate elf file with windows path information?
example:
my source file is:
d:\altera\test\test2\hello_world.c
but the debugger show error as following:
d:\cygwin\d\altera\test\test2\hello_world.c file not found.
thanks a lot. --- Quote End --- Ok, I find the answer. Wish it can help others who have the same question. 1)If you use Trace32 ICD's debugger, you can use the StripPART option to strip part of the path information in elf file. 2)Use cygpath.exe to convert cygwin path to windows path.

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