Re: [nodejs] NodeJS 12 ARMv5 Problem

2015-02-11 Thread Louis Santillan
You'll find that a response from Ben on a v8 matter is as good as it gets. LMGTFY...Here's where it was announced that older ARM ISAs were desupported [0]. [0] https://groups.google.com/forum/#!topic/v8-users/aSOFbaAQvMk On Wed, Feb 11, 2015 at 11:20 AM, Michael Boldischar wrote: > I posted to

Re: [nodejs] NodeJS 12 ARMv5 Problem

2015-02-11 Thread Michael Boldischar
I posted to the V8 mailing list as well. So far, they confirm Ben's post. Support seems to be dropped for ARMv5. https://groups.google.com/forum/#!topic/v8-users/zO2Cb76qd30 On Wednesday, February 11, 2015 at 11:28:52 AM UTC-6, Walt Giroir wrote: > > I am encountering similar issues with node

Re: [nodejs] NodeJS 12 ARMv5 Problem

2015-02-11 Thread Walt Giroir
I am encountering similar issues with node v0.10.24 on ARMv7. One issue that's hinders the resolution to this problem is yocto 1.71 has gcc 4.9.1. With this version of the compiler, the -Werror option breaks the debug build. Please let me know if you find a solution and I'll do the same. --Wal

Re: [nodejs] NodeJS 12 ARMv5 Problem

2015-02-11 Thread Ben Noordhuis
On Wed, Feb 11, 2015 at 12:17 AM, Michael Boldischar wrote: > I'm having trouble compiling NodeJS version 12 for ARMv5. When I try > running node, I get an "Illegal instruction" error. The last known version > to work for someone in my group was NodeJS version 10. > > I suspect it has something

[nodejs] NodeJS 12 ARMv5 Problem

2015-02-10 Thread Michael Boldischar
I'm having trouble compiling NodeJS version 12 for ARMv5. When I try running node, I get an "Illegal instruction" error. The last known version to work for someone in my group was NodeJS version 10. I suspect it has something to do with changes in the configure script. Here is a section of v