-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Unable to build pico-sdk : Incompatible picotool installation found #1990
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
Comments
For me, standalone |
Thanks for the reply and sorry to be dense but can you clarify in what context and sequence to use the suggested commands? I’m unfamiliar with -D. |
Can you clarify what commands you used? The simplest way to build and install picotool from your picotool build directory (assuming PICO_SDK_PATH environment variable is set) is
There have been multiple fixes to the inclusion in specific circumstances since the 2.0.0 SDK release, so I would recommend using the develop branches of the SDK and picotool if you're still having issues. |
Thanks will-v-pi.
Then for the toolchain ...
For picotool ...
Lastly, as I am building on MacOS ... If I delete the whole pico-tool folder, I can build pico-sdk; I just get a warning saying picotool cannot be found and will be downloaded. This happens every time I re-build so it's nt even finding it's own installed version. |
Firstly, try adding If that doesn't fix it, then to use the develop branches add |
Manually, when building on Ubuntu (20.04) and Windows (7) had problem with SDK finding picotool even with:
inside
Location inside |
Just to clarify, |
Thanks all. I will try this. |
I have just installed pico-sdk and picotool, and built picotools using Terminal on Mac OS 12.7.5 using the commands given in the RP getting-started-with-pico.pdf
No errors during installation.
picotools seems to work fine. I added the location of the instal to $PATH and if I type 'picotool version' I get the response...
picotool v2.0.0 (Darwin, AppleClang-14.0.0.14000029, Release)
However when I try to build the pico-sdk using cmake .. from the newly created build folder, I get the following out with a fatal error.
I've deleted everything and done this again but still get the same error. Why can the build not identify that the installed picotool is the latest version 2.0.0?
The text was updated successfully, but these errors were encountered: