Skip to content

Instantly share code, notes, and snippets.

@tluyben
Created May 12, 2013 12:33
Show Gist options
  • Save tluyben/5563410 to your computer and use it in GitHub Desktop.
Save tluyben/5563410 to your computer and use it in GitHub Desktop.
open msx compile zipit
#!/bin/sh
cd /home/openwrt/openmsx-openmsx
export STAGING_DIR=/home/openwrt/src/zipit/openwrt-zipit/staging_dir
export CXX=/home/openwrt/src/zipit/openwrt-zipit/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-uclibcgnueabi-g++
make clean
rm -fR derived/*
make staticbindist OPENMSX_TARGET_CPU=arm CXX=$CXX OPENMSX_FLAVOUR=zipit LINK_MODE=3RD_STA_MIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment