Hello.
I want to add the PAE option to my kernel, but when i try to build the kernconf this appears:
I am using FreeBSD 9.2 i386
I want to add the PAE option to my kernel, but when i try to build the kernconf this appears:
Code:
ing -fstack-protector -Werror /usr/src/sys/dev/dpt/dpt_scsi.c
cc1: warnings being treated as errors
/usr/src/sys/dev/dpt/dpt_scsi.c: In function 'dptccbptov':
/usr/src/sys/dev/dpt/dpt_scsi.c:278: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
/usr/src/sys/dev/dpt/dpt_scsi.c:278: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
*** [dpt_scsi.o] Error code 1
Stop in /usr/obj/usr/src/sys/GENERIC.
*** [buildkernel] Error code 1
Stop in /usr/src.
*** [buildkernel] Error code 1
I am using FreeBSD 9.2 i386