Hi,
I'm trying to compile an example project (simple_button) from BLE_SDK6_examples (github.com/dialog-semiconductor/).
I have already the SDK installed and I have executed the python script as suggested (python dlg_make_keil5_env_v2.py -sdkpath “<path to your sdk repository>”).
When I try to compile the project it says the following error:
Rebuild started: Project: simple_button*** Using Compiler 'V6.21', folder: 'C:\Keil_v5\ARM\ARMCLANG\Bin'Rebuild target 'Simple_Button_531'compiling exceptions.c...assembling startup_DA14531.s...compiling uart_utils.c...compiling systick.c...compiling system_DA14531.c...compiling user_periph_setup.c...compiling syscntl.c...compiling main.c...compiling otp_cs.c...compiling gpio.c...compiling hw_otpc_531.c...compiling uart.c...compiling arch_system.c...linking....\out_DA14531\Objects\simple_button_531.axf: Error: L6218E: Undefined symbol arch_asm_delay_us (referred from uart.o).Not enough information to list image symbols.Not enough information to list load addresses in the image map.Finished: 2 information, 0 warning and 1 error messages.".\out_DA14531\Objects\simple_button_531.axf" - 1 Error(s), 0 Warning(s).Target not created.Build Time Elapsed: 00:00:01
I don't know what to do to remove this error.
Can someone help me?
Thanks.
Best regards