• Home
  • Raw
  • Download

Lines Matching refs:toybox

7   http://landley.net/toybox/bin
13 wget http://landley.net/toybox/bin/toybox-x86_64
14 chmod +x toybox-x86_64
15 ./toybox-x86_64 echo hello world
17 --- Building toybox
30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox
34 variables that control the toybox build; if you set a value for any of
38 toybox to run on the current machine. Cross compiling requires an appropriately
53 For a more thorough description of the toybox build process, see
54 http://landley.net/toybox/code.html#building
56 --- Using toybox
58 The toybox build produces a multicall binary, a "swiss-army-knife" program
60 Installing toybox adds symlinks for each command name to the $PATH.
62 The special "toybox" command treats its first argument as the command to run.
63 With no arguments, it lists available commands. This allows you to use toybox
65 suffix (hence "toybox-armv5l").
69 --- Configuring toybox
78 recommended for toybox because it enables unfinished commands and debug code.
85 one or more programs for the system to run (toybox), and a C library ("libc")
86 to tie them together (toybox has been tested with musl, uClibc, glibc,
99 An example toybox-based system is Aboriginal Linux:
104 architectures (x86, x86-64, arm, mips, sparc, powerpc, sh4). Each toybox
106 toybox-based system on each supported architecture, using QEMU to emulate
119 linked from http://landley.net/toybox/ in nav bar on left as "Why is it?"
135 4) What's new with toybox (ELC 2015 status update):
142 The three important URLs for communicating with the toybox project are:
144 web page: http://landley.net/toybox
146 mailing list: http://lists.landley.net/listinfo.cgi/toybox-landley.net
148 git repo: http://github.com/landley/toybox
165 Android's policy for toybox patches is that non-build patches should go
166 upstream first (into vanilla toybox, with discussion on the toybox mailing
167 list) and then be pulled into android's toybox repo from there. (They