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):
BusyBox v1.22.1 (2015-04-16 09:09:37 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_
| - || _ | -__| || | | || _|| _|
|_______|| __|_____|__|__||________||__| |____|
|__| W I R E L E S S F R E E D O M
-----------------------------------------------------
CHAOS CALMER (Bleeding Edge, r44489)
-----------------------------------------------------
* 1 1/2 oz Gin Shake with a glassful
* 1/4 oz Triple Sec of broken ice and pour
* 3/4 oz Lime Juice unstrained into a goblet.
* 1 1/2 oz Orange Juice
* 1 tsp. Grenadine Syrup
-----------------------------------------------------
root@openwrt1:/# uname -a
Linux openwrt1 3.18.7 #1 Thu Apr 16 09:39:38 CEST 2015 mips GNU/Linux
root@openwrt1:/# iojs --version
v1.7.1
root@openwrt1:/# iojs ~/test.js
0.6666666666666666
root@openwrt1:/#
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!
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!