On Sun, Nov 13, 2016 at 7:21 PM, Vikash Kushwaha <[email protected]> wrote: > Hi team > > I am trying to build V8 and following instruction from > https://github.com/v8/v8/wiki/Building%20with%20Gyp > > I am using GNU Make 3.81 and gcc version 4.8.4 on system OS: Ubuntu 64bit > When I run command 'make' this gives following error message > >>> development@ubuntu:~/vikash/v8-engine/v8$ make >>> >>> make[1]: Entering directory `/home/development/vikash/v8-engine/v8/out' >>> >>> make[1]: Nothing to be done for `all'. >>> >>> make[1]: Leaving directory `/home/development/vikash/v8-engine/v8/out' >>> >>> make[1]: Entering directory `/home/development/vikash/v8-engine/v8/out' >>> >>> make[1]: Nothing to be done for `all'. >>> >>> make[1]: Leaving directory `/home/development/vikash/v8-engine/v8/out' >>> >>> make[1]: Entering directory `/home/development/vikash/v8-engine/v8/out' >>> >>> make[1]: Nothing to be done for `all'. >>> >>> make[1]: Leaving directory `/home/development/vikash/v8-engine/v8/out' >>> >>> make[1]: Entering directory `/home/development/vikash/v8-engine/v8/out' >>> >>> LINK(target) >>> /home/development/vikash/v8-engine/v8/out/ia32.debug/cctest >>> >>> terminate called after throwing an instance of 'std::bad_alloc' >>> >>> what(): std::bad_alloc >>> >>> clang: error: unable to execute command: Aborted >>> >>> clang: error: linker command failed due to signal (use -v to see >>> invocation) >>> >>> make[1]: *** >>> [/home/development/vikash/v8-engine/v8/out/ia32.debug/cctest] Error 254 >>> >>> make[1]: Leaving directory `/home/development/vikash/v8-engine/v8/out' >>> >>> make: *** [ia32.debug] Error 2 > > > I am stuck here. Can someone help me out? > > Thanks
The linker ran out of memory. Add more swap or try the ia32.release build, it's smaller. -- -- 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.
