-
Notifications
You must be signed in to change notification settings - Fork 78
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
How to treat warnings not as errors.... #45
Comments
I think the environment variable you would use is KBUILD_CFLAGS. |
like this ? ---> KBUILD_CFLAGS=-Wno-error make -j4 ? |
I think so, yes. I always cross-compile using a controlled build environment that sets things up correctly for me, so I may be misremembering. With the right version of the toolchain and the right build environment, you shouldn't need to disable errors globally during the kernel build. |
The point is that I'm not an experienced user. I'm an hobbyst. Rarely I'm sure about what are the proper toolchains and build environments. Usually I use google to find a case similar to mine and then I apply the trial and error tecnique. |
Hello bro.
I'm trying to recompile the kernel 4.9 for my Jetson nano using your latest patches,but I'm not able to compile the code. Can you give me some help ? thanks.
The text was updated successfully, but these errors were encountered: