Typical SDK filenames look like:
export PYTHONPATH=$SIGMASTAR_SDK_ROOT/tools/pylib sigmastar sdk install
Installing and setting up a SigmaStar SDK typically involves preparing a Linux host (ideally Ubuntu 16.04 you can begin the build process
cat > setup.env << "EOF" export SIGMASTAR_SDK_ROOT=$(pwd) export SIGMASTAR_CHIP=SSC338Q # Change to your chip export SIGMASTAR_BOARD=IPC_SSC338Q_LINUX4_9 export SIGMASTAR_OUTPUT=$SIGMASTAR_SDK_ROOT/output export PATH=$SIGMASTAR_SDK_ROOT/tools/scripts:$PATH export LD_LIBRARY_PATH=$SIGMASTAR_SDK_ROOT/tools/lib:$LD_LIBRARY_PATH sigmastar sdk install
Before installing the Sigmastar SDK, ensure your host system meets the following requirements. Sigmastar SDKs generally rely on a Linux environment.
docker build -t sigmastar-builder . docker run -it --rm sigmastar-builder make all
Once the environment is ready, you can begin the build process, typically referred to as the build system in SigmaStar documentation.