我现在创建了一个基于frdm_mcx947的guiguider工程,使用的版本是2.0.0,选用的ARM GCC为14.4.1。
我已经配置好了arm gcc工具。
编译时报错信息如下:C:\Users\liujianhua>where arm-none-eabi-gcc
D:\tools\GCC14\14.2\bin\arm-none-eabi-gcc.exe
11:41:00INFObuild-target Started11:41:00INFOTarget Executor initialized11:41:00INFOBuilding target with armgcc toolchain...11:41:00INFOStarting ARM GCC build...11:41:00INFOSearching for ARM GCC toolchain in system PATH...11:41:00INFOExecuting: where arm-none-eabi-gcc11:41:00INFO'where' �����ڲ����ⲿ���Ҳ���ǿ����еij���
���������ļ���11:41:00ERRORARM GCC not found in system PATH: Command failed with code 1: 'where' �����ڲ����ⲿ���Ҳ���ǿ����еij���
�����������
11:41:00ERRORARM GCC build error: ARM GCC toolchain not found. Please install it and add to system PATH.11:41:00ERRORBuild failed: ARM GCC toolchain not found. Please install it and add to system PATH.11:41:00ERROROperation failed: ARM GCC toolchain not found. Please install it and add to system PATH.我使用在cmd中查找编译工具是成功的:
C:\Users\liujianhua>where arm-none-eabi-gcc
D:\tools\GCC14\14.2\bin\arm-none-eabi-gcc.exe