-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
strip linux avrdude executables #1
Comments
It is not in the makefile of avrdude. If I am right it removes only unneeded parts like debug informations. I'll test it and will consider if I will strip them in future. I like the idea of such a live system. But my tool will need write access in the folder it runs to work |
Hi the Makefile strips the binary during the 'install' process usually when I dont use 'make install' is just run 'strip avrdude' from the command line It appears avrdude is in the flash tool 10 times. I am working on reducing the footprint in the live system. Yes it will have write access in the folder it runs. /trunk/lib/avrdude/linux64/avrdude |
linux script that reduces the size of the zip file and the files needed to run the program by 75%. reduces by: #!/bin/sh
|
I noticed the linux avrdude executables you supply with the tool are not stripped. This will reduce the size of the files. I just run 'strip avrdude' but I believe it can be incorporated into the Makefile.
I am considering making a bootable iso that includes open source RC tools, and this tool is on my list
The text was updated successfully, but these errors were encountered: