Hi
I am planning to use TIs CC2650 for making a Bluetooth UART bridge. When I compile the example project SimpleBLEPeripheral using CCS ver 6.1 I get a build error. The build log is attached. Am I doing something wrong because my belief is that a sample project is supposed to compile off the bat.
**** Build of configuration FlashROM for project SimpleBLEPeripheral **** "C:\\TI\\ccsv6\\utils\\bin\\gmake" -k all 'Building file: C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/appBLE.cfg' 'Invoking: XDCtools' "C:/TI/xdctools_3_30_06_67_core/xs" --xdcpath="C:/TI/tirtos_simplelink_2_11_01_09/packages;C:/TI/tirtos_simplelink_2_11_01_09/products/bios_6_41_02_41/packages;C:/TI/tirtos_simplelink_2_11_01_09/products/uia_2_00_02_39/packages;C:/TI/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2640F128 -r release -c "C:/TI/ccsv6/tools/compiler/ti-cgt-arm_5.2.4" --compileOptions "-mv7M3 --code_state=16 --abi=eabi -me -O4 --opt_for_speed=0 --include_path=\"C:/TI/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/include\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include\" --include_path=\"C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829\" --include_path=\"C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID\" -g --gcc --define=USE_ICALL --define=POWER_SAVING --define=SBP_TASK_STACK_SIZE=700 --define=GAPROLE_TASK_STACK_SIZE=520 --define=HEAPMGR_SIZE=2672 --define=TI_DRIVERS_SPI_DMA_INCLUDED --define=TI_DRIVERS_LCD_INCLUDED --define=ICALL_MAX_NUM_TASKS=3 --define=ICALL_MAX_NUM_ENTITIES=6 --define=xdc_runtime_Assert_DISABLE_ALL --define=xdc_runtime_Log_DISABLE_ALL --define=MAX_NUM_BLE_CONNS=1 --define=CC26XXWARE --define=CC26XX --define=ccs --define=__TI_COMPILER_VERSION=1 --define=DEBUG --display_error_number --diag_suppress=48 --diag_warning=225 --diag_wrap=off --gen_func_subsections=on " "C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/appBLE.cfg" making package.mak (because of config.bld) ... configuring appBLE.xem3 from package/cfg/appBLE_pem3.cfg ... generating custom ROM library makefile ... Starting build of library sources ... making C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/src/sysbios/sysbios.aem3 ... gmake[1]: Entering directory `C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/src/sysbios' Preprocessing library source files ... _main: memory allocation error during startup. _main: memory allocation error during startup. gmake[1]: *** [mangled_ti.sysbios.family.arm.m3.TaskSupport_config_lib.pp] Error 127 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: *** [mangled_arm_cc26xx_Power_lib.pp] Error 127 gmake[1]: Leaving directory `C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/src/sysbios' gmake: *** [C:/TI/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/CCS/Config/src/sysbios/sysbios.aem3] Error 2 Build of libraries failed. error: xdc.cfg.SourceDir: "C:/TI/xdctools_3_30_06_67_core/packages/xdc/cfg/SourceDir.xs", line 184: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: js: "C:/TI/xdctools_3_30_06_67_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed! gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Error 1 gmake.exe: *** Deleting file `package/cfg/appBLE_pem3.xdl' gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Deleting file `package/cfg/appBLE_pem3.h' gmake.exe: *** [package/cfg/appBLE_pem3.xdl] Deleting file `package/cfg/appBLE_pem3.c' js: "C:/TI/xdctools_3_30_06_67_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted. gmake: *** [configPkg/linker.cmd] Error 1 gmake: Target `all' not remade because of errors. **** Build Finished ****