Can not generate HEX Code for PICO

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
burns
Posts: 1
http://meble-kuchenne.info.pl
Joined: Mon Nov 22, 2021 12:53 pm

Can not generate HEX Code for PICO

Post by burns »

Can somebody please help? I am getting this when I try to generate the hex code for PICO.

https://www.flowcode.co.uk
Using FCD settings for compiler
Launching the compiler...
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\PICO\Batch\pico_build.bat "C:\Users\----\Downloads\pico-sdk\" "PicoBlink10" "C:\Users\Edward Burns\Desktop\"

C:\Users\----\Desktop>REM CRC: 11E85D0BF540A03612B9D5AB8A950728A3654FDC084B783F85B503651504FC6E8DA967745A187CF8FECF9115B25085A2774D1D3D69D8A99EE7320EAE740A5DB66BD212DE98DE91D9E3564078A19D1616A5C2ACA5856A86664D00059D79589982019B1EBDA9F75E245824CF181DE22D23B9DE25CDF0E36405D9066202E94705CBBDB038842E43FA4AAC72934211FD4B5DCC661788BEC7C91A063848616D51551DB978AC1A4BAF29AD4517DCDD22FC70DE135D32748FB3D1732C3050DA273BE4EE39DD52E8224900600B1F9528E97AB0BA001B0922CEB719397C7C0C9FABE651313F9A05C84301D1C0

C:\Users\----\Desktop>REM REVISION: 2.0

C:\Users\----\Desktop>REM GUID: 9EF5601F-D979-495F-89EB-F1C4F35D9212

C:\Users\----\Desktop>REM DATE: 30\07\2021

C:\Users\-----\Desktop>REM DIR: FCD\PICO\batch\pico_build.bat
ERROR: Invalid syntax. Default option is not allowed more than '2' time(s).
Type "SETX /?" for usage.
Building PicoBlink10 ...
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
CMake Error: The source directory "C:/Users/----/Desktop" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
'nmake' is not recognized as an internal or external command,
operable program or batch file.

Build Failed

C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\PICO\Batch\pico_build.bat reported error code 0x1

Autoclose turned off


FINISHED

User avatar
p.erasmus
Valued Contributor
Posts: 434
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: Can not generate HEX Code for PICO

Post by p.erasmus »

Hi,

Have you set the path to the PICO tool chain you installed
View >> Global Options >> Locations

P1.jpg
P1.jpg (59.68 KiB) Viewed 1344 times
Regards Peter - QME Electronics

LeighM
Valued Contributor
Posts: 394
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 69 times
Been thanked: 208 times

Re: Can not generate HEX Code for PICO

Post by LeighM »

Also, could you try moving your project into a path that does not contain spaces.
The space here is likely causing the issue ...
C:\Users\Edward Burns\Desktop\

Post Reply