Other Parts Discussed in Thread: SYSBIOS, TM4C1294NCPDT
I'm trying to do get the __FILE__ to work without a path like a similar close thread I’ll link below.
I'm using CCS 6.1.2
I found a similar solution in this thread.
When I add: FILENAME_IN_ECLIPSE_PROJECT="\"${InputFileName}"\" I get a compile error.
Build of libraries done.
clem4f package/cfg/RTOS_pem4f.c ...
C:/Users/user/AppData/Local/Temp/make9064-1.sh: 1: Syntax error: Unterminated quoted string
gmake.exe: *** [package/cfg/RTOS_pem4f.oem4f] Error 2
js: "C:/ccs6p1p2/xdctools_3_31_00_24_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
making ../src/sysbios/sysbios.aem4f ...
gmake[1]: Entering directory `C:/SVN_ashwp1337/Tiva_Projs/conformTiva/project/src/sysbios'
I tried ${InputFileName} and ${InputFileBaseName} but got the same compile error.
Any ideas?
Thanks,
Doug