Skip to content

Instantly share code, notes, and snippets.

@poutyface
Created September 10, 2011 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poutyface/1207907 to your computer and use it in GitHub Desktop.
Save poutyface/1207907 to your computer and use it in GitHub Desktop.
BusyBox
http://www.busybox.net/
make menuconfig
make
make install
_install/ にバイナリができる
ターゲットが違う場合
make CROSS_COMPILE=your-target-arch-
参考サイト
http://monoist.atmarkit.co.jp/mn/articles/0802/04/news114_2.html
http://monoist.atmarkit.co.jp/mn/kw/busy_tech.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment