Thanks Ban and Nathan
Actually i tried both the methods and get the error

*NameError: name 'arm_neon' is not defined while evaluating condition 
'arm_neon!=1 and arm_fpu!="vfpv3" and arm_fpu!="vfpv3-d16"' in 
/home/nodejs/deps/v8/tools/gyp/v8.gyp while loading dependencies of 
/home/nodejs/node.gyp while trying to load /home/nodejs/node.gyp*

Does it mean that i need to cross compile v8 separately and then try to 
compile nodejs ?? or some configuration change is required ?


On Tuesday, September 18, 2012 9:22:21 PM UTC+5:30, Nathan Rajlich wrote:
>
> I wrote a blog article about this very thing a couple weeks ago: 
> http://n8.io/cross-compiling-nodejs-v0.8 
>
> Cheers! 
>
> On Tue, Sep 18, 2012 at 4:33 AM, Ben Noordhuis 
> <[email protected]<javascript:>> 
> wrote: 
> > On Tue, Sep 18, 2012 at 1:22 PM, Sumit Aggarwal 
> > <[email protected]<javascript:>> 
> wrote: 
> >> i want to cross compile nodejs for my Arm based board.  After enough 
> >> googling i am still not able to get it right. 
> >> Can some one please refer some good document or summarize build 
> procedure of 
> >> nodejs for arm 
> > 
> > It's pretty straightforward with v0.8: 
> > 
> >   $ CC=arm-linux-gcc ./configure --dest-cpu=arm 
> > 
> > You can optionally specify the floating point ABI with 
> > --with-arm-float-abi=soft|softfp|hard 
> > 
> > -- 
> > Job Board: http://jobs.nodejs.org/ 
> > Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines 
> > You received this message because you are subscribed to the Google 
> > Groups "nodejs" group. 
> > To post to this group, send email to [email protected]<javascript:> 
> > To unsubscribe from this group, send email to 
> > [email protected] <javascript:> 
> > For more options, visit this group at 
> > http://groups.google.com/group/nodejs?hl=en?hl=en 
>

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to