This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS Example: Missing } after property list

Hey guys,

I just downloaded TIRTOS and am trying to get familiar with it by running provided example code. I've tried several and each time I try to build the project, I receive the error "missing } after property list" from resource .xdchelp. How can I fix this? I'm using CCS.

  • Hi Tyler,

    Can you provide us with more info? We would like to know the TI-RTOS version, CCS version, XDCtools version, board/device name, the examples you are trying to run and console build error message.

    Thanks,

    Vikram

  • Hi Vikram,

    TI-RTOS version: 2.12.01.33
    CCS 6.1.0.00104
    XDCtools 3.31.00.24
    Board: DK-TM4C129X
    I’ve tried to run driver examples PWM LED, UART Echo, and GPIO interrupt.
    Console Build error message:

    --define=ccs --define=TIVAWARE --display_error_number --diag_warning=225 --diag_wrap=off --gen_func_subsections=on " "../pwmled.cfg"
    making package.mak (because of package.bld) ...
    js: "./package.bld", line 14: missing } after property list
    js: cfgScript: 'C:/ti/Ty's project/pwmled_TivaTM4C129XNCZAD/pwmled.cfg',
    js: ..............................^
    js: "./package.bld", line 14: unterminated string literal
    js: cfgScript: 'C:/ti/Ty's project/pwmled_TivaTM4C129XNCZAD/pwmled.cfg',
    js: ...........................................................................^
    js: "./package.bld", line 16: missing ; before statement
    js: cfgHome: 'configPkg',
    js: ................^
    js: "./package.bld", line 17: syntax error
    js: });
    js: .^
    js: "./package.bld", line 44: missing } after property list
    js: outputPath: 'C:/ti/Ty's project/pwmled_TivaTM4C129XNCZAD/Debug/configPkg',
    js: ...........................^
    js: "./package.bld", line 44: unterminated string literal
    js: outputPath: 'C:/ti/Ty's project/pwmled_TivaTM4C129XNCZAD/Debug/configPkg',
    js: .............................................................................^
    js: "./package.bld", line 46: missing ; before statement
    js: exeIntName: 'pwmled' + suffix.replace('.', '_'),
    js: ...............^
    js: "./package.bld", line 47: syntax error
    js: targ: targ,
    js: .........^
    js: "./package.bld", line 48: syntax error
    js: linkerCommandFile: 'linker.cmd',
    js: ......................^
    js: "./package.bld", line 49: syntax error
    js: compilerOptFile: 'compiler.opt',
    js: ....................^
    js: "./package.bld", line 50: syntax error
    js: compilerDefsFile: 'compiler.opt' + ".defs",
    js: .....................^
    js: "./package.bld", line 51: syntax error
    js: makeAssembly: makeAssembly
    js: .................^
    js: "./package.bld", line 1: Compilation produced 12 syntax errors.
    xdctools_3_31_00_24_core\gmake.exe: *** Deleting file `package.mak'
  • Hi Tyler,

    Looks like the path has whitespaces and special characters. Whitespaces and special characters except "_" are not supported. Can you please create a new workspace without them?

    Vikram