This commit is contained in:
andrewchilicki
2025-02-08 15:12:24 -05:00
parent 902993bde1
commit 71bd81f2b9
60 changed files with 99637 additions and 12 deletions

3
compile_build_pi.sh Normal file
View File

@ -0,0 +1,3 @@
rm -rf build
cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=cmake/armv8-rpi3-linux-gnueabihf.cmake -DCROSS_COMPILE_SYSROOT=/home/andrewc/chroots/rpi-buster-armhf
cmake --build build -j$(nproc)