Visible to Intel only — GUID: ocm1646032148238
Ixiasoft
Visible to Intel only — GUID: ocm1646032148238
Ixiasoft
5.5.2.4. Building the Application Project
You can choose to build the application project using RiscFree* IDE for Altera FPGAs, or through the command line interface (CLI).
You can configure the source files such as enabling DHCP or setting MAC and IP addresses. Refer to Optional Configuration for more details.
If you prefer CLI, you can build the application using the following commands:
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release \ -B software/app/build -S software/app
make -j4 -C software/app/build
The user application (.elf) file is created in software/app/build folder.