All Questions

Filter by
Sorted by
Tagged with
5 votes
2 answers
3k views

Making an OS using linux kernel [closed]

I have been searching for a past few weeks about how to making an OS. I have also read may questions regarding how to make an OS like this one, What are some resources for getting started in ...
Aditya Chaudhary's user avatar
3 votes
1 answer
3k views

LFS: `bash: /tools/bin/gcc: No such file or directory`

I type root:/# gcc and somehow this happens: bash: /tools/bin/gcc: No such file or directory Obviously, the $PATH works and is finding /tools/bin/gcc. I am chroot'd into $LFS and am on this step: ...
Piper McCorkle's user avatar
1 vote
1 answer
858 views

LFS custom Linux kernel panics on boot

So I recently finished my own Linux From Scratch build (7.9-SYSTEMD), following the book character for character (did not strip the libraries nor have I removed the unneeded static libraries) and am ...
Caleb Huggins's user avatar
1 vote
0 answers
229 views

how to get Linux kernel 3.18 rc4 main line to use oom_score_adj lib

Not sure if this is two question, but I wanted to start with both here in case they are related. I use a Linux PXE and grub for dos boot in various ways. I have used the same file system adding a few ...
penright's user avatar
  • 163
1 vote
0 answers
117 views

LFS v7.2 libc-2.16 error while make

While glibc-2.16 make following error occurred: glibc-build/math/s_modff.os.dt -MT /media/vaibhav/sources/glibc-build/math/s_modff.os ../sysdeps/ieee754/flt-32/s_isnanf.c:37:1: error: 'EI_isnanf' ...
user avatar
0 votes
1 answer
1k views

linuxfromscratch: Can't do make menuconfig for linux installing

On this chapter http://www.linuxfromscratch.org/lfs/view/stable/chapter08/kernel.html root@host# chroot "$LFS" /usr/bin/env -i \ > HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ > PATH=/bin:/...
cola's user avatar
  • 12.3k
0 votes
0 answers
26 views

Error while executing make check on glibc build for LFS

I try to build my own Linux from scratch -yeah yeah from https://www.fr.linuxfromscratch.org/ . (Warning here : it's the french page I show you here) I am at this page https://www.fr.linuxfromscratch....
Steve L'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
1 answer
339 views

Mesa-18.1.6 'c compiler cannot create executables'

so I have been trying to compile Mesa on BLFS 8.3 to no avail, and I am having issues trying to figure out what seems to be the issue. I am not quite understanding why it will not compile, when gcc is ...
thealexvond's user avatar
-2 votes
1 answer
428 views

Lfs 8.4 ch8. 3 : kernel config fail [closed]

I am currently following the book Linux From Scratch v8.4, i am at the kernel configuration part, part 8.3, and when i run make defconfig or make menuconfig, i have this error: ... YACC scripts/...
Stephane's user avatar
  • 153