Hello,
I am trying to build a wxWidgets GUI for tinycore that uses existing 64bit binary-only firmware.
Comparing the contents of microcore.gz and microcore64.gz shows that only the kernel modules are different. The entire userland is still 32bit.
I am contemplating rebuilding for amd64 all the libraries my GUI depends on (libc, libstdc++, X libs, gtk, wx, etc). Is this at all feasible ? I've had some success rebuilding wxGtk, but would certainly rely on someone else's efforts, if this has already been done.
Thanks for any pointers or "don't do it" advice!