We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11459a commit 2a80cfaCopy full SHA for 2a80cfa
pico-sdk-lib/build.sh
@@ -2,7 +2,7 @@
2
rm -rf build
3
mkdir build
4
cd build
5
-PICO_SDK_PATH=../../pico-sdk/ PATH="$(cd ../system/arm*/bin; pwd):$PATH" cmake ..
+PICO_SDK_PATH=../../pico-sdk/ PATH="$(cd ../../system/arm-none-eabi/bin; pwd):$PATH" cmake ..
6
make
7
cp libpico.a ../../lib/.
8
0 commit comments