From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Subject: Re: [DTC] Compilation issue on Red-hat host systems Date: Sun, 29 Jul 2012 07:15:41 -0500 Message-ID: References: <20120719032633.GC8100@truffala.fritz.box> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: jagan <402jagan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org > > 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 and it works fine. So, yes, upgrade your flex. jdl