I got the 12.1 source code from the
I used the GENERIC configuration to create the attached configuration file and then ran
And the build goes well until
The handbook in 8.6 states if make fails there is an error in the configuration file that is not severe enough for make to catch it. I checked it multiple times and it checks out to me as I only removed lines from the original GENERIC configuration.
base/releng
directory of the SVN repository which would give me the latest 12.1-RELEASE kernel (p10).I used the GENERIC configuration to create the attached configuration file and then ran
Bash:
make -j4 buildkernel KERNCONF=SMALLER
kernel.full
was being built. The errors from make
are in the attached file.The handbook in 8.6 states if make fails there is an error in the configuration file that is not severe enough for make to catch it. I checked it multiple times and it checks out to me as I only removed lines from the original GENERIC configuration.