zephyr/cmake/bintools
Stephanos Ioannidis 3181331586 cmake: bintools: gnu: Suppress GDB check console outputs
The GDB check routine added in the PR #38749 does not suppress the
console outputs (stdout and stderr) and may print out a misleading
error message during a CMake configuration when the required version
of Python is not available on the system:

  arm-zephyr-eabi-gdb: error while loading shared libraries:
  libpython3.8.so.1.0: cannot open shared object file: No such file or
  directory

This commit adds the `OUTPUT_QUIET` and `ERROR_QUIET` options when
executing the GDB process so that the console outputs during the GDB
executable validation are not displayed to the user.

In addition, this commit removes the unused `GDB_PY_NO_PY` standard
output redirection variable since it is unnecessary.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-01-10 09:38:41 -06:00
..
arcmwdt
armclang armclang: bintools support for armclang (arm-ds/Keil) 2021-08-30 08:54:23 -04:00
gnu cmake: bintools: gnu: Suppress GDB check console outputs 2022-01-10 09:38:41 -06:00
host-gnu
llvm
oneApi cmake: oneApi: add oneApi support on windows. 2021-07-27 07:20:12 -04:00
bintools_template.cmake