SigmaStar uses a centralized build system located in the project/ directory. Navigate to the project folder: cd project Use code with caution.
: The compiled Linux kernel bundled with the device tree.
sudo mkdir -p /project/sigmastar sudo chown $USER:$USER /project/sigmastar cd /project/sigmastar sigmastar sdk install
Ensure you did not skip the apt-get installation step in Section 1. Double check that libssl-dev and lzma are present. 2. File Not Found During Cross-Compilation
:
Setting up a development environment for SigmaStar SoCs (such as the SSC335, SSD202, or SSG20X series) requires a precise sequence of system preparation, toolchain linking, and compilation. This comprehensive guide walks you through installing the SigmaStar Software Development Kit (SDK) on a Linux host machine, configuring the cross-compiler, and executing your first successful build. 1. Prerequisites and Host System Preparation
A typical SigmaStar SDK includes these key components: SigmaStar uses a centralized build system located in
SigmaStar chips rely on specific ARM cross-compilers (like arm-linux-gnueabihf- or arm-buildroot-linux-uclibcgnueabi- ). The correct toolchain is usually bundled inside the SDK package or provided alongside it. 1. Extract the Cross-Compiler