itsikhefez wrote: > 1. How do you set the option with armv6 for the small binary?
You have to set the CMAKE_BUILD_TYPE variable like this: cmake -DCMAKE_BUILD_TYPE=MinSizeRel ../slimmer itsikhefez wrote: > 2. Once I build locally, where do I replace the slimmer binaries on the > pCP device? It's a bit complicated. Tiny Core like distros mount the software packages (the package files) over a loop device read-only. So you have to change the slimmer.tcz package file, and put your executable into it. Or you can put the binary somewhere in the home directory of the tc user and store it permanently with -filetool.sh- and change -/opt/bootlocal.sh- to start this one not the one in the package. Theoretically. ------------------------------------------------------------------------ tbali's Profile: http://forums.slimdevices.com/member.php?userid=65336 View this thread: http://forums.slimdevices.com/showthread.php?t=105819 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
