Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNios IDE problem
Hello,
I don't know why. Before, I compiled successfully each project. Now, I create a simple hello_world project in Nios IDE and I got strange errors... ***[obj/alt_alarm_start.o] Aborted (core dumped) ***[system_project] Error 2 Other times, the compilers show other errors ***[obj/xxYYzz.o] Aborted (core dumped) where xxYYzz is an other file. I don't remember the name of these files... Thank you very much for your help Christian2 Replies
- Altera_Forum
Honored Contributor
Hello Christian,
Do you get the core dump even when creating a brand new project based on the hello_world template? If so, your workspace may be corrupted. First, check that all your source files are stored in a safe place. Then delete your workspace under <Nios_II_Install_Dir>\kits\nios2\bin\eclipse. Uninstall Nios II, then reinstall Nios II. Create a new hello_world project, and build it to see if the problem goes away. You first may want to check the .log file located in the .metadata directory under this workspace directory, as more details about the core dump may have been recorded here. - Altera_Forum
Honored Contributor
I created a new account in windows XP and now, I can recompile any project with Nios IDE. There is probably something corrupted.
Thanks