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.

CC2640R2L: Can not find file rom_sysbios.aem3

Part Number: CC2640R2L
Other Parts Discussed in Thread: SYSBIOS, CC2640R2F

Hello everyone.

I bought a new mac mini and now I am with problem to build projects in my new envinroment. In my previous installation everything was working fine.

CCS - 12.5.0.00007 
XDCTOOLS - xdctools_3_51_03_28_core
COMPILER - ti-cgt-arm_18.12.5.LTS
SDK - simplelink_cc2640r2_sdk_5_30_00_03
Python - 3.11.6

I imported the sample simple_peripheral and simple_peripheral_oad_offchip for testing the new environment, but the build is not working, specially the linker phase. I also convert all pythons scripts to use the 3.11.6 version. The build of the stack and app seems ok, just the linker is failing.

<Linking>
error #10008-D: cannot find file "/......../simple_peripheral_cc2640r2lp_app/TOOLS/src/sysbios/rom_sysbios.aem3"
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "simple_peripheral_cc2640r2lp_app.out" not built

Maybe the script that copy the file to destiny directory does not have permission for that? What does script copy the file rom_sysbios.aem3 ??

Can anyone help me?? Thank you in advanced.