Hi,
In this chapter we are going to compile linux API headers.
Before we proceed further, let us make "lfs" user a sudo user.
Please check out one of my posts to make a user a sudo user using the following link given below..
Creating a directory "/usr" in /mnt/lfs
The above command would prompt to key in the password, provide the one associated with the user account.
Let the user "lfs" own the directory /mtn/lfs/usr
Now login back as "lfs" user and perform the following actions...
Unpack the package tar ball linux-5.8.3.tar.xz
At the time of writing, this package was at version 5.8.3, please check the version when you perform the following command.
Change directory to linux-5.8.3
The extracted package may or may not contain some stale files, we got be sure that there are no such files while compiling this package... to make sure the extracted folder do not contain any stale files, use the following command.
Should not be having any problem in executing above command.
Now execute the following set of commands to complete the linux API installation.
if you like a detailed explanation on how to install linux API headers, you can refer the following link...
No comments:
Post a Comment