Micropython v1.24.0 build failing #16143
-
I used to build Micropython v1.23.0 for the Raspberry Pi Pico without any problem, but now I’ve updated the source code to v1.24.0 (downloaded the release zip file, not cloned the master repro) and it doesn’t work anymore. Did I forget something? I’m using a Raspberry Pi 400 with the latest Raspberry OS (Debian GNU/Linux 12 (bookworm), kernel: Linux 6.6.51+rpt-rpi-v8). Before running make I re-ran the following preparation steps (from the micropython folder):
This is the output I get, with the error messages:
CMakeError.log is empty This is the content of CMakeOutput.log:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
One update: if I clone the master repo using |
Beta Was this translation helpful? Give feedback.
Inside your micropython clone directory, execute
git checkout v1.24.0
. You will get a warning about running in detached head state, but that wont matter for building micropython.