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.

CCS/LAUNCHXL-CC1350: Minimal Project Example Not Working

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350

Tool/software: Code Composer Studio

Hi fellows,

I am trying to learn to use the SimpleLink CC1350 device. I have the launchpad and created a minimal example project with CCS. This project is suppose to blink the LED in the board in a specified rate.

However, when I try to run it, I got errors.

See the build log:

**** Build of configuration Debug for project Receptor ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../empty_min.cfg'
'Invoking: XDCtools'
"C:/ti/tirex-content/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirex-content/tirtos_cc13xx_cc26xx_2_21_00_06/packages;C:/ti/tirex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/tidrivers_cc13xx_cc26xx_2_21_00_04/packages;C:/ti/tirex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/bios_6_46_01_37/packages;C:/ti/tirex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/uia_2_01_00_01/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC1350F128 -r debug -c "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.4.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=vfplib -me --include_path=\"E:/OneDrive/INPE/Receptor de PCDs/Projeto CCS\" --include_path=\"C:/ti/tirex-content/tirtos_cc13xx_cc26xx_2_21_00_06/products/cc13xxware_2_04_03_17272\" --include_path=\"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.4.LTS/include\" -g --define=ccs --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi  " "../empty_min.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring empty_min.xem3 from package/cfg/empty_min_pem3.cfg ...
generating custom ROM library makefile ...
Starting build of library sources ...
Build of libraries failed.
gmake: E:/OneDrive/INPE/Receptor: No such file or directory
gmake: *** No rule to make target `E:/OneDrive/INPE/Receptor'.  Stop.
error: xdc.cfg.SourceDir: "C:/ti/tirex-content/xdctools_3_32_00_06_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:

js: "C:/ti/tirex-content/xdctools_3_32_00_06_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/empty_min_pem3.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/empty_min_pem3.xdl'
gmake.exe: *** [package/cfg/empty_min_pem3.xdl] Deleting file `package/cfg/empty_min_pem3.h'
gmake.exe: *** [package/cfg/empty_min_pem3.xdl] Deleting file `package/cfg/empty_min_pem3.c'
js: "C:/ti/tirex-content/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** No rule to make target 'build-694566735', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-694566735', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-694566735', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

How can I solve this?

Thank you.