View Single Post
Old 07-16-2012, 08:39 PM   #25
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
bin2c

Attached, source and static-arm build of bin2c.

If I type any more in this post, the post will be longer than the source code.

Build notes:
Code:
(armv6l:1) /home # gcc --static --static-libgcc -O2 -o bin2c bin2c.c
(armv6l:1) /home # ldd bin2c
	not a dynamic executable
(armv6l:1) /home # strip --strip-unneeded bin2c
(armv6l:1) /home # tar -czf bin2c-static-arm.tar.gz bin2c bin2c.c
Attached Files
File Type: gz bin2c-static-arm.tar.gz (29.6 KB, 173 views)
knc1 is offline   Reply With Quote