All of lore.kernel.org
 help / color / mirror / Atom feed
* Build break -cc1: error: unrecognized option `-Wdeclaration-after-statement'
@ 2005-11-22 21:07 David F Barrera
  2005-11-22 21:39 ` Jerone Young
  0 siblings, 1 reply; 4+ messages in thread
From: David F Barrera @ 2005-11-22 21:07 UTC (permalink / raw)
  To: xen-devel

Unable to build Xen on x86_64 machine:

changeset:   7974:393256b2ead0
tag:         tip
user:        smh22@firebug.cl.cam.ac.uk
date:        Tue Nov 22 12:10:50 2005 +0100
summary:     Avoid GPF when attempting to save / restore 64bit guests. 
More thought


make[4]: Entering directory `/tmp/xen-unstable.hg/xen/tools'
gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer 
-Wdeclaration-after-statement -o symbols symbols.c
cc1: error: unrecognized option `-Wdeclaration-after-statement'

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build break -cc1: error: unrecognized option `-Wdeclaration-after-statement'
  2005-11-22 21:07 Build break -cc1: error: unrecognized option `-Wdeclaration-after-statement' David F Barrera
@ 2005-11-22 21:39 ` Jerone Young
  0 siblings, 0 replies; 4+ messages in thread
From: Jerone Young @ 2005-11-22 21:39 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

What distro was this on ? gcc vesrion ?

On Tue, 2005-11-22 at 15:07 -0600, David F Barrera wrote:
> Unable to build Xen on x86_64 machine:
> 
> changeset:   7974:393256b2ead0
> tag:         tip
> user:        smh22@firebug.cl.cam.ac.uk
> date:        Tue Nov 22 12:10:50 2005 +0100
> summary:     Avoid GPF when attempting to save / restore 64bit guests. 
> More thought
> 
> 
> make[4]: Entering directory `/tmp/xen-unstable.hg/xen/tools'
> gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer 
> -Wdeclaration-after-statement -o symbols symbols.c
> cc1: error: unrecognized option `-Wdeclaration-after-statement'
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Build break -cc1: error: unrecognized option`-Wdeclaration-after-statement'
@ 2005-11-22 23:21 Rozas, Carlos V
  2005-11-23  8:51 ` Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: Rozas, Carlos V @ 2005-11-22 23:21 UTC (permalink / raw)
  To: Jerone Young, David F Barrera; +Cc: xen-devel

'-Wdeclaration-after-statement' isn't supported by gcc 3.3 which is what
I am
currently using. It was introduced into Config.mk in changeset
7973:c7508abc5b6b.
I backed out the changes and everything appears to be building okay.


> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com 
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of 
> Jerone Young
> Sent: Tuesday, November 22, 2005 1:40 PM
> To: David F Barrera
> Cc: xen-devel@lists.xensource.com
> Subject: Re: [Xen-devel] Build break -cc1: error: 
> unrecognized option`-Wdeclaration-after-statement'
> 
> What distro was this on ? gcc vesrion ?
> 
> On Tue, 2005-11-22 at 15:07 -0600, David F Barrera wrote:
> > Unable to build Xen on x86_64 machine:
> > 
> > changeset:   7974:393256b2ead0
> > tag:         tip
> > user:        smh22@firebug.cl.cam.ac.uk
> > date:        Tue Nov 22 12:10:50 2005 +0100
> > summary:     Avoid GPF when attempting to save / restore 
> 64bit guests. 
> > More thought
> > 
> > 
> > make[4]: Entering directory `/tmp/xen-unstable.hg/xen/tools'
> > gcc -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer 
> > -Wdeclaration-after-statement -o symbols symbols.c
> > cc1: error: unrecognized option `-Wdeclaration-after-statement'
> > 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build break -cc1: error: unrecognized option`-Wdeclaration-after-statement'
  2005-11-22 23:21 Build break -cc1: error: unrecognized option`-Wdeclaration-after-statement' Rozas, Carlos V
@ 2005-11-23  8:51 ` Keir Fraser
  0 siblings, 0 replies; 4+ messages in thread
From: Keir Fraser @ 2005-11-23  8:51 UTC (permalink / raw)
  To: Rozas, Carlos V; +Cc: David F Barrera, xen-devel, Jerone Young


On 22 Nov 2005, at 23:21, Rozas, Carlos V wrote:

> '-Wdeclaration-after-statement' isn't supported by gcc 3.3 which is 
> what
> I am
> currently using. It was introduced into Config.mk in changeset
> 7973:c7508abc5b6b.
> I backed out the changes and everything appears to be building okay.

I'll check in a fix to add the flag conditionally...

  -- Keir

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-23  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-22 21:07 Build break -cc1: error: unrecognized option `-Wdeclaration-after-statement' David F Barrera
2005-11-22 21:39 ` Jerone Young
  -- strict thread matches above, loose matches on Subject: below --
2005-11-22 23:21 Build break -cc1: error: unrecognized option`-Wdeclaration-after-statement' Rozas, Carlos V
2005-11-23  8:51 ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.