summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/debug/2831
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/debug/2831
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloadqemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
qemu-analysis-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/debug/2831')
-rw-r--r--results/classifier/gemma3:12b/debug/283121
1 files changed, 21 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/debug/2831 b/results/classifier/gemma3:12b/debug/2831
new file mode 100644
index 000000000..9c9ac46f1
--- /dev/null
+++ b/results/classifier/gemma3:12b/debug/2831
@@ -0,0 +1,21 @@
+
+unable to build on Sequoia 15.3
+Description of problem:
+
+Steps to reproduce:
+1. git clone https://gitlab.com/qemu-project/qemu.git
+2. ../configure --target-list=riscv32-softmmu --enable-debug
+3. make
+
+Error:
+ld: multiple errors: archive member '/' not a mach-o file in '../qemu/build/subprojects/dtc/libfdt/libfdt.a'; archive member '/' not a mach-o file in '../qemu/build/libqemuutil.a'
+Additional information:
+I tried the more detailed "build for macos" instructions 
+./configure --cc=clang-7 --cxx=clang++-7 --host-cc=clang-7 \
+--extra-cflags=-mavx2 \
+--extra-cxxflags="-I/usr/local/opt/llvm/include" \
+--extra-ldflags="-L/usr/local/opt/llvm/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib" \
+--target-list="<list of machines here>"
+
+but this didn't work for any version of clang I tried, giving me the error in all cases:
+ERROR: C compiler "clang-xxx" either does not exist or does not work.