Package Details: fex-emu-git 2209+6.gc987e1ef44-1

Git Clone URL: https://aur.archlinux.org/fex-emu-git.git (read-only, click to copy)
Package Base: fex-emu-git
Description: Fast usermode x86 and x86-64 emulator for Arm64
Upstream URL: https://fex-emu.com
Licenses: MIT
Conflicts: fex-emu
Provides: fex-emu
Submitter: 1ace
Maintainer: 1ace (Sonicadvance1)
Last Packager: 1ace
Votes: 0
Popularity: 0.000000
First Submitted: 2022-08-15 15:32 (UTC)
Last Updated: 2022-11-03 09:11 (UTC)

Latest Comments

linkmauve commented on 2023-11-29 15:26 (UTC)

Hi, this package is missing llvm in makedepends, otherwise it tries to call the CMAKE_C_COMPILER_AR-NOTFOUND command when linking .a libraries.

With that fixed, it then fails to build with this log at the end:

LLVM ERROR: Unsupported calling convention.
clang-16: error: unable to execute command: Aborted (core dumped)
clang-16: error: linker command failed due to signal (use -v to see invocation)
[218/269] Linking CXX executable Bin/CodeSizeValidation
FAILED: Bin/CodeSizeValidation 
: && /usr/lib/ccache/bin/clang++ -march=armv8-a+crypto -mtune=cortex-a53 -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -Wp,-D_GLIBCXX_ASSERTIONS -g -ffile-prefix-map=/home/linkmauve/pkg/fex-emu-git/src=/usr/src/debug/fex-emu-git -O3 -DNDEBUG -fomit-frame-pointer -flto=thin -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now    -fPIE -pie Source/Tools/CodeSizeValidation/CMakeFiles/CodeSizeValidation.dir/Main.cpp.o -o Bin/CodeSizeValidation  FEXCore/Source/libFEXCore.a  Source/Common/libCommon.a  Source/Tools/CommonTools/libCommonTools.a  -lpthread  Source/Common/cpp-optparse/libcpp-optparse.a  External/tiny-json/libtiny-json.a  External/json-maker/libjson-maker.a  FEXCore/Source/libFEXCore_Base.a  External/fmt/libfmt.a  External/xxhash/libxxhash.a  -ldl  -lpthread && :
LLVM ERROR: Unsupported calling convention.
clang-16: error: unable to execute command: Aborted (core dumped)
clang-16: error: linker command failed due to signal (use -v to see invocation)
ninja: build stopped: subcommand failed.