A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: uap1630484639083
Ixiasoft
Visible to Intel only — GUID: uap1630484639083
Ixiasoft
2.3.3.3.2. Building the Application Project using the Command-Line Interface
You can also build the “Hello World” application using the CLI command:
- Setup the PATH variable.
- Enter the CLI Command:
cmake -S software/app -G "Unix Makefiles" -B software/app/build
make -C software/app/build
This step creates the "Hello World" application in the form of a .elf file inside the <Project directory>/software/app/build folder.