On 06/05 18:40:02, Bill Fischofer wrote:
> After installing a copy of GCC 7, It looks like this patch is an
> incomplete fix. With this patch applied older GCC 6.3.0 continues to
> work fine, but GCC 7.0.1 generates the following errors:
> 
> Making all in platform/linux-generic
> make[1]: Entering directory '/home/bill/linaro/gcc7fix/platform/linux-generic'
>   CC       pktio/ipc.lo
> pktio/ipc.c: In function ‘ipc_close’:
> pktio/ipc.c:698:33: error: ‘%s’ directive output may be truncated
> writing up to 255 bytes into a region of size 32
> [-Werror=format-truncation=]
>    snprintf(name, sizeof(name), "%s", dev);

It looks like ./bootstrap might not have been run after applying the patch?

Reply via email to