Compiling kernel with gcc43

Ryan Stone rysto32 at gmail.com
Thu Mar 25 17:04:19 UTC 2010


If you just want to try it out you could disable -Werror for your own
build.  The reason that gcc 4.3 fails where 4.2 works fine is that the
gcc developers are adding new warnings with every compiler release, so
until somebody takes the time to fix all of the new warnings you won't
be able to build the kernel with -Werror.


More information about the freebsd-hackers mailing list