./build_pico_openpgp.sh fails to build w.: CMake Error at pico-keys-sdk/pico_keys_sdk_import.cmake:429 (pico_add_library): #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm a total newbie with pico-keys , but not total newbie with building for pi-picos.
Yesterday i was building the full pico-fido , and pico-fido2 targets , using their respective : build_pico_xxx.sh scripts
Everything went well ...
Except every target "barfed" with the below message:
I suppose that one just means the SECURE_BOOT_PKEY is specified, but not used ?
Back on topic
Today i tried to build pico-openpgp (using the same setup as for the ones above) , but every target fails with this:
Git version ???
I did a remove , and fresh git clone today.
Issue is still there
Do not use
build_pico_openpgp.shscript as it's used for CD/CI.Use the latest commit.
I just made a git pull , and am now running, build_pico_openpgp.sh
Would you please explain the above
Do not use build_pico_openpgp.shWhy not ?
Does that go for all the build_pico..... scripts ?
It's a rather easy way to build for all sdk targets
How would i then build a target ie: waveshare_rp2040_zero
What is CD/CI ?
Seems like your latest commit removed some emulation library settings.
I had to remove and clone again , in order to get it to build
Btw: Thank you for doing this