diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1629 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/1629')
| -rw-r--r-- | results/scraper/fex/1629 | 26 |
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.** + |