Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5019

SDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe

$
0
0
As far as I understand, picotool's location is backed into picotool.exe binary, so while building it manually just added:

Code:

 -DCMAKE_INSTALL_PREFIX=E:\Download\Pico_2\picotool -DPICOTOOL_FLAT_INSTALL=1
to cmake as instructed on picotool github page and then put it files:

Code:

picotool.exepicotoolConfig.cmakepicotoolConfigVersion.cmakepicotoolTargets.cmakepicotoolTargets-release.cmakeotp_header_parser/otp_header_parse.exe
and then in CMakeLists.txt
added:

Code:

set(picotool_DIR E:/Download/Pico_2/picotool)
Maybe I'm wrong, maybe I'm right, but only then it worked for me. picotool-NOTFOUND or sth was before for me.

Default location was E:\bin - without -DCMAKE_INSTALL_PREFIX. I dont't know, if it is followed by picotool build dir or sdk - both had there, under letter E:\.

Statistics: Posted by MatSOBDev2 — Fri Aug 09, 2024 1:19 pm



Viewing all articles
Browse latest Browse all 5019

Trending Articles