It would be great to be able to compile the SDK in raspberry pi devices
Contributor guide
Tech stack
cpp
Domain
build system
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
CMake knowledgeCross compilation basicsRaspberry Pi setup
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Investigate the current CMake build system in the repository to identify platform specific code that may prevent compilation on ARM. Review the existing comments on the issue for any suggested approaches or patches. Consider setting up a cross compilation toolchain for Raspberry Pi (e.g., using the official Raspberry Pi toolchain) and attempt to build the SDK. Look for any existing forks or branches that have attempted this port.