ERROR: You must sign the binary if adding a rollback version #207
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?
Hi,I've completed most part of the compile process,but it failed at the link stage.
What should I do so sign the binary?
I'm using the latest version(also tried the tag v7.0) code and this happens only for board Pico2,everything works fine for Pico Board.
Seems like it's related to the anti rollback version problem introduced for RP2350 in the pico sdk ?I'm not quite sure how to deal with that part.
No idea what happened,but I re-clone the code and rebuild the project,everything works fine now..
Are you signing the binary then?
nope.I just can't duplicate this issue anymore after re
Ok,I think I found the problem:
Everythinig works fine using tag V7.0 code,this issue only happens on latest commit 39208c2167d94b0a42b7625e35a2c8fd78bc2fea
Can you try with latest commit?
Yeah,the latest commit fixed this issue.
Thank you.