Tool/software: TI-RTOS
Hi,
I was moving my non-RTOS SPI codes to RTOS. I have noticed that in C:\ti\tirtos_tivac_2_16_01_14... example for spi loopback is provided so wanted to check it. I am getting this error once project is imported and I try to build it:
'Invoking: GNU Linker' "C:/ti/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -DPART_TM4C1294NCPDT -D_POSIX_SOURCE -Dgcc -DTIVAWARE -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wl,-Map,"pwmled_EK_TM4C1294XL_GNU_TivaTM4C1294NCPDT.map" -nostartfiles -static -Wl,--gc-sections -L"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/grlib/gcc" -L"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/usblib/gcc" -L"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b/driverlib/gcc" -L"C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib/armv7e-m/fpu" -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -o"pwmled_EK_TM4C1294XL_GNU_TivaTM4C1294NCPDT.out" "./EK_TM4C1294XL.o" "./pwmled.o" -Wl,-T"../EK_TM4C1294XL.lds" -Wl,-T"configPkg/linker.cmd" -Wl,--start-group -lgr -lusb -ldriver -lgcc -lm -lrdimon -lc -Wl,--end-group makefile:150: recipe for target 'pwmled_EK_TM4C1294XL_GNU_TivaTM4C1294NCPDT.out' failed c:/ti/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/ld.exe:configPkg/linker.cmd:9: syntax error collect2.exe: error: ld returned 1 exit status gmake[1]: *** [pwmled_EK_TM4C1294XL_GNU_TivaTM4C1294NCPDT.out] Error 1 makefile:146: recipe for target 'all' failed gmake: *** [all] Error 2 **** Build Finished ****
**** Build Finished ****
I have used previously Network examples from the same installation. I am not sure about those make file errors. Any suggestions?
I have added library and rtos installation location to the project.
XDC 3.32.0.06
RTOS 2.16.1.14
CCS 7.3