summary refs log tree commit diff stats
path: root/results/scraper/fex/1629
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/fex/1629')
-rw-r--r--results/scraper/fex/162926
1 files changed, 26 insertions, 0 deletions
diff --git a/results/scraper/fex/1629 b/results/scraper/fex/1629
new file mode 100644
index 000000000..4cb3c45b4
--- /dev/null
+++ b/results/scraper/fex/1629
@@ -0,0 +1,26 @@
+Error when linking 
+Hi,

+

+I just pulled the FEX sources and tried to build them, according to the instructions in https://github.com/FEX-Emu/FEX#quick-start-guide.

+

+The build gets me in the error listed below when linking UnitTestGenerator. I would appreciate some tips on getting past this.

+

+Some details:

+

+clang version 10.0.0-4ubuntu1 

+Target: aarch64-unknown-linux-gnu

+Linux version 5.10.87

+Description:    Ubuntu 20.04.4 LTS

+

+Thanks,

+

+Julius

+

+**[243/324] Linking CXX executable Bin/UnitTestGenerator

+FAILED: Bin/UnitTestGenerator 

+: && /usr/bin/clang++  -O3 -DNDEBUG -fomit-frame-pointer -flto=thin  -fPIE -pie Source/Tests/CMakeFiles/UnitTestGenerator.dir/UnitTestGenerator.cpp.o  -o Bin/U:

+/usr/bin/ld: error: Failed to link module External/FEXCore/Source/libFEXCore.a.llvm.7437846.jemalloc.c: Expected at most one ThinLTO module per bitcode file

+clang: error: linker command failed with exit code 1 (use -v to see invocation)

+[248/324] Linking CXX shared library External/FEXCore/Source/libFEXCore.so

+ninja: build stopped: subcommand failed.**

+