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
9
9
export PICO_SDK_PATH=" $PWD /pico-sdk"
10
10
export LDFLAGS=" -static -static-libgcc -static-libstdc++"
11
11
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
+
12
16
git -C " $PICO_SDK_PATH " submodule update --init --depth=1 lib/mbedtls
13
17
14
18
echo " Version is $sdkVersion "
53
57
fi
54
58
55
59
cd 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
+
56
69
mkdir -p build
57
70
cd build
58
71
cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release -DPICOTOOL_FLAT_INSTALL=1
You can’t perform that action at this time.
0 commit comments