My flex version on system is flex version 2.5.4<div>I tried by 
-Wstrict-prototypes  form Makefile, But still I got the same error.</div><div><br></div><div>Do I need to upgrade my flex.</div><div><br></div><div>Regards,</div><div>Jagan.<br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 8:56 AM, David Gibson <span dir="ltr"><<a href="mailto:david@gibson.dropbear.id.au" target="_blank">david@gibson.dropbear.id.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mon, Jul 16, 2012 at 03:29:49PM +0530, jagan wrote:<br>
> Hi,<br>
><br>
> I am building dtc as follows<br>
>         $ git clone git://<a href="http://jdl.com/software/dtc.git" target="_blank">jdl.com/software/dtc.git</a><br>
>         $ cd dtc<br>
>         $ make<br>
> I got the below error while doing make<br>
> convert-dtsv0-lexer.lex.c:684: warning: no previous prototype for 'yylex'<br>
> make: *** [convert-dtsv0-lexer.lex.o] Error 1<br>
><br>
> Can anyone help me, I am I missing any PATH setup<br>
<br>
</div></div>It's almost certainly an issue with the particular version of flex<br>
generating code which triggers warnings we have enabled.  What does<br>
"flex --version" say.  As a workaround you can remove<br>
-Wstrict-prototypes from 'WARNINGS' in the Makefile.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
David Gibson                    | I'll have my music baroque, and my code<br>
david AT <a href="http://gibson.dropbear.id.au" target="_blank">gibson.dropbear.id.au</a>  | minimalist, thank you.  NOT _the_ _other_<br>
                                | _way_ _around_!<br>
<a href="http://www.ozlabs.org/~dgibson" target="_blank">http://www.ozlabs.org/~dgibson</a><br>
</font></span></blockquote></div><br></div>