• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Problems with Linux LFS in chapter 5.10 of LFS Book 7.8

Im building my LFS system with CentOS 7 as base. I am doing fine until the chapter 5.10 of GCC-5.2.0 Pass 2 of LFS Book 7.8.
Im getting this error:

bash: dirname $($LFS_TGT-gcc -print-libgcc-file-name)/include-fixed/limits.h: No such file or directory

I searched a lot on the internet, but I dont find anything related to this, and I dont know what to do. Thanks.
 
Im building my LFS system with CentOS 7 as base. I am doing fine until the chapter 5.10 of GCC-5.2.0 Pass 2 of LFS Book 7.8.
Im getting this error:

bash: dirname $($LFS_TGT-gcc -print-libgcc-file-name)/include-fixed/limits.h: No such file or directory

I searched a lot on the internet, but I dont find anything related to this, and I dont know what to do. Thanks.

What does that return for the path?
See if you can find limits.h by yourself, then find out why the path isn't the same.
 
Back
Top