Hi All, I am trying to compile v8 on my 32 bit box having CentOS 5.8. Following steps I performed: 1. svn checkout http://v8.googlecode.com/svn/trunk/ v8 2. make dependencies 3. make native -j4 I am getting following error: CXX(target) /data1/software/JSEngine/v8/out/native/obj.target/mksnapshot.ia32/src/mksnapshot.o LINK(target) /data1/software/JSEngine/v8/out/native/mksnapshot.ia32 /data1/local/v2/bin/ld: unrecognised emulation mode: 32 Supported emulations: elf_i386 i386linux elf32_x86_64 make[1]: *** [/data1/software/JSEngine/v8/out/native/mksnapshot.ia32] Error 1 make[1]: Leaving directory `/data1/software/JSEngine/v8/out' make: *** [native] Error 2 a. gcc version 4.8.2 (GCC) b. ld -V GNU ld (GNU Binutils) 2.23.2 Supported emulations: elf_i386 i386linux elf32_x86_64 Can you please help me resolving the above mentioned error? Thanks and Regards, Sagar
-- -- 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/groups/opt_out.
