zephyr/cmake/bintools
Stephanos Ioannidis 9d0ec5dcd6 cmake: bintools: gnu: Do not use gdb-multiarch
The commit c2419fc006 introduced a change
to the CMake toolchain detection routine in which it attempts to use
the distro-provided `gdb-multiarch` GDB executable when the target-
specific GDB executable cannot be found (i.e. fallback to
`gdb-multiarch`).

This can cause many problems for the Zephyr users because the distro-
provided GDB does not contain any Zephyr-specific patches and it may
misbehave under various conditions (e.g. negative tid/pid being
displayed, Xtensa debugging mysteriously failing, ARC debugging not
working).

This commit removes the fallback mechanism to the distro-provided
`gdb-multiarch` because it is better to display an error message saying
GDB is not found than to use a wrong GDB that can give out very
confusing and misleading error messages to users.

Moreover, this fallback mechanism is no longer necessary because the
Zephyr SDK is now available on all major host operating systems and it
provides the target-specific custom GDB that contains all Zephyr-
specific patches.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-09-07 09:27:16 +00:00
..
arcmwdt ARC: MWDT: add missing options to generate symbol file 2022-07-13 12:00:39 -04:00
armclang cmake: Update cmake_minimum_required to 3.20.0 2022-07-04 10:18:45 +02:00
gnu cmake: bintools: gnu: Do not use gdb-multiarch 2022-09-07 09:27:16 +00:00
host-gnu cmake: binutils: find binutils nm for host compiler 2022-07-11 11:56:39 +02:00
llvm cmake/llvm: Improve tool detection 2022-08-19 08:30:01 +02:00
oneApi cmake: oneApi: add oneApi support on windows. 2021-07-27 07:20:12 -04:00
bintools_template.cmake build: generate symbols file 2022-07-11 11:56:39 +02:00