Altera_Forum
Honored Contributor
21 years agodummy_file error
When compiling a simple hello_world programm we get the following error:
================ make -s all Compiling hello_world.c... ../hello_world.c: In function `main': ../hello_world.c:23: warning: char format, pointer arg (arg 3) ../hello_world.c:24: warning: passing arg 1 of `strlen' from incompatible pointer type Linking serial_terminal.elf... Info: (serial_terminal.elf) 87 KBytes program size (code + initialized data). Info: 16296 KBytes free for stack + heap. Creating generated_app.sh... Post-processing to create ext_flash.flash Syntax error: "(" unexpected make: *** [C:/USERS/standard/std_2s60ES_sim/dummy_file] Error 2 Build completed ================ We saw that the dummy file exist and is empty. We first did managed to run the hello world program (it is the standard example) but suddenly it isn't working anymore. Uploading the standard NIOS CPU with Quartus works fine. Can someone tell us what is going on?? Thanx in advance for your help. Jos & Michel. Software: Quartus 4.2- service pack 1 and nios II 1.01 Hardware: A stratix II development board.