dialog-semiconductor / BLE_SDK6_examples

Examples for the Dialog Smartbond Bluetooth low energy families based on the SDK6
MIT License
60 stars 48 forks source link

multi_con_periph linker error. #122

Closed Kunpeng-chen closed 5 days ago

Kunpeng-chen commented 1 month ago

Hi all,

I followed the instructions to link the examples to the main sdk I downloaded but when I build the project I get the following linker errors: linking... .\out_DA14531\Objects\multi_con_periph_531.axf: Error: L6218E: Undefined symbol my_custom_msg_handlers (referred from arch_rom.o). .\out_DA14531\Objects\multi_con_periph_531.axf: Error: L6218E: Undefined symbol patch_func (referred from user_periph_setup.o). .\out_DA14531\Objects\multi_con_periph_531.axf: Error: L6218E: Undefined symbol lld_force_timeout_refresh (referred from patch_1.o). Not enough information to produce a SYMDEFs file. Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 3 information, 0 warning and 3 error messages. ".\out_DA14531\Objects\multi_con_periph_531.axf" - 3 Error(s), 0 Warning(s).

What can I do to fix this? I am using the SDK6.0.22 and a DA14535 Devboard pro kit

Edit1: I am trying to build and run the multi_con_periph project under connectivity

svdpuranik commented 1 month ago

Hi,

The issue is fixed now. Please clone the latest respositry,

BR, Sudhan