Hi,

I shifted to gyp, and wrote binding.gyp, but still when i copy over the 
*.node file to Hardware which is successfully created in my ubuntu cause me 
the following error,

*[11893.676924] Alignment trap: not handling instruction e1923f9f at 
[<ffff0fc4>]*
*[11893.686520] Unhandled fault: alignment exception (0x011) at 0x0001ba4d*
*Illegal instruction*
*
*
Please find below my Binding.gyp code,
{
  'targets' : [
    {
      'target_name': 'hu',
      'type': 'shared_library',
      'sourcess': [ 'NJSAQ.cc' ],
      'include_dirs': ['/home/pavincoll/Desktop/ARMRFS3/usr/include', 
'/home/pavincoll/Desktop/ARMRFS3/usr/include/alsa', 
'/home/pavincoll/Desktop/ARMRFS3/usr/include/curl', 
'/opt/tooling/mvista/MV_20110822/symphony-ivi-2.6.34/tools/tools/arm-gnueabi/arm-montavista-linux-gnueabi/target-toolchain/arm-montavista-linux-gnueabi/libc/usr/bin'
 
, '/home/pavincoll/Desktop/ARMRFS3/usr/lib', 
'/home/pavincoll/workspace/aqstub/src'],
      'link_settings': {
        'libraries': ['/usr/local/lib/libaqARM.so', 
'/usr/local/lib/libsqARM_1.so', '/usr/local/lib/libspARM.so']
       }
    }
  ]
}

Pavi


On Tuesday, August 28, 2012 3:40:24 PM UTC-7, mscdex wrote:
>
> On Aug 28, 6:34 pm, Pavi <[email protected]> wrote: 
> > Please find below the code of wscript: 
>
> First thing you should do is switch to gyp. 
>

-- 
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