This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can't Build nRF Connect 3.2.0

I'm running Windows 10 and loaded pc-nrfconnect-ble-231-master from GitHub,

Per the README I npm installed windows-build-tools, then npm install.

I got some warnings about modules requiring specific revs of other modules, most of which I fixed, but I can't fix this error:

39548 error code ELIFECYCLE                                                     
39549 error errno 7                                                             
39550 error [email protected] install: `prebuild-install --verbose || node-gyp rebuild` 
39550 error Exit status 7                                                       
39551 error Failed at the [email protected] install script.                             

Any clues?

Parents
  • I know.  I meant to say I was trying to build it to chase a problem running an app being developed.  This worked in a previous nRF Connect version (2.2.0? don't have it handy) but fails in the current version.  That failure is (apparently, but that's why I wanted was trying to build nRF-C): I can connect to my device, get the list of available characteristics whether custom or generic (like Device Info), but clicking on any (Device Info) nothing happens, and from tracing in my app it appears nothing was even sent.

    BTW, I tried to build the "working" nRF Connect both back then and now, and never have been able to build any version.

Reply
  • I know.  I meant to say I was trying to build it to chase a problem running an app being developed.  This worked in a previous nRF Connect version (2.2.0? don't have it handy) but fails in the current version.  That failure is (apparently, but that's why I wanted was trying to build nRF-C): I can connect to my device, get the list of available characteristics whether custom or generic (like Device Info), but clicking on any (Device Info) nothing happens, and from tracing in my app it appears nothing was even sent.

    BTW, I tried to build the "working" nRF Connect both back then and now, and never have been able to build any version.

Children
No Data
Related