Zobrazit příspěvky

Tato sekce Vám umožňuje zobrazit všechny příspěvky tohoto uživatele. Prosím uvědomte si, že můžete vidět příspěvky pouze z oblastí Vám přístupných.


Příspěvky - prokopv

Stran: [1]
1
Distribuce / Re:RHEL: kde sehnat arm-linux-gnueabihf-gcc?
« kdy: 18. 04. 2024, 13:42:18 »
Všechny zmíněné balíčky mám nainstalované. Není ještě potřeba nějak nastavit PATH (a jak případně)?

Kód: [Vybrat]
[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.

Kód: [Vybrat]
[root@vps build]# arm-linux-gnueabihf-gcc
bash: arm-linux-gnueabihf-gcc: command not found

Kód: [Vybrat]
[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.




2
Distribuce / RHEL: kde sehnat arm-linux-gnueabihf-gcc?
« kdy: 18. 04. 2024, 13:14:13 »
Zdravím,
nevíte prosím někdo, jak na oracle linux 9 - (rhel 9), aarch64 zprovoznit arm-linux-gnueabihf-gcc? Nejde mi cross kompilace box86. Balicek je snad jen v ubuntu a debianu. Zdroják, abych si to zkompiloval sám jsem nenašel. V epel a cbr take nic podobného není :(

-- Didn't find assembler
CMake Error at CMakeLists.txt:92 (project):
  The CMAKE_C_COMPILER:
    arm-linux-gnueabihf-gcc

Stran: [1]