Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

IDE build problem

Altera_Forum
Honored Contributor II
1,016 Views

Hi all, 

I am a fresh on nios, now I met a problem that I can't build project in the IDE software, when I click the build button, nothing happened, by the way the project is imported from others, and it said the Make File for project is missing, is it the problem why I can't build project? How I can rebuild the project for debug? 

Thank you all!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
322 Views

You probably have a corrupted makefile or missed some file reference when you imported the project. 

Try opening syslib properties, change something, apply and rebuild all. 

If this doesn't work you may need to create a new project from scratch and add your current source files. In such cases this ultimate solution is faster than rant and rave with the IDE to find out what 's the problem.
0 Kudos
Altera_Forum
Honored Contributor II
322 Views

Be sure source files have green dots on source file icons (not empty white dots). If they are not green, Right click all C files and use 'Add to NIOS build'. 

 

Bill
0 Kudos
Reply