Good morning, I have the following error in build
kernel:ror=unused-function -Wno-error=pointer-sign
-Wno-error=shift-negative-value -Wno-address-of-packed-member
-Wno-format-zero-length -mno-aes -mno-avx -std=iso9899:1999 -Werror vers.c
ctfconvert -L VERSION -g vers.o
On 13 May 2016, at 08:35, Cristiano Deana wrote:
>
> while compiling kernel I got:
>
> x86 -> /usr/src/sys/x86/include
> /usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh
> /usr/src/sys/dev/bhnd/nvram/nvram_map -h
> bmake[4]: exec(/usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh) failed
> (Permission den
I had to change ACL attributes too (+x) to two files:
/usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh
/usr/src/sys/dev/bhnd/tools/nvram_map_gen.awk
Thanks
On Fri, May 13, 2016 at 8:35 AM, Cristiano Deana
wrote:
> Hi,
>
> while compiling kernel I got:
>
> x86 -> /usr/src/sys/x86/include
> /usr/src/s
Hi,
while compiling kernel I got:
x86 -> /usr/src/sys/x86/include
/usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh
/usr/src/sys/dev/bhnd/nvram/nvram_map -h
bmake[4]: exec(/usr/src/sys/dev/bhnd/tools/nvram_map_gen.sh) failed
(Permission denied)
*** Error code 1
Stop.
I saw another thread with the sa