On Sat, Jul 28, 2012 at 03:03:50PM +0530, jagan wrote:
> My flex version on system is flex version 2.5.4
> I tried by -Wstrict-prototypes form Makefile, But still I got the same
> error.
Ah, sorry, I think that warning comes from -Wmissing-prototypes, not
-Wstrict-prototypes try removing that o
>
> My flex version on system is flex version 2.5.4
> I tried by -Wstrict-prototypes form Makefile, But still I got the same
> error.
>
> Do I need to upgrade my flex.
>
> Regards,
> Jagan.
My flex is:
$ flex --version
flex 2.5.35
$ gcc --version
gcc (Debian 4.4.5-8) 4.4.5
My flex version on system is flex version 2.5.4
I tried by -Wstrict-prototypes form Makefile, But still I got the same
error.
Do I need to upgrade my flex.
Regards,
Jagan.
On Thu, Jul 19, 2012 at 8:56 AM, David Gibson
wrote:
> On Mon, Jul 16, 2012 at 03:29:49PM +0530, jagan wrote:
> > Hi,
> >
On Mon, Jul 16, 2012 at 03:29:49PM +0530, jagan wrote:
> Hi,
>
> I am building dtc as follows
> $ git clone git://jdl.com/software/dtc.git
> $ cd dtc
> $ make
> I got the below error while doing make
> convert-dtsv0-lexer.lex.c:684: warning: no previous prototype for 'yylex
Hi,
I am building dtc as follows
$ git clone git://jdl.com/software/dtc.git
$ cd dtc
$ make
I got the below error while doing make
convert-dtsv0-lexer.lex.c:684: warning: no previous prototype for 'yylex'
make: *** [convert-dtsv0-lexer.lex.o] Error 1
Can anyone help me, I