-
Notifications
You must be signed in to change notification settings - Fork 30k
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
running on mips #1440
Comments
Is python2 available? If so, check out the repo and try
|
You probably want to omit |
Note: I acually copied that straight out of the makefile without researching what the options do :) |
I was going to open another issue on armv8 but seeing the title couldn't resist participating in it. I was digging through the source codes last couple of days. In my experience (I've recently worked in a project that uses this SoC on a wireless rooter), io.js is not suitable for AR9331 unless you want to burn it up, it's another story. Perhaps the project owners already know this fact. It's way too heavy for what you have. |
It's not an officially "supported" platform per-say, but that's about it. I don't think any of us have that much experience with mips that I know about, other than the folks working on the Tessel 2. |
Forgot to add for testing: put the binary in |
Hi all, many thanks for the hint's. I have to make an external root for my OpenWRT first in order get more storage. Another option I am considering is to setup a MIPS qemu environment. I'll report my progress here. |
Hi all |
It's funny and ambitious forcing V8 JIT on AR9331 24Kc. I'm not clearly sure if they know what they are doing. SoC spec. speaks for itself. |
@ssuats Trying the same thing here. Unfortunately I'm getting "Illegal Instruction" when trying to run any js code with node v.4.2.1 on a carambola2. My node binary looks fine though:
Would you be able to share your exact build commands? Here's the OpenWrt package (&make commands) I use, correctly setting --dest-cpu=mips.
|
Hi all!
With the patch mentioned in #1432 I was successful in cross-compiling io.js for OpenWRT running on a AR9331 SoC big endian without FPU (carambola2):
Basic tests are working, now I would like to run the test suite. The system is very resource constraint though (64MB ram, 16MB flash). Any idea how to run the test suite on that system?
Many thanks for any pointer!
The text was updated successfully, but these errors were encountered: