Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2023 05:46:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        toolchain@FreeBSD.org
Subject:   [Bug 262706] Build on arm64 fails to find libclang_rt.asan-aarch64.a
Message-ID:  <bug-262706-29464-eRiywrqcLa@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262706-29464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262706-29464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262706

ota@j.email.ne.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ota@j.email.ne.jp

--- Comment #4 from ota@j.email.ne.jp ---
Is it still the case arm64 is not yet supported?

I tested this on 13.2-RELEASE and 14.0-RELEASE.

I get the following errors:

14.0
% ...
c++ -o xxx.pm -g main.o -L/usr/local/lib -fprofile-instr-generate
-fcoverage-map
ping -fsanitize=3Daddress -fno-omit-frame-pointer -L.. -Wl,--rpath=3D..  -l=
pthread
-
ledit -lboost_program_options -lboost_system -lboost_system -lpthread -ledit
ld: error: cannot open
/usr/lib/clang/16/lib/freebsd/libclang_rt.asan_static-aar
ch64.a: No such file or directory
ld: error: cannot open
/usr/lib/clang/16/lib/freebsd/libclang_rt.asan-aarch64.a:
 No such file or directory
ld: error: cannot open
/usr/lib/clang/16/lib/freebsd/libclang_rt.asan_cxx-aarch6
4.a: No such file or directory
c++: error: linker command failed with exit code 1 (use -v to see invocatio=
n)


13.2
%
ld: error: cannot open
/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan_static
-aarch64.a: No such file or directory
ld: error: cannot open
/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan-aarch6
4.a: No such file or directory
ld: error: cannot open
/usr/lib/clang/14.0.5/lib/freebsd/libclang_rt.asan_cxx-aa
rch64.a: No such file or directory
c++: error: linker command failed with exit code 1 (use -v to see invocatio=
n)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262706-29464-eRiywrqcLa>