Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make menuconfig or make oldconfig still need to be run before build-kernel.sh, .config not detected #91

Closed
mgbalant opened this issue Apr 13, 2019 · 0 comments
Labels

Comments

@mgbalant
Copy link

The way I'm checking this is by downloading a somewhat recent kernel and its corresponding patch from kernel.org, putting the patch suffixed by .patch to work with the build-kernel.sh script into a one-higher level directory "linux-patches" as required, unpacking the kernel source, and putting the scripts inside the kernel source folder.

I run "bash build-kernel.sh" which blows up needing make menuconfig/make xconfig/make oldconfig first.

Second, I created a .config via make menuconfig and then ran the build-kernel.sh script which still claims a .config doesn't exist even after the make menuconfig step, following by saving to a .config.

@mgbalant mgbalant changed the title make menuconfig or make oldconfig still need to be run before build-kernel.sh make menuconfig or make oldconfig still need to be run before build-kernel.sh, .config not detected Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants