mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-23 21:23:09 +02:00
avrdude/README: added build instructions for making a static executable
This commit is contained in:
parent
19c04403c0
commit
cd3dbc04f0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user