Všechny zmíněné balíčky mám nainstalované. Není ještě potřeba nějak nastavit PATH (a jak případně)?
[root@vps build]# cmake .. -DADLINK=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo; make -j
-- The C compiler identification is unknown
-- The ASM compiler identification is unknown
-- Didn't find assembler
CMake Error at CMakeLists.txt:92 (project):
The CMAKE_C_COMPILER:
arm-linux-gnueabihf-gcc
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
[root@vps build]# arm-linux-gnueabihf-gcc
bash: arm-linux-gnueabihf-gcc: command not found
[root@vps build]# arm-none-eabi-gcc --version
arm-none-eabi-gcc (Fedora 12.2.0-4.el9) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.