Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNios errors in template build
Hi, I'm a student who is new to Nios and I've have been trying to create a basic C/C++ application. I have created a new project using the hello_world template but I receive some errors when I ...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Hi, I'm not sure what kind of error it's, but all the problems that I have had with Nios was concerning forder names. Your route to the work forder must not contain spaces, and the project name also. Try to see in "Problems" window (down, just left "Console" window). You will see a more detailed error explanation. Regards, Isaac Campos --- Quote End --- Thanks for your reply. It doesn't seem to be a problem with spaces in folder names as I have been making sure I don't use any spaces in any paths I'm using (as practically everyone I know had warned me of those problems when I began). I took a look in the "Problems" window as you suggested. It has the two errors listed as follows: make: *** [crt0.o] Error 57 hello_world_0_syslib line 0 make: *** [system_project] Error 2 hello_world_0 line 0 Could it be a GNU problem? Is there any other development software that clash with Nios?