Replies: 10 comments 2 replies
-
Build just successfully completed on Pi-Zero, using exact same parameters as on my Debian machine. |
Beta Was this translation helpful? Give feedback.
-
It sounds like submodules did not get checked out. |
Beta Was this translation helpful? Give feedback.
-
I did do this before building. Will try again when I'm home from work. Using the same exact steps on my pi zero it worked flawlessly. Have tried 3 times on my laptop. |
Beta Was this translation helpful? Give feedback.
-
You might need to do |
Beta Was this translation helpful? Give feedback.
-
Okay, trying again. Here's what I tried:
Still getting the same exact error. Used the same commands to build on Pi, so know it's not me it's something with my laptop. |
Beta Was this translation helpful? Give feedback.
-
It could quite likely be an old version of cmake causing the issue, debian always has "stable" (aka old) versions of packages installed by apt-get, even on latest debian. You might have better luck with |
Beta Was this translation helpful? Give feedback.
-
If it helps, Debian Bookworm on x86_64 (12) has this version of
On a RP0W2 (Debian Bullseye, 11, aarch64):
Trying compilation on RP0W2:
After installing It built the firmware for Firmware for PICO_W is still compiling ... |
Beta Was this translation helpful? Give feedback.
-
I am installing a new debian/python install on a VM to see if I can get a work around. I tried uninstalling cmake, then reinstalling it via pip3, but was running into errors. So I think either my cmake or my python/pip install on laptop is corrupted. When I setup this laptop a few years ago I did not use any virtual environments for python and I think something got messed up in the past year or so. I have another laptop with a fresh install of debian and python3 so I could try on there as well. |
Beta Was this translation helpful? Give feedback.
-
Interesting... I reinstalled cmake, and used your commands (not in VM, on laptop) building PICO failed with same error, build for PICO_W worked fine. On virtuabox: New Debian install, installed cmake, python3.11, and any other dependencies for building. Both PICO and PICO_W built just fine. |
Beta Was this translation helpful? Give feedback.
-
This is the series of steps I took to successfully build a MicroPython firmware for PICO W on MacOS: |
Beta Was this translation helpful? Give feedback.
-
I keep getting this error, while trying to build for Pi-Pico, using my laptop with Debian 10.13:
Just as a test I am building the master branch of micropython found here on github with no modifications. I have updated all build tools, and following instructions to a T.
Attempting to build on my pi zero to see if it works there. Have tried everything I can find in search results for similar issues to no avail.
Beta Was this translation helpful? Give feedback.
All reactions