Other Parts Discussed in Thread: CC2640R2F,
Hello,
I am trying to get a project up and running on a custom board with a CC2642. We already have things working on the same hardware with the CC2640R2F.
I've started with the simple_peripheral project from the cc26x2_sdk_1_60_00_43 SDK version. For a while I was making progress I had it building and was working on debugging an exception. I tried to enable an exception handler and since then I haven't been able to get the project to build. Even after removing all the exception handler changes and rolling back to an old revision I know built I'm getting the same error. Perhaps I'm not versioning some files that I need to be? Here is the console output with the errors:
**** Build of configuration FlashROM_Release for project RC_App_2642 ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 4 all -O
TOOLS/subdir_rules.mk:12: recipe for target 'build-1260596559-inproc' failed
js: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/cfg/Main.xs", line 48: XDC runtime error: can't find the library 'lib/boot.aem4' specified by package ti.targets.arm.rtsarm. It wasn't found along the path 'C:/ti/ccsv7/ccs_base;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;C:/ti/xdctools_3_50_04_43_core/packages;..;'.
gmake.exe: *** [package/cfg/ble_release_pem4.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/ble_release_pem4.xdl'
gmake.exe: *** [package/cfg/ble_release_pem4.xdl] Deleting file `package/cfg/ble_release_pem4.h'
gmake.exe: *** [package/cfg/ble_release_pem4.xdl] Deleting file `package/cfg/ble_release_pem4.c'
js: "C:/ti/xdctools_3_50_04_43_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-1260596559-inproc] Error 1
gmake: *** [build-1260596559] Error 2
TOOLS/subdir_rules.mk:9: recipe for target 'build-1260596559' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****