commit | 07e88a9fba659b0cb3eb2aa3ea25f61c0d9cb1d4 | [log] [tgz] |
---|---|---|
author | Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no> | Tue Oct 03 13:49:50 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Oct 10 15:26:09 2023 +0200 |
tree | b60b3beb423dec88a503e783537d00116b81459d | |
parent | f8455b410e1000240e5c267f3cd3c8c1f65e3a47 [diff] |
west native_gdb runner: Fix to use exe instead of elf The runnable output from the build system is the exe file. In native_posix the elf happend to also be runnable, but this is not the case in general, and not for native_sim or the nrf5*bsim boards. So lets use the exe instead. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>