On 2011-05-10 3:37 PM, Emmanuel Deloget wrote:
Hello,

I'm facing an interesting porting challenge : one of the program which
is to be installed on our target is compressed using upx. As you may
know, upx-compressed programs are not to be stripped (strip removes
everything but the stub, resulting in a 300 bytes program that does
nothing but crashing ; that's not very usefull).
Why do you want to compress your binary using upx in the first place?
I think squashfs-lzma might compress better than upx, and it's certainly better at caching and startup time.

- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to