Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

armhf support? #26

Closed
thom-nic opened this issue May 5, 2017 · 5 comments
Closed

armhf support? #26

thom-nic opened this issue May 5, 2017 · 5 comments

Comments

@thom-nic
Copy link

thom-nic commented May 5, 2017

I'm running a nodejs app on an embedded device (think beaglebone black or raspberry pi). For non-trivial projects, npm install takes a significant amount of time on a live device. Instead I typically do the install from an x86 host using chroot and qemu-user-static. It seems like this would be great for simplifying app distribution for embedded targets.

I also use gcc-arm-linux-gnueabihf to cross-compile the kernel from x86 host, if it's more manageable to specify a cross-toolchain and stay within the x86 host env instead of a chroot.

FWIW I also use several native modules (serialport, bcrpypt and node-sqlite) so would possibly be impacted by #25

@pmq20
Copy link
Owner

pmq20 commented May 5, 2017

I have not tested it on ARM yet because of lack of devices. It should work as long as libsquash compiles on ARM since I remember that Node.js already works on ARM.

@pmq20
Copy link
Owner

pmq20 commented Jun 5, 2017

Sorry for the delay. I am not an expert on cross compiling so I need some time to look into it. There is another PR that seems relevant. I'll reference it here #36

@lexor90
Copy link
Collaborator

lexor90 commented Jun 14, 2017

I'm going to merge support for cross-compilation so that you will be able to cross-compile using nodec, feedbacks are welcome since we didn't test it on an arm platform.

@lexor90
Copy link
Collaborator

lexor90 commented Jun 28, 2017

Closing this in favor of #36 to avoid redundant issues. Feel free to re-open this should you need it.

@lexor90 lexor90 closed this as completed Jun 28, 2017
@cnddu
Copy link

cnddu commented Oct 8, 2017

Guys, I met issue on armhf build, pls help take a look here #82 , thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants