Hello folks,
I wanted to build a custom kernel to get a IPFW. I have FreeBSD 9.2, I actually didn't have the source files so I used svn... I only added 4 lines to my kernel;
But when I tried to build it, I had an error like this;
Thanks for answering/reading.. Have a nice day.
I wanted to build a custom kernel to get a IPFW. I have FreeBSD 9.2, I actually didn't have the source files so I used svn... I only added 4 lines to my kernel;
Code:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=10
options IPDIVERT
But when I tried to build it, I had an error like this;
Code:
cc: error: argument unused during compilation: '-frename-registers' [-Werror,-Wunused-command-line-argument]
cc: error: argument unused during compilation: '-finline-limit=8000' [-Werror,-Wunused-command-line-argument]
cc: error: argument unused during compilation: '--param inline-unit-growth=100' [-Werror,-Wunused-command-line-argument]
cc: error: argument unused during compilation: '--param large-function-growth=1000' [-Werror,-Wunused-command-line-argument]
Thanks for answering/reading.. Have a nice day.