Re: [v8-users] Build v8 for arm on linux

2016-10-28 Thread ibon tolosana
Works perfectly on my pi. thanks. -- -- v8-users mailing list v8-users@googlegroups.com 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, sen

Re: [v8-users] Build v8 for arm on linux

2016-10-25 Thread Rodolph Perfetta
Hi, hf stands for hard float, hence the default setting. If you are targeting softfp then better use arm-gnueabi-gcc. I can cross build with gcc using the following comand line: ./tools/cross_build_gcc.sh tools/gcc-linaro-5.1-2015.08-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf- arm.release

Re: [v8-users] Build v8 for arm on linux

2016-10-25 Thread ibon tolosana
Hey Rodolph, thanks for answering. I haven't tried cross build with gcc, but will for sure give it a try immediately. Do you suggest using arm-linux-gnueabi-gcc instead of the hf version ? I though the abi would be softfp instead of hard though. Can you point me somewhere where I could have a p

Re: [v8-users] Build v8 for arm on linux

2016-10-25 Thread Rodolph Perfetta
Hi, have you tried building using GYP and using ./tools/cross_build_gcc.sh? I can't really help with the issue on the Mac but just one observation: if you use arm-linux-gnueabihf-gcc then the float_abi will default to hardfp. Rodolph On Mon, 24 Oct 2016 at 15:17 ibon tolosana wrote: > Hi there

[v8-users] Build v8 for arm on linux

2016-10-24 Thread ibon tolosana
Hi there, I am having some trouble with v8 resulting libs. I compile on ubuntu linux 16.04 setting arm as target using gn. The process works just ok, but when I try to link the 4 libs with my appon Mac, i get: that *tmpfile64* is an undefined symbol reference. It is referenced from platform