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.

CC2640 multi role sample with CSS

Other Parts Discussed in Thread: CC2640, SYSBIOS

Is there any working "CC2640 multi role sample with CSS" ?


I tried the following:
processors.wiki.ti.com/.../Cc2640_MultiRole_Demo

But there is no CSS project available and the IAR examples fail to build. (I tried IAR 7.30.4 and 7.40.3)

So I tried the following example:
e2e.ti.com/.../424479
/cfs-file/__key/communityserver-discussions-components-files/538/Multi-CCS-patch.zip

But the CSS project also fails to build. I get the following error:

Any idea?

Thanks
Thomas

Starting build of library sources ...

making C:/ti/SIMPLE~1/BLE_CC~3/Projects/ble/SimpleBLEMulti/CC26xx/CCS/Config/src/sysbios/sysbios.aem3 ...

gmake[1]: Entering directory `C:/ti/SIMPLE~1/BLE_CC~3/Projects/ble/SimpleBLEMulti/CC26xx/CCS/Config/src/sysbios'

C:/Users/tengler/AppData/Local/Temp/make38532-2.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-3.sh: line 1: syntax error: unterminated quoted string

Preprocessing library source files ...

C:/Users/tengler/AppData/Local/Temp/make38532-5.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-6.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-7.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-4.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-9.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-8.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-a.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-b.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-c.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-d.sh: line 1: syntax error: unterminated quoted string

C:/Users/tengler/AppData/Local/Temp/make38532-e.sh: line 1: syntax error: unterminated quoted string

gmake[1]: *** [mangled__BIOS_lib.pp] Error 2

gmake[1]: *** Waiting for unfinished jobs....

gmake[1]: *** [mangled_ti.sysbios.BIOS_config_lib.pp] Error 2

gmake[1]: *** [mangled_ti.sysbios.BIOS_RtsGateProxy_config_lib.pp] Error 2

C:/Users/tengler/AppData/Local/Temp/make38532-f.sh: line 1: syntax error: unterminated quoted string

gmake[1]: *** [mangled_knl_Clock_lib.pp] Error 2

gmake[1]: *** [mangled_ti.sysbios.knl.Clock_config_lib.pp] Error 2

gmake[1]: *** [mangled_knl_Idle_lib.pp] Error 2

gmake[1]: *** [mangled_knl_Intrinsics_lib.pp] Error 2

gmake[1]: *** [mangled_knl_Event_lib.pp] Error 2

gmake[1]: *** [mangled_knl_Mailbox_lib.pp] Error 2

gmake[1]: *** [mangled_ti.sysbios.knl.Mailbox_config_lib.pp] Error 2

gmake[1]: *** [mangled_knl_Queue_lib.pp] Error 2

gmake[1]: *** [mangled_ti.sysbios.knl.Queue_config_lib.pp] Error 2

gmake[1]: *** [mangled_knl_Semaphore_lib.pp] Error 2

C:/Users/tengler/AppData/Local/Temp/make38532-10.sh: line 1: syntax error: unterminated quoted string

gmake[1]: *** [mangled_ti.sysbios.knl.Semaphore_config_lib.pp] Error 2

C:/Users/tengler/AppData/Local/Temp/make38532-1.sh: line 1: syntax error: unterminated quoted string

gmake[1]: *** [mangled_knl_Swi_lib.pp] Error 2

gmake[1]: *** [mangled_knl_Swi_andn_lib.pp] Error 2

gmake[1]: Leaving directory `C:/ti/SIMPLE~1/BLE_CC~3/Projects/ble/SimpleBLEMulti/CC26xx/CCS/Config/src/sysbios'

gmake: *** [C:/ti/SIMPLE~1/BLE_CC~3/Projects/ble/SimpleBLEMulti/CC26xx/CCS/Config/src/sysbios/sysbios.aem3] Error 2

Build of libraries failed.

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

  • Hi,

    It looks like you have a problem with the windows paths, really. See the FAQ which is the top post in this forum:

    Q: I get pre-build errors in IAR, and after clicking Tools->Options->Messages->Show all build messages, it looks something like this
    gmake[1]: Entering directory `C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/IAR/Config/src/sysbios'
    Preprocessing library source files ...
    C:/Users/<user>/AppData/Local/Temp/make904-2.sh: 1: Syntax error: "(" unexpected
    C:/Users/<user>/AppData/Local/Temp/make904-3.sh: 1: Syntax error: "(" unexpected

    A: Your system has for whatever reason disabled 8.3 pathname aliases (e.g. PROGRA~2) for the path IAR is installed to. The only known working solution is currently to install IAR at e.g. C:\IAR\EWARM7401 or some other path without spaces or long names.

    Best regards,
    Aslak