File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
packages/windows/picotool Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ sdkVersion=$1
99export PICO_SDK_PATH=" $PWD /pico-sdk"
1010export LDFLAGS=" -static -static-libgcc -static-libstdc++"
1111
12+ # Apply https://github.com/raspberrypi/pico-sdk/commit/66540fe88e86a9f324422b7451a3b5dff4c0449f for gcc 15
13+ git -C " $PICO_SDK_PATH " fetch origin 66540fe88e86a9f324422b7451a3b5dff4c0449f
14+ git -C " $PICO_SDK_PATH " cherry-pick -n 66540fe88e86a9f324422b7451a3b5dff4c0449f
15+
1216git -C " $PICO_SDK_PATH " submodule update --init --depth=1 lib/mbedtls
1317
1418echo " Version is $sdkVersion "
5357fi
5458
5559cd picotool
60+
61+ # Apply https://github.com/raspberrypi/picotool/commit/f010190c37061f9a207075c6918a5e6e9aee5653 for CMake 4.x
62+ git fetch origin f010190c37061f9a207075c6918a5e6e9aee5653
63+ git cherry-pick -n f010190c37061f9a207075c6918a5e6e9aee5653
64+
65+ # Apply https://github.com/raspberrypi/picotool/commit/ac8aaeac7e7c2dfb55a277c5aa4ff6537612789d for GCC 15
66+ git fetch origin ac8aaeac7e7c2dfb55a277c5aa4ff6537612789d
67+ git cherry-pick -n ac8aaeac7e7c2dfb55a277c5aa4ff6537612789d
68+
5669mkdir -p build
5770cd build
5871cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release -DPICOTOOL_FLAT_INSTALL=1
You can’t perform that action at this time.
0 commit comments