CCS导入MSPM0G3507 导入drivelib库出现问题,找不到gmake头文件
怀疑是makefile路径的问题,请大家看看问题。

[18]gmake: *** No rule to make target 'gpio_software_poll.o', needed by 'all'.
[19]cc -c -o ti_msp_dl_config.o ti_msp_dl_config.c
[20]<builtin>: recipe for target 'ti_msp_dl_config.o' failed
[21]process_begin: CreateProcess(NULL, cc -c -o ti_msp_dl_config.o ti_msp_dl_config.c, ...) failed.
[22]make (e=2): 系统找不到指定的文件。
[23]gmake: *** [ti_msp_dl_config.o] Error 2
[24]Building file: "C:/ti/mspm0_sdk_2_04_00_06/source/ti/devices/msp/m0p/startup_system_files/ticlang/startup_mspm0g350x_ticlang.c"
[25]Invoking: Arm Compiler
[26]"D:/TI/ccs/tools/compiler/ti-cgt-armllvm_4.0.2.LTS/bin/tiarmclang.exe" -c @"device.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -O2 -I"C:/Users/24626/Desktop/TESTTI/gpio_software_poll_LP_MSPM0G3507_nortos_ticlang" -I"C:/Users/24626/Desktop/TESTTI/gpio_software_poll_LP_MSPM0G3507_nortos_ticlang/Debug" -I"C:/ti/mspm0_sdk_2_04_00_06/source/third_party/CMSIS/Core/Include" -I"C:/ti/mspm0_sdk_2_04_00_06/source" -gdwarf-3 -MMD -MP -MF"startup_mspm0g350x_ticlang.d_raw" -MT"startup_mspm0g350x_ticlang.o" @"./device.opt" -o"startup_mspm0g350x_ticlang.o" "C:/ti/mspm0_sdk_2_04_00_06/source/ti/devices/msp/m0p/startup_system_files/ticlang/startup_mspm0g350x_ticlang.c"
[27]Finished building: "C:/ti/mspm0_sdk_2_04_00_06/source/ti/devices/msp/m0p/startup_system_files/ticlang/startup_mspm0g350x_ticlang.c"
[28]gmake: Target 'all' not remade because of errors.