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.

如何将PTM添加到CC2640R2F的应用( offchip oad project)

Part Number: CC2640R2F

如何将PTM添加到CC2640R2F的应用( offchip oad project)

我按照下面的链接地址修改项目的配置,

https://dev.ti.com/tirex/content/simplelink_cc2640r2_sdk_3_20_00_21/docs/blestack/ble_user_guide/html/ble-stack-3.x/creating-a-custom-bluetooth-low-energy-application.html#using-production-test-mode-ptm

将PTM添加到我的项目中,但是在编译app的时候报如下错误

l"C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/source/ti/blestack/rom/ble_rom_releases/cc26xx_r2/Final_Release/common_r2.symbols" -l"C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/source/ti/devices/cc26x0r2/driverlib/bin/ccs/driverlib.lib" -l"C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/kernel/tirtos/packages/ti/dpl/lib/dpl_cc26x0r2.aem3" -l"C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/source/ti/drivers/lib/drivers_cc26x0r2.aem3" -l"C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/source/ti/grlib/lib/ccs/m3/grlib.a" -l"D:/work/picksmart-tek-test-20211124/simple_peripheral_cc2640r2lp_oad_offchip_stack/TOOLS/ccs_linker_defines.cmd" -l"C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/source/ti/blestack/common/cc26xx/ccs/cc26xx_app_oad.cmd" -llibc.a
<Linking>

undefined first referenced
symbol in file
--------- ----------------
ATT_CompareUUID ./ICallBLE/icall_hci_tl.obj
ATT_ParseErrorRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseExchangeMTURsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseExecuteWriteReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseExecuteWriteRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseFindByTypeValueReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseFindByTypeValueRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseFindInfoReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseFindInfoRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseHandleValueCfm ./ICallBLE/icall_hci_tl.obj
ATT_ParseHandleValueInd ./ICallBLE/icall_hci_tl.obj
ATT_ParsePrepareWriteReq ./ICallBLE/icall_hci_tl.obj
ATT_ParsePrepareWriteRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadBlobReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadBlobRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadByGrpTypeRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadByTypeReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadByTypeRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadMultiReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadMultiRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseReadRsp ./ICallBLE/icall_hci_tl.obj
ATT_ParseWriteReq ./ICallBLE/icall_hci_tl.obj
ATT_ParseWriteRsp ./ICallBLE/icall_hci_tl.obj
HCI_SendControllerToHostEvent ./ICallBLE/icall_hci_tl.obj
L2CAP_BuildConnectReq ./ICallBLE/icall_hci_tl.obj
L2CAP_ParseFlowCtrlCredit ./ICallBLE/icall_hci_tl.obj
L2CAP_ParseInfoReq ./ICallBLE/icall_hci_tl.obj
L2CAP_ParseParamUpdateReq ./ICallBLE/icall_hci_tl.obj
UART_config C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/source/ti/drivers/lib/drivers_cc26x0r2.aem3<UART.oem3>
UART_count C:/ti/simplelink_cc2640r2_sdk_2_20_00_49/source/ti/drivers/lib/drivers_cc26x0r2.aem3<UART.oem3>
osal_bm_adjust_header ./ICallBLE/icall_hci_tl.obj
osal_bm_free ./Application/simple_peripheral_oad_offchip.obj

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "simple_peripheral_cc2640r2lp_oad_offchip_app_FlashROM.out" not built

>> Compilation failure
makefile:218: recipe for target 'simple_peripheral_cc2640r2lp_oad_offchip_app_FlashROM.out' failed
gmake[1]: *** [simple_peripheral_cc2640r2lp_oad_offchip_app_FlashROM.out] Error 1
gmake[1]: Target 'secondary-outputs' not remade because of errors.
makefile:211: recipe for target 'all' failed
gmake: *** [all] Error 2

**** Build Finished ****

请问这个如何解决?