between yesterday and today I have been cleaning up some sysroot making script from the net so it uses less sudos (udisksctl is used in my version), creates a new sysroot image instead of modifying the one on the toolchain (so I can make new images without having to rebuild the whole toolchain).

Doing this in mind to make easier to me to test what works with the newer version of crosstools-ng.

One disadvantage of mine from the original is that is missing the support for multiple firmware files at the same time and that it needs a lot of RAM (all the work is done in a temp dir to not wear
out too much the SSD).

#KindleHomebrewDevelopment #KindleHomebrew #KindleDevelopment #Kindle

The Hello World example program works on my Kindle.

Reminder for myself: gcc 9.5.0 compiles glibc 2.19 with binutils 2.45 in crosstools-ng 1.28.0

#KindleModding #KindleHomebrew #KindleHomebrewDevelopment #KindleDevelopment #GLibC #GCC #BinUtils #CrossToolsNG