Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When I run “make” I get many error messages. What is wrong?

Error Messages run wrong
0
Posted

When I run “make” I get many error messages. What is wrong?

0

The problem is almost certainly that you do not have the complete kernel source code. Linux: If the configure script cannot find your source code, it will assume that it is located in /usr/src/linux. If it is not, you can either run configure using the –kernelsrcdir argument, rename the directory where the kernel source really is, or create a soft link. The problem may also be that your source code is not correctly configured. See FAQ for information about how to configure your Linux kernel source code. Linux 2.6: Please make sure that you compile your Linux 2.6 kernel with CONFIG_SECURITY enabled. If you have not done this, you will get errors about implicit declarations of _security functions. FreeBSD: Make sure you have installed the src/sys distribution and that you are using FreeBSD’s make program (ie. “make” is not really “gmake”).

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123