From e527a1783f5ab67222c5d6cb1be3758408bd062d Mon Sep 17 00:00:00 2001 From: Sven-Ola Tuecke Date: Sun, 11 Jan 2026 13:39:53 +0100 Subject: [PATCH] OrangePi-RV2: add support for RISCV64 compile-to-binaries. Required to compile BCM bluetooth firmware hacking tool. Signed-off-by: Sven-Ola Tuecke --- lib/functions/host/prepare-host.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/functions/host/prepare-host.sh b/lib/functions/host/prepare-host.sh index b7a38f7e94..7b8e99308b 100644 --- a/lib/functions/host/prepare-host.sh +++ b/lib/functions/host/prepare-host.sh @@ -245,7 +245,8 @@ function adaptative_prepare_host_dependencies() { fi if [[ "${wanted_arch}" == "riscv64" || "${wanted_arch}" == "all" ]]; then - host_dependencies+=("gcc-riscv64-linux-gnu") # crossbuild-essential-riscv64 is not even available "yet" + host_dependencies+=("gcc-riscv64-linux-gnu") # crossbuild-essential-riscv64 + host_dependencies+=("libc6-dev-riscv64-cross") # Support for compiling riscv64 binaries fi if [[ "${wanted_arch}" == "loong64" ]]; then