Re: compiler flag -Werror

2010-06-17 Thread akash kumar
Thanks Mark/kitsana for your help. Its working for me now. Thanks, Akash. From: Mark Tinguely To: CyberLeo Kitsana Cc: akash kumar Sent: Thu, 17 June, 2010 1:21:53 AM Subject: Re: compiler flag -Werror CyberLeo Kitsana wrote: > On 06/16/2010 08:02

Re: compiler flag -Werror

2010-06-16 Thread CyberLeo Kitsana
On 06/16/2010 08:02 AM, akash kumar wrote: > Hi all, > > I am working on building a freebsd kernel for mips. As part of this i built > cross tool chain for mips from my host machine(i386). > After that i was building my kernel using make buildkernel > KERNCONF="configfile" > > I noticed that t

compiler flag -Werror

2010-06-16 Thread akash kumar
Hi all, I am working on building a freebsd kernel for mips. As part of this i built cross tool chain for mips from my host machine(i386). After that i was building my kernel using make buildkernel KERNCONF="configfile" I noticed that the compiler flags -Werror is invoked default with my compil