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

[v8-users] Re: V8 JSON Debugging Protocol, Breakpoints not being set

2016-10-25 Thread 'WIlliam Taylor' via v8-users
I will certainly like to do that at a later date, but if I could just get the old debugging working first as its the simplest that would be good for my app. Any ideas on what I could be missing? Thanks On Sunday, 16 October 2016 23:32:51 UTC+1, WIlliam Taylor wrote: > > > Hi, > > Apologies i

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