Altera_Forum
Honored Contributor
21 years agoError in build
windows server 2003 enterprise edition, niosII 1.1 b137d, Quartus II 4.2 b157
when I create a new project in niosII IDE, such as "hello world", then Build All, the messenge appears: Error in build: (Exec error:Launching failed) I search "Launching failed" in niosII IDE Help, it tells: To build your project: In the C/C++ Projects view, select the HelloWorld project. Click Project > Build Project. If you get the error message: Exec error:Launching failed This error message means that the CDT cannot locate the build command, usually make. Either your path is not configured correctly or you do not have make installed on your system. how to correct this? Thanks.