The SigmaStar SDK requires a Linux-based host development environment. Ubuntu 16.04 or Ubuntu 18.04 LTS (64-bit) are the highly recommended distributions, as older SDK buildscripts often rely on specific toolchain and package versions found in these releases. Package Dependencies
If the toolchain fails to run, you might need libc6:i386 . Run sudo apt-get install libc6-dev-i386 .
#!/bin/bash export SIGMASTAR_SDK_PATH=~/sigmastar_workspace/Sigmastar_SSD222_SDK export PATH=$SIGMASTAR_SDK_PATH/toolchain/arm-linux-gnueabihf/bin:$PATH export CROSS_COMPILE=arm-linux-gnueabihf- export ARCH=arm sigmastar sdk install
For a complete environment, especially when working with the DLA SDK or GUI-based toolkits, you should also install the following libraries:
Before unpacking the SDK, ensure your host machine has the necessary build tools: The SigmaStar SDK requires a Linux-based host development
If the build system throws cross-compiler execution errors, verify that your PATH variable correctly points to the binary folder of the toolchain and that you have restarted your terminal session.
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. Run sudo apt-get install libc6-dev-i386
I can provide the exact compiler configurations or flashing commands for your board. Share public link
If the full build fails (common), build step-by-step: