Altera_Forum
Honored Contributor
20 years agohow to make elf file include windows path,
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.