Specifications
nios2-bsp
BSP files
make
BSP library file
(.a)
SOPC Builder
system file (.sopcinfo)
Tcl
scripts
Command
line arguments
Related Information
• Nios II Software Build Tools Utilities on page 15-1
For more information about the nios2-bsp command.
• Settings Managed by the Software Build Tools on page 15-25
• Software Build Tools Tcl Commands on page 15-64
Creating an Application Project with a Script
To create application projects, use nios2-app-generate-makefile as in the following example:.
nios2-app-generate-makefile --bsp-dir ../BSP \
--elf-name telnet-test.elf
--src-dir source/ make
Table 3-2: Description of nios2-app-generate-makefile Arguments
Argument Purpose
--bsp-dir ../BSP Specifies the location of the BSP on which
this application is based
--elf-name telnet-test.elf Specifies the name of the executable file
--src-dir source/ Tells nios2-app-generate-makefile where to
find the C source files
NII5V2
2015.05.14
Creating an Application Project with a Script
3-11
Getting Started from the Command Line
Altera Corporation
Send Feedback