Error: python ./configure.py --dest-cpu=arm7l exited with code: 2
See original GitHub issueHi all, I am having this issue of compiling nodejs application in Raspberry Pi 3B+, and I met this error. I also tried using other option shown but still give the same error.
pi@raspberrypi:~ $ nexe -i /home/pi/Documents/helloworld.js -o /home/pi/Documents/hello --build --verbose
ℹ nexe 3.3.2
✔ Downloading Node.jssource from: https://nodejs.org/dist/v10.16.0/node-v10.16.0.tar.gz
✔ Already downloaded...
✔ Compiling result
Configuring node build: --dest-cpu=arm7l
Usage: configure.py [options]
configure.py: error: option --dest-cpu: invalid choice: 'arm7l' (choose from 'arm', 'arm64', 'ia32', 'mips', 'mipsel', 'mips64el', 'ppc', 'ppc64', 'x32', 'x64', 'x86', 'x86_64', 's390', 's390x')
✔ Configuring node build: --dest-cpu=arm7l
✔ Finished in 7.418s
Error: python ./configure.py --dest-cpu=arm7l exited with code: 2
See nexe -h for usage..
Other options I used:
-
nexe -i /home/pi/Documents/helloworld.js -o /home/pi/Documents/hello --build --verbose -c ['arm']
-
nexe -i /home/pi/Documents/helloworld.js -o /home/pi/Documents/hello --build --verbose -c ['arm64']
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (6 by maintainers)
@calebboyd can we get a release pweeeeeze? 🤓