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++

nios bug?

Altera_Forum
Honored Contributor II
1,100 Views

i am now using cyclone developing board,everytime build the project"hello world",i met the error: 

 

make -s all  

Syntax error: "(" unexpected 

make: *** [D:/nios/after/examples/vhdl/niosII_cyclone_1c20/standard/std_1c20_sim/dummy_file] Error 2 

Build completed 

 

my nios is full futhured,is there somebody know why about this?
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
373 Views

maybe some key files were deleted by mistakes, you'd better delete Nios II , reinstall it .

0 Kudos
Altera_Forum
Honored Contributor II
373 Views

A lot of people seem to have either this problem, or some other problems with the dummy_file... 

 

We had the same thing you had, so in the Makefile we simply disabled the part that is looking for a dummy_file 

 

When it is otherwise complaining about a dummy_file, we open that dummy file with notepad and save it. Yes it is empty, it is just to change the "Modified Time" 

 

This bug is really annoying, Altera should fix it asap...
0 Kudos
Altera_Forum
Honored Contributor II
373 Views

Very simple: 

quartus II 4.1 + Nios II 1.0=OK 

quartus II 4.2 + Nios II 1.1=OK 

upgrade or degrade your software to match them. 

 

The most possible situation to such a problem is 

quartus II 4.2+Nios II 1.0
0 Kudos
Reply