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.

Compile error: "C:/Users/ADMINI~1/AppData/Local/Temp/make26864-1.sh: 1: Syntax error: Unterminated quoted string"

Other Parts Discussed in Thread: CC2650STK, SYSBIOS, CC2650, Z-STACK

I am trying to compile the default: clock_CC2650STK_TI_CC2650F128 program in Code Compiler and getting ERROR:

I am using a Macbook Pro and running Win 2016 on Parallels. The Code Composer is run on my Windows instance. I tried to find the file highlighted in bold font below but its not there. Greatly appreciate the help.

making C:/BUSINE~1/TI/clock_CC2650STK_TI_CC2650F128/src/sysbios/rom_sysbios.aem3 ...

gmake[1]: Entering directory `C:/BUSINE~1/TI/clock_CC2650STK_TI_CC2650F128/src/sysbios'

clem3 C:/ti/tirtos_cc13xx_cc26xx_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/BIOS.c ...

C:/Users/ADMINI~1/AppData/Local/Temp/make26864-1.sh: 1: Syntax error: Unterminated quoted string

gmake[1]: *** [rom_sysbios.obj] Error 2

gmake[1]: Leaving directory `C:/BUSINE~1/TI/clock_CC2650STK_TI_CC2650F128/src/sysbios'

gmake: *** [C:/BUSINE~1/TI/clock_CC2650STK_TI_CC2650F128/src/sysbios/rom_sysbios.aem3] Error 2

Build of libraries failed.

error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!

gmake.exe: *** [package/cfg/clock_pem3.xdl] Error 1

gmake.exe: *** Deleting file `package/cfg/clock_pem3.xdl'

gmake.exe: *** [package/cfg/clock_pem3.xdl] Deleting file `package/cfg/clock_pem3.h'

gmake.exe: *** [package/cfg/clock_pem3.xdl] Deleting file `package/cfg/clock_pem3.c'

js: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.

gmake: Target `all' not remade because of errors.

  • What Stack and example do you use CCS to compile?
  • I am using the following example: "

    The clock example shows how to use the ti.sysbios.knl.Clock module to create one-shot and periodic Clock Instances. Clock Instances are essentially functions that run after a certain number of Clock ticks"

    Here's how I got to the project:

    from CCS main menu, i selected 'Project -> Import CCS Project'

    Selected the hyperlink to: Open the Resource Explorer and browse available example projects. This opened the 'TI Resource Explorer'.

    From Ti Resource Explorer, I selected the 'Clock Example available at the following:TI-RTOS for CC13xx and CC26xx -> SimpleLink Wireless MCU -> CC2650F128 -> CC2650 Sensor Tag -> Kernel Examples -> TI Kernel Examples -> Clock Example

    Ideally, I would like to compile a Zigbee stack example - but wasn't sure where to download that example from to compile.

  • i just realized after posting my answer that i should be using IAR compiler and not CCS for my Zigbee project. Please correct me if I am mistaken

    thanks
  • Yes, Z-Stack example can only be compiled by IAR.