Here is my build window.
Code: Select all
Target folder: E:\New project folder\Cable 2
Source name: E:\New project folder\Cable 2\rp pico test1.fcfx
Title: Pico test1
Description:
Device: PICO.PICO.Raspberry_Pi_RP2040
Generated by: Flowcode v9.3.1.36
Date: Tuesday, June 27, 2023 20:50:31
Users: 1
Registered to: chadb xxxxxxxxxx
Licence key: xxxxxxx
NOT FOR COMMERCIAL USE
https://www.flowcode.co.uk
Using FCD settings for compiler
Launching the compiler...
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\PICO\Batch\pico_build.bat "C:\pico-sdk\" "rp pico test1" "E:\New project folder\Cable 2\"
E:\New project folder\Cable 2>REM CRC: 11E85D0BF540A03612B9D5AB8A950728A3654FDC084B783F85B503651504FC6E8DA967745A187CF8FECF9115B25085A2774D1D3D69D8A99EE7320EAE740A5DB66BD212DE98DE91D9E3564078A19D1616A5C2ACA5856A86664D00059D79589982019B1EBDA9F75E245824CF181DE22D23B9DE25CDF0E36405D9066202E94705CBBDB038842E43FA4AAC72934211FD4B5DCC661788BEC7C91A063848616D51551DB978AC1A4BAF29AD4517DCDD22FC70DE135D32748FB3D1732C3050DA273BE4EE39DD52E8224900600B1F9528E97AB0BA001B0922CEB719397C7C0C9FABE651313F9A05C84301D1C0
E:\New project folder\Cable 2>REM REVISION: 2.0
E:\New project folder\Cable 2>REM GUID: 9EF5601F-D979-495F-89EB-F1C4F35D9212
E:\New project folder\Cable 2>REM DATE: 30\07\2021
E:\New project folder\Cable 2>REM DIR: FCD\PICO\batch\pico_build.bat
.
Building rp pico test1 ...
The system cannot find the path specified.
PICO_SDK_PATH is C:/pico-sdk
PICO platform is rp2040.
-- The C compiler identification is GNU 12.2.1
-- The CXX compiler identification is GNU 12.2.1
-- The ASM compiler identification is GNU
-- Found assembler: C:/Program Files (x86)/Arm GNU Toolchain arm-none-eabi/12.2 mpacbti-rel1/bin/arm-none-eabi-gcc.exe
-- Detecting C compiler ABI info
CMake Error: Generator: execution of make failed. Make command was: nmake -f Makefile /nologo cmTC_ddade\fast &&
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: C:/Program Files (x86)/Arm GNU Toolchain arm-none-eabi/12.2 mpacbti-rel1/bin/arm-none-eabi-gcc.exe
CMake Error: Generator: execution of make failed. Make command was: nmake -f Makefile /nologo cmTC_a527f\fast &&
-- Check for working C compiler: C:/Program Files (x86)/Arm GNU Toolchain arm-none-eabi/12.2 mpacbti-rel1/bin/arm-none-eabi-gcc.exe - broken
CMake Error at C:/Program Files/CMake/share/cmake-3.20/Modules/CMakeTestCCompiler.cmake:66 (message):
The C compiler
"C:/Program Files (x86)/Arm GNU Toolchain arm-none-eabi/12.2 mpacbti-rel1/bin/arm-none-eabi-gcc.exe"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: E:/New_project_folder/Cable_2/rp_pico_test1/CMakeFiles/CMakeTmp
Run Build Command(s):nmake -f Makefile /nologo cmTC_a527f\fast && The system cannot find the file specified
Generator: execution of make failed. Make command was: nmake -f Makefile /nologo cmTC_a527f\fast &&
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
C:/pico-sdk/CMakeLists.txt:10 (project)
-- Configuring incomplete, errors occurred!
See also "E:/New_project_folder/Cable_2/rp_pico_test1/CMakeFiles/CMakeOutput.log".
See also "E:/New_project_folder/Cable_2/rp_pico_test1/CMakeFiles/CMakeError.log".
'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...
Chad