Re: [DTC] Compilation issue on Red-hat host systems

2012-07-30 Thread David Gibson
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

Re: [DTC] Compilation issue on Red-hat host systems

2012-07-29 Thread Jon Loeliger
> > 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

Re: [DTC] Compilation issue on Red-hat host systems

2012-07-28 Thread jagan
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, > >

Re: [DTC] Compilation issue on Red-hat host systems

2012-07-18 Thread David Gibson
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

[DTC] Compilation issue on Red-hat host systems

2012-07-16 Thread jagan
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