Part Number: CC2642R
Team, i'm trying to compile Project Zero project for CC2642R (No modifications) with GCC but i'm getting the following error in any SDK version:
**** Build of configuration FlashROM_Release__GNU for project ble5_simple_peripheral_cc26x2r1lp_app ****
"C:\\TI\\ccs901\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../TOOLS/ble_release.cfg"
Invoking: XDCtools
"C:/TI/ccs901/xdctools_3_55_00_11_core/xs" --xdcpath="C:/TI/simplelink_cc26x2_sdk_1_60_00_43/source;C:/TI/simplelink_cc26x2_sdk_1_60_00_43/kernel/tirtos/packages;C:/TI/simplelink_cc26x2_sdk_1_60_00_43/source/ti/ble5stack;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.simplelink:CC2642R1F -r release -c "C:/TI/ccs901/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32" "../TOOLS/ble_release.cfg"
making package.mak (because of package.bld) ...
making package.mak (because of package.bld) ...
TOOLS/subdir_rules.mk:12: recipe for target 'build-933296719-inproc' failed
js: "C:/TI/simplelink_cc26x2_sdk_1_60_00_43/kernel/tirtos/packages/ti/targets/arm/elf/IArm.xs", line 79: Error: template generation of 'compiler.opt' failed: Error: Cannot find compiler in C:/TI/ccs901/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32. Please check compiler path.
"./package.bld", line 54
xdctools_3_55_00_11_core\gmake.exe: *** Deleting file 'package.mak'
js: "C:/TI/simplelink_cc26x2_sdk_1_60_00_43/kernel/tirtos/packages/ti/targets/arm/elf/IArm.xs", line 79: Error: template generation of 'compiler.opt' failed: Error: Cannot find compiler in C:/TI/ccs901/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32. Please check compiler path.
"./package.bld", line 54
gmake.exe: *** Deleting file 'package.mak'
gmake.exe: *** No rule to make target '.configuro'. Stop.
js: "C:/TI/ccs901/xdctools_3_55_00_11_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-933296719-inproc] Error 1
gmake: *** [build-933296719] Error 2
TOOLS/subdir_rules.mk:9: recipe for target 'build-933296719' failed
gmake: Target 'all' not remade because of errors.
Any idea on how to overcome this issue? Compilation with TI compiler runs fine.
Thank you in advance,
**** Build Finished ****