简体   繁体   中英

Linux from scratch Segmentation fault error

I am on Section 6.7 trying to install the linux API headers.

I cd into the folder /sources/linux-4.12 in my chroot environment. However when I try to run the make mrproper command, I get the error: Segmentation fault (core dumped) . I redid everything from section 6.2 again, however I still get the same error.

I dont even see this when trying to troubleshoot.

Solution to my answer was this . Still do not know why.

It was replacing mount -vt devpts devpts $LFS/dev/pts -o gid=5,mode=620 <-- (Book, does not work) to mount -v --bind /dev/pts $LFS/dev/pts -o gid=5,mode=620

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM