The correct compiler is usually bundled inside the SDK under a toolchain/ directory or provided as a standalone archive. Extract it to /opt/ to make it universally available:
: Use the SigmaStar ISP Tool for SPI NAND or NOR flash if the board is empty. This requires connecting via a debug tool. sigmastar sdk install
With your Ubuntu system set up, the next vital step is to install the myriad of dependencies needed to compile the bootloader, kernel, and entire SDK. Many compilation errors can be traced back to a missing or incorrectly installed development package. The correct compiler is usually bundled inside the
lunch # or: lunch ssd20x_evb
(Replace xxx with your specific board config, e.g., ssd201_spinand_defconfig ). sigmastar sdk install