Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-25 Thread Ben Noordhuis
On Mon, Feb 21, 2022 at 2:01 AM Gérard Vidal wrote: > > Hi @Camillo, > I have launched a compilation on my PiZeroon the source dowloaded from the > nodejs site, without any modification and after one day and a half it fails > in v8 compilationon this command : > ```shell > g++ -o >

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-20 Thread Gérard Vidal
Hi @Camillo, I have launched a compilation on my PiZeroon the source dowloaded from the nodejs site, without any modification and after one day and a half it fails in v8 compilationon this command : ```shell g++ -o

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-16 Thread Gérard Vidal
Unfortunately it fails : * either with `/usr/local/lib/node/nodejs/bin/node no such file or directory ` Which is due to the fact that node-armv6l is using ld -linux-armhf.so.3 while my image is compiled for armv6 (armel) ld -linux-armgnueabi/ld-2.31.so * or when I try any ugly trick by soft

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-15 Thread Gérard Vidal
>From what I read [here](https://en.wikipedia.org/wiki/List_of_ARM_microarchitectures)armv6k seems to be a multithread armv6z , am I right ? In that case hope is back !! Le jeudi 10 février 2022 à 18:16:45 UTC+1, Camillo Bruni a écrit : > Sorry to hear. The only good news is that my arm6k CL

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-15 Thread Gérard Vidal
Thanks for the link I did not know that site. It seems that it is armv6l I cannot find it [here](https://en.wikipedia.org/wiki/List_of_ARM_microarchitectures) and RaspberryPi Zero is armv6z bearing the VFP capability which is not common in arm11 procs. Is there a way to ask for somebody to

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-10 Thread Camillo Bruni
Sorry to hear. The only good news is that my arm6k CL landed in the meantime :). Cross-compiling can be quite tricky :/ On Thu, 10 Feb 2022 at 15:30, Gérard Vidal wrote: > Again thanks for your answer and your time but sadly I am giving up > without succeeding. My only goal il to get an

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-10 Thread Leszek Swirski
Does the unofficial prebuilt node (e.g. https://unofficial-builds.nodejs.org/download/release/v17.4.0/node-v17.4.0-linux-armv6l.tar.gz) not work? On Thu, Feb 10, 2022 at 3:30 PM Gérard Vidal wrote: > Again thanks for your answer and your time but sadly I am giving up > without succeeding. My

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-10 Thread Gérard Vidal
Again thanks for your answer and your time but sadly I am giving up without succeeding. My only goal il to get an operational nodeJS on a raspberryPiZero. I think I have overestimated my ability to cross-compile out of the tracks. I am bouncing from one error to another and I have spent too

Re: [v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-02 Thread Camillo Bruni
Hi, If I'm not mistaken, v8 on it's own supports armv6 + VFPv2 .

[v8-dev] Would it be possible to have v8 for armv6z -> RaspberryPi 0[W]

2022-02-02 Thread Gérard Vidal
Hi, I am a newcommer here and please don't flame if the answer is somewhere in the galaxy. I googled a little bit but did not find anything recent on that topic. I am using v8 and nodejs successfully on raspberriesPi armv7 an armv8, some year(s) ago I have been able to install properly a v8