clfs-embedded-pregithub icon indicating copy to clipboard operation
clfs-embedded-pregithub copied to clipboard

Cross Linux From Scratch - Embedded Book

Results 7 clfs-embedded-pregithub issues
Sort by recently updated
recently updated
newest added

Not sure if it should really go in the clfs-embedded book or not, but being able to boot the system using QEMU would be nice, just to ensure it all...

Since the bootloader will tell the kernel where to find the root file system, we don't need an entry which actually calls out the partition or device name for the...

Are any utilities that we compile relying on kernel headers in the targetfs sysroot? busybox may have some utils which do... netplug might?

We only make a root user but then a handful of groups. Is this really needed? Or can we get away with fewer groups by default? Or should there be...

Normally, at the end of the book, around when we do copy to target, we tell people to delete all the static libs, headers, and unneeded .so links. This is...

We shouldn't need to do this any longer at the end of the book, since we're using the target sysroot as the sysroot for the toolchain so the toolchain should...

Do we need to compile just libgcc again for the target or can we just copy over the libgcc from the cross-tools sysroot? Or what?