1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2024-07-01 02:44:32 +03:00

avrdude/README: added build instructions for making a static executable

This commit is contained in:
Werner Almesberger 2011-05-10 17:47:38 -03:00
parent 19c04403c0
commit cd3dbc04f0

View File

@ -28,3 +28,12 @@ make </dev/null
scp avrdude.conf jlime:/etc/
scp avrdude jlime:/usr/bin/
# -----------------------------------------------------------------------------
To make a statically linked version, follow the build instructions for
OpenWRT, then
rm avrdude
make CC="mipsel-openwrt-linux-gcc -static -s" avrdude
mv avrdude avrdude-static