Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi everybody,
I would like to install FreeRTOS externally. I tried to change the system configuration by setting the "Use External FreeRTOS Install" flag and specifying the FreeRTOS installation path, but I encountered many errors.
In particular, I get the following error caused by the auto-generated file "c2000_freertos_asm.asm":
[94]Building file: "syscfg/c2000_freertos_asm.asm"
[95]Invoking: C2000 Compiler
[96]"C:/ti/ccs2011/ccs/tools/compiler/ti-cgt-c29_1.0.0LTS/bin/c29clang.exe" -c -O1 -I"C:/ti/f29h85x-sdk_1_01_00_00/source" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/security" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/driverlib" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/calibration/hrpwm/include" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/bitfields" -I"C:/ti/f29h85x-sdk_1_01_00_00/examples/device_support/include" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dcl" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dcl/common" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dcl/df" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dcl/misc" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dcl/pi" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dcl/pid" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dsp/fpu/fpu32/fft" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dsp/fpu/fpu32/fir" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/dsp/fpu/fpu32/iir" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/fastmath/crc" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/fastmath/matrix" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/fastmath/binary_lut_search" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/rtlibs/iqmath" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/kernel/freertos/Source/include" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/kernel/freertos/Source/portable/CCS/C2000_C29x" -I"C:/ti/f29h85x-sdk_1_01_00_00/source/flash_api/include/FlashAPI" -I"C:/Projects/control+rtos_demo" -I"C:/ti/ccs2011/ccs/tools/compiler/ti-cgt-c29_1.0.0LTS/include" -I"C:/Projects/control+rtos_demo/FreeRTOS/Source/portable/ThirdParty/Community-Supported-Ports/CCS/C2000_C29x" -I"C:/Projects/control+rtos_demo/FreeRTOS/Source/include" -I"C:/Projects/control+rtos_demo/FreeRTOS/dpl/common" -I"C:/Projects/control+rtos_demo/FreeRTOS/dpl/c29" -DDEBUG -g -Qunused-arguments -I"C:/Projects/control+rtos_demo/RAM/syscfg" @"syscfg/c2000_freertos.opt" -o"syscfg/c2000_freertos_asm.o" "syscfg/c2000_freertos_asm.asm"
[97]subdir_rules.mk:47: recipe for target 'syscfg/c2000_freertos_asm.o' failed
[98]syscfg/c2000_freertos_asm.asm:5:14: error: invalid escape sequence (unrecognized character)
[99] .include "C:\Projects\control+rtos_demo\FreeRTOS\Source\portable\ThirdParty\Community-Supported-Ports\CCS\C2000_C29x\portasm.asm"
[100] ^
[101]gmake: *** [syscfg/c2000_freertos_asm.o] Error 1
Do you have any suggestions?
Thank you,
Davide