mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
avrdude/README: added build instructions for making a static executable
This commit is contained in:
@@ -28,3 +28,12 @@ make </dev/null
|
|||||||
|
|
||||||
scp avrdude.conf jlime:/etc/
|
scp avrdude.conf jlime:/etc/
|
||||||
scp avrdude jlime:/usr/bin/
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user