summary refs log tree commit diff stats
path: root/results/scraper/box64/256
diff options
context:
space:
mode:
Diffstat (limited to 'results/scraper/box64/256')
-rw-r--r--results/scraper/box64/25612
1 files changed, 12 insertions, 0 deletions
diff --git a/results/scraper/box64/256 b/results/scraper/box64/256
new file mode 100644
index 000000000..70a324777
--- /dev/null
+++ b/results/scraper/box64/256
@@ -0,0 +1,12 @@
+CMakeList.txt issue with `--as-need` and `--no-as-need` 
+Not sure if this is an issue but in my case I was trying to compile and I got this error while linking: 

+

+```

+bin/ld.gold: --no-as-need: unknown option

+bin/ld.gold: --as-need: unknown option

+```

+

+If I change line 538 from CMakeLists.txt to 

+`set_target_properties(${BOX64} PROPERTIES LINK_FLAGS "-Wl,--no-as-needed -lc -lm -ldl -lrt -lpthread -lresolv -Wl,--as-needed -pthread")`

+

+It finishing linking. But I am not sure if this is a typo or something on my end. 
\ No newline at end of file