All Questions
Tagged with linux-from-scratch arm
3
questions
6
votes
1
answer
991
views
Glibc Configuration Error
I am working though the Linux from scratch book when I encountered an error configuring Glibc (step 5.7):
checking for sysdeps preconfigure fragments... aarch64 alpha arm configure: error: Old ABI no ...
3
votes
3
answers
3k
views
chroot into other arch's environment
Following the Linux from Scratch book I have managed to build a toolchain for an ARM on
an ARM. This is till chapter 6 of the book, and on the ARM board itself I could go on further with no problems.
...
1
vote
1
answer
2k
views
Obtaining device drivers from ROMs
I would like to clean install embedded linux in ARM based smartphone. Inorder to do so i would need the device drivers such as flash memory, display etc. I was wondering if its is possible to extract ...