8000 micropython.mipsel: Runner script for MIPS build, using QEMU. · kevincon/circuitpython@71f0400 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71f0400

Browse files
committed
micropython.mipsel: Runner script for MIPS build, using QEMU.
1 parent 6f76327 commit 71f0400

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

unix/micropython.mipsel

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
OPENWRT_SDK=~/toolchain/OpenWrt-SDK-brcm47xx-for-linux-i486-gcc-4.6-linaro_uClibc-0.9.33.2
4+
5+
qemu-mipsel -L $OPENWRT_SDK/staging_dir/toolchain-mipsel_gcc-4.6-linaro_uClibc-0.9.33.2 \
6+
-E LD_LIBRARY_PATH=$OPENWRT_SDK/staging_dir/target-mipsel_uClibc-0.9.33.2/usr/lib \
7+
$(dirname $0)/micropython "$@"

0 commit comments

Comments
 (0)
0