Error while compiling the Linux Mainline.
I'm new to this Linux Bug fixing Mentorship. I have cloned linux mainline and compiled it using make -j$(nproc). It is showing this error after sometime.
make[1]: *** [/home/ubuntu/linux_work/linux_mainline/Makefile:2011: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Can anybody explain what to do and how to fix? or do we have to clone the sable line of linux?
Answers
-
hi @sudarshan19 ,
If its config trusted key issues then it might get resolved by this : CONFIG_MODULE_SIG_KEY="/tmp/signing_key.pem" to CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
this will be inside Makefile.
OR
by using this command : scripts/config --set-str SYSTEM_TRUSTED_KEYS ""
Try it.
post that
use command : make -j4 (where 4 is number of your CPU cores)
I had quadcore 4.1 -
Thankyou for responding @rujrabhatt within no time. I have run that command, But it is still giving the same error again. I'm building this in Ubuntu in my Virtual Box and I'll tell you what have I done to make problem Identification easier.
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux_mainline
cd linux_mainline
cp /boot/config-$(uname -r) .config
make olddefconfig
scripts/config --set-str SYSTEM_TRUSTED_KEYS ""
make -j4
did I miss anything?1 -
What you've sent is not the main error. Rebuild the kernel with -j1 or without the -j option to actually catch it. One of your sub-makefiles is returning an error. Probably a dependency issue...
1 -
Yes, If I run it sequentially using make -j1, it got successfully compiled. It's probably dependency issue only. Thankyou @imanseyed and @rujrabhatt for your support.
0
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 750 Linux Foundation IT Professional Programs
- 373 Cloud Engineer IT Professional Program
- 169 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 4 DevOps & GitOps IT Professional Program
- 99 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 1 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 3 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 1 Open Source Best Practice Training
- 1 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 106 Mobile Computing
- 18 Android
- 73 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 955 Programming and Development
- 310 Kernel Development
- 627 Software Development
- 983 Software
- 375 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)