lkml.org 
[lkml]   [2018]   [Feb]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: Use of GCC plugin instead ISO C
From
Date
On 02/18/2018 12:06 AM, Progyan Bhattacharya wrote:
> Hi Again,
>
> According to last time talked, you said me to avoid "-Werror=pedantic"
> flag to build the GNU specific plugins instead of Standard ISO C. I
> changed my default compiler flags and tried to rebuild. But I am still
> getting the same error messages at:
>
> CC /***/Linux/tools/objtool/arch/x86/decode.o
>
> All of them were arising due to same "-pedantic" flag being enabled.
> 1. Range expression in Case statements were not allowed.
> 2. Use of braced-group were not allowed in MACRO definition.
> 3. Pointer arithmetic with void pointer was not allowed.
>
> I took a look on related Makefiles, but found none with "-pedantic" or
> "-Werror=pedantic" flag.

I didn't find "pedantic" in any Makefiles either.

You could try (re)building with V=1 on the "make" command line and capture
the output to see where the "pedantic" is coming from.

--
~Randy

\
 
 \ /
  Last update: 2018-02-18 17:47    [W:1.422 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site