Trying to build a .hex and .elf for debugging a nordic project.
The elf will not build due to the error "can't find reset_handler
The nordic gcc_startup_nrf52.S emits the symbol Reset_Handler but not the symbol reset_handler.
I can not find in the ses manual or in the IDE tool where to change what the IDE is looking for.
Please send help.
Thanks