[Bug 258358] Fails to build on riscv: arm_bf16.h: sh: clang-tblgen: Exec format error
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258358] Risc-V clang-tblgen: Exec format error"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Sep 2021 21:19:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258358
--- Comment #8 from Klaus Küchemann <maciphone2@googlemail.com> ---
Just to confirm :
make clean in /usr/src (no src/make.conf), applied patch :
-- lib/clang/llvm.build.mk --
@@ -104,7 +104,7 @@ CFLAGS+= -fdata-sections
.if ${LINKER_TYPE} == "mac"
LDFLAGS+= -Wl,-dead_strip
.else
-LDFLAGS+= -Wl,--gc-sections
+LDFLAGS+= -Wl,--gc-sections,-melf64lriscv_fbsd
.endif
--
Result:
--------------------------------------------------------------
>>> World build completed on Sun Sep 19 20:47:54 UTC 2021
>>> World built in 50245 seconds, ncpu: 4, make -j4
--------------------------------------------------------------
<hw.fdt.model: SiFive HiFive Unleashed A00>
(from 16 to 13 hours by hacked clocking from default 1Ghz to
hw.clock.coreclk.frequency: 1399999944 )
I`ll leave it up to you to mark this pr as fixed/closed or to wait with it
until yours official solution(s).
thanks
K.
--
You are receiving this mail because:
You are on the CC list for the bug.