Hey folks, I'm trying to build V8 for the first time and I'm working on Getting Started with Embedding <https://github.com/v8/v8/wiki/Getting-Started-with-Embedding>. I installed depot_tools, fetched v8, switched to a branch containing version 4.8 as instructed in the link, and ran a gclient sync to make sure all my dependencies were in order. However, upon trying to make x64.release, the recipe fails:
LINK(target) /home/brandon/v8/out/x64.release/mksnapshot /home/brandon/v8/third_party/binutils/Linux_x64/Release/bin/ld.gold: error: /usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o: unsupported reloc 42 against global symbol __gmon_start__ /home/brandon/v8/third_party/binutils/Linux_x64/Release/bin/ld.gold: error: /usr/lib/x86_64-linux-gnu/libc_nonshared.a(atexit.oS): unsupported reloc 42 against global symbol __dso_handle /usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/crti.o(.init+0x7): error: unsupported reloc 42 /usr/lib/x86_64-linux-gnu/libc_nonshared.a(atexit.oS):function atexit: error: unsupported reloc 42 clang: error: linker command failed with exit code 1 (use -v to see invocation) tools/gyp/mksnapshot.target.x64.release.mk:255: recipe for target '/home/brandon/v8/out/x64.release/mksnapshot' failed make[1]: *** [/home/brandon/v8/out/x64.release/mksnapshot] Error 1 make[1]: Leaving directory '/home/brandon/v8/out' Makefile:310: recipe for target 'x64.release' failed make: *** [x64.release] Error 2 Frankly, I'm lost. If I've made an error in getting everything set up, I can't find it, and I can't seem to find anyone else who's having similar problems. Are there any V8 gurus out there who might be able to shed some light? -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
