I had this problem compiling for the Pico board.
I used your explanation to install the Pico compiler in Flowcode Professional 10.
Target folder: C:\Users\soloz\Documents\FLOW_PROJECT
Source name: C:\Users\soloz\Documents\FLOW_PROJECT\ffg.fcfx
Title:
Description:
Device: PICO.PICO.Raspberry_Pi_Pico
Generated by: Flowcode v10.1.2.40
Date: Sunday, January 11, 2026 18:23:15
Users: 1
Registrato a: solozerouno (14494044)
Chiave di licenza:MT3YK4
https://www.flowcode.co.uk
Using <nuovo> user settings for compiler
Avvio del compilatore...
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\PICO\Batch\pico_build.bat "C:\Users\soloz\Downloads\pico-sdk\" "ffg" "C:\Users\soloz\Documents\FLOW_PROJECT\"
C:\Users\soloz\Documents\FLOW_PROJECT>REM CRC: 11E85D0BF540A03612B9D5AB8A950728A3654FDC084B783F85B503651504FC6E8DA967745A187CF8FECF9115B25085A2774D1D3D69D8A99EE7320EAE740A5DB69B0AF84BD9A2B9E26CFA768EA02184EEC4965B289802A73C711B8143522C2B691E456854D22958005824CF181DE22D23B9DE25CDF0E36405D9066202E94705CBBDB038842E43FA4AAC72934211FD4B5DCC661788BEC7C91A063848616D51551DB978AC1A4BAF29AD4517DCDD22FC70DE135D32748FB3D1732C3050DA273BE4EE56E5C488FA71EDB383599EBCE6C99F1BCD19E1FAE96D2DC21970AB48E245A709734CC46D5AB08C67
C:\Users\soloz\Documents\FLOW_PROJECT>REM REVISION: 2.0
C:\Users\soloz\Documents\FLOW_PROJECT>REM GUID: 9EF5601F-D979-495F-89EB-F1C4F35D9212
C:\Users\soloz\Documents\FLOW_PROJECT>REM DATE: 02\06\2023
C:\Users\soloz\Documents\FLOW_PROJECT>REM DIR: FCD\PICO\batch\pico_build.bat
Building ffg ...
.
**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.14.23
** Copyright (c) 2025 Microsoft Corporation
**********************************************************************
.
PICO_SDK_PATH is C:/Users/soloz/Downloads/pico-sdk
Target board (PICO_BOARD) is 'pico'.
Using board configuration from C:/Users/soloz/Downloads/pico-sdk/src/boards/include/boards/pico.h
Pico Platform (PICO_PLATFORM) is 'rp2040'.
Defaulting compiler (PICO_COMPILER) to 'pico_arm_cortex_m0plus_gcc' since not specified.
Configuring toolchain based on PICO_COMPILER 'pico_arm_cortex_m0plus_gcc'
CMake Error at C:/Users/soloz/Downloads/pico-sdk/cmake/preload/toolchains/util/find_compiler.cmake:29 (message):
Compiler 'arm-none-eabi-gcc' not found, you can specify search path with
"PICO_TOOLCHAIN_PATH".
Call Stack (most recent call first):
C:/Users/soloz/Downloads/pico-sdk/cmake/preload/toolchains/util/find_compiler.cmake:39 (pico_find_compiler)
C:/Users/soloz/Downloads/pico-sdk/cmake/preload/toolchains/util/pico_arm_gcc_common.cmake:25 (pico_find_compiler_with_triples)
C:/Users/soloz/Downloads/pico-sdk/cmake/preload/toolchains/pico_arm_cortex_m0plus_gcc.cmake:7 (include)
C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.31/Modules/CMakeDetermineSystem.cmake:146 (include)
C:/Users/soloz/Downloads/pico-sdk/CMakeLists.txt:10 (project)
CMake Error: CMake was unable to find a build program corresponding to "NMake Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_ASM_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Microsoft (R) Program Maintenance Utility versione 14.44.35222.0
Copyright (C) Microsoft Corporation. Tutti i diritti riservati.
NMAKE : fatal error U1064: MAKEFILE non trovato. Nessuna destinazione specificata.
Stop.
Build Failed
C:\ProgramData\MatrixTSL\FlowcodeV10\FCD\PICO\Batch\pico_build.bat ha riportato il codice di errore 0x1
Autoclose turned off
TERMINATO
thanks
solozerouno
problem with pico compiler
-
solozerouno
- Posts: 120
- http://meble-kuchenne.info.pl
- Joined: Tue Dec 08, 2020 4:36 am
- Has thanked: 2 times
- Been thanked: 2 times
-
BenR
- Matrix Staff
- Posts: 2070
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 550 times
- Been thanked: 735 times
Re: problem with pico compiler
Can you check that this path is correct on your system?
PICO_SDK_PATH is C:/Users/soloz/Downloads/pico-sdk
PICO_SDK_PATH is C:/Users/soloz/Downloads/pico-sdk
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
medelec35
- Valued Contributor
- Posts: 2228
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 685 times
- Been thanked: 759 times
Re: problem with pico compiler
In addition to Bens post.
within the the instructions, there are points when to need to change the default un-ticked Add path to environmental to ticked.
Did you do that for ARM GCC Compiler, Cmake and Python?
I'm asking as the instructions don't show installing to downloads, but you have.
within the the instructions, there are points when to need to change the default un-ticked Add path to environmental to ticked.
Did you do that for ARM GCC Compiler, Cmake and Python?
I'm asking as the instructions don't show installing to downloads, but you have.
Martin