All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
997 views

Cross compiling "grub2" for live CD. How to use the "--prefix" option?

I make a live CD with custom linux and "grub2" on board. I compile the "grub2" from source code: HOST=x86_64-linux-gnu TARGET=x86_64-unknown-linux-uclibc CPPFLAGS="-I${INST_CROSS_TOOLS}/usr/include"...
Abradox's user avatar
  • 117
0 votes
1 answer
975 views

Cross Compiling GLIBC fro x86_64 from aarch64 Missing asm/prctl.h

I'm Attempting to do Linux From Scratch on aarch64 compiling for amd64, Everything is going smooth until I got this error running make -j1 for GLIBC Chapter 5.5 I've tried everything and I couldn't ...
Humzaa Omar's user avatar
0 votes
1 answer
88 views

Unknowingly skipping a step in lfs

I am working on lfs. And now I have entered chroot and I have completed section 7.6 of lfs version 10.1. But the problem is that I have skipped building sed in 6.14. And I cant do the step in section ...
amir mousawi's user avatar
0 votes
0 answers
35 views

LFS why install glibc twice [duplicate]

I followed the LFS's insturctions and all of it seems to work properly yet. But i got confused when it comes to the second time of installation of the glibc after entering the chroot environment. My ...
juicyliberty's user avatar
0 votes
1 answer
2k views

Why my cross compiler toolchain not static link?

I want to build my cross compile tool chain, I build it successful. It can use normally, but when I move it, it cannot work!! It print error while loading shared libraries: libcloog-isl.so.3, ...
user1559216's user avatar