Recommended Workflow#

  1. Use slt to install all required packages (slc-cli, gcc toolchain, CMake, Ninja, etc.).

  2. Set the environment path for Java, slt, and slc.

  3. Configure slc-cli for the SDK and toolchain to use.

  4. Use slc-cli to generate and configure the project.

  5. Build the code project with your preferred IDE (e.g. CMake, Make, VS Code). For debugging the generated code, VS Code IDE is recommended.

Note: Command line build with make and CMake is supported.