Forum Discussion
Altera_Forum
Honored Contributor
19 years agoNiosII IDE debug mode
Hi I am new to NiosII IDE. Currently I'm using eCos for the RTOS of my application. And using NiosII/f. My application was written in C. And once it start run, it runs threads. I&#...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- I also had this issue. One thing we can do is add the source locations using the following process. 1. Click on Windows -> Preferences -> C/C++ -> Debug -> Source Code Locations 2. Then add the eCos source files there. For Eg:- C:\Altera\kits\nios2_60\bin\nios2-gnutools\src or When its asking for the source Not found, directly give the path by selecting File System Directory and click search recursive paths option. Hope, this will solve the problem...Mine got solved..