Specifications
1–38 Altera Corporation
October 2007
Creating the Example Design Nios II Hardware Development Tutorial
Figure 1–20. System Library Properties
4. Click OK to close the Properties dialog box and return to the IDE
workbench.
5. Right-click the count_binary_0 project in the Nios II C/C++ Projects
view and click Build Project.
The Build Project dialog box appears, and the IDE begins compiling the
project. When compilation completes, a "Build completed" message
appears in the Console view.
Run the Program
In this section you run the program to see the compiled code execute. You
can run the program on target hardware, on the Nios II instruction set
simulator (ISS), or both.
1 Older versions of count_binary.h need a small modification to
keep the code from hanging on some newer devices and
terminating in the ISS. Be sure line 18 looks like this:
# define LCD_PRINTF(lcd, args...) /* Do Nothing */