-
Notifications
You must be signed in to change notification settings - Fork 450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed #508
Comments
Those files are not part of the build in the repo, and are incompatible with the core. Did you change the |
Closing since no updates from the user. |
I tried to build the library using ./make-libpico.sh today and had the same errors. I did not change anything in the CMakeLists.txt file. |
Libpico is built at part of CI and not showing this nor are my own local builds. https://github.com/earlephilhower/arduino-pico/actions/runs/12404721175 What OS, release, etc. are you running? Can you attach full logs? |
I am on an Apple M2 on Mac OS Sequoia 15.1.1 Thank you for the help! I just followed the instructions in this repo, cloning it, updating the submodules etc first, running python3 get.py and then running the script. This is the log, please let me know if you prefer a different formating.
|
I think this is BSD See #2721 , just make sure we use GNU Can you give that PR a try and report back? |
I tried the fix and it ran successfully, thanks so much! |
When I am building using ./make-libpico.sh it has some errors at the end:
[100%] Linking CXX static library libpico.a
ar: stdio.c.obj: not found in archive
ar: stdio_usb.c.obj: not found in archive
ar: stdio_usb_descriptors.c.obj: not found in archive
make[2]: *** [libpico.a] Error 1
make[2]: *** Deleting file `libpico.a'
make[1]: *** [CMakeFiles/pico.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: