Part Number: CODECOMPOSER
Other Parts Discussed in Thread: MSPM0C1104, SYSCONFIG
Hello E2E Experts,
I use CCS v12 (after unsuccessful installation attempts of Theia on my Win7) and I try to get started.
See below what I get when compiling a new project. The missing "driverlib.a" is in the location of the path stated in the error message.
Invoking: GNU Linker
"C:/Firmware/Tools/TI/CCS_v1281/gcc_arm_none_eabi_9_2_1/bin/arm-none-eabi-gcc-9.2.1.exe" -D__MSPM0C1104__ -Og -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -Wl,-Map,"Just2SortOut.map" -o"Just2SortOut.out" "./main.o" "./startup_mspm0c110x_gcc.o" -Wl,-T"../mspm0c1104.lds" -Wl,--start-group "/source/ti/driverlib/lib/gcc/m0p/mspm0c110x/driverlib.a" -Wl,--end-group
makefile:138: recipe for target 'Just2SortOut.out' failed
arm-none-eabi-gcc-9.2.1.exe: error: /source/ti/driverlib/lib/gcc/m0p/mspm0c110x/driverlib.a: No such file or directory
Similar result with a project I imported via the Project Wizard:
I"C:/Firmware/Tools/TI/CCS_v1281/mspm0_sdk_2_09_00_01/source" -I"C:/Firmware/Tools/TI/CCS_v1281/gcc_arm_none_eabi_9_2_1/arm-none-eabi/include/newlib-nano" -I"C:/Firmware/Tools/TI/CCS_v1281/gcc_arm_none_eabi_9_2_1/arm-none-eabi/include" -O2 -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -MMD -MP -MF"timx_timer_mode_capture_duty_and_period.d_raw" -MT"timx_timer_mode_capture_duty_and_period.o" -std=c99 -o"timx_timer_mode_capture_duty_and_period.o" "../timx_timer_mode_capture_duty_and_period.c"
subdir_rules.mk:9: recipe for target 'timx_timer_mode_capture_duty_and_period.o' failed
arm-none-eabi-gcc-9.2.1.exe: error: device.opt: No such file or directory
Where is the mistake?