Install: Sigmastar Sdk

Technical Report: SigmaStar SDK Installation and Environment Setup

Obtain the specific toolchain for your chip (e.g., gcc-sigmastar-9.1.0-2020.07-x86_64_arm-linux-gnueabihf.tar.xz). Extract it to a directory such as /tools/toolchain/. sigmastar sdk install

Step 4.3: Add to PATH

Append to your ~/.bashrc:

find . -type f -name "*.mk" -o -name "*.sh" | xargs sed -i 's|/old_user|/new_user|g'
$CROSS_COMPILEgcc --version

Installation steps:

If using Yocto: