All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFT] gcc 5.0 recipes available for testing
@ 2015-02-20 10:55 Khem Raj
  2015-02-20 11:04   ` Robert P. J. Day
  2015-02-20 14:36 ` Dan McGregor
  0 siblings, 2 replies; 8+ messages in thread
From: Khem Raj @ 2015-02-20 10:55 UTC (permalink / raw)
  To: openembeded-devel, openembedded-core, yocto

Hi All

Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5

GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only) 

https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html

The recipes are available here

http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0

you just need the topmost commit and then set 

GCCVERSION = "5.0"
SDKGCCVERSION = "5.0"

in local.conf

It has been lightly tested thus far but try it out and report issues you observe in your build setups, we will bake it there
until 5.0 release

Thanks for helping out

-Khem



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

* Re: [yocto] [RFT] gcc 5.0 recipes available for testing
  2015-02-20 10:55 [RFT] gcc 5.0 recipes available for testing Khem Raj
@ 2015-02-20 11:04   ` Robert P. J. Day
  2015-02-20 14:36 ` Dan McGregor
  1 sibling, 0 replies; 8+ messages in thread
From: Robert P. J. Day @ 2015-02-20 11:04 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, openembeded-devel, openembedded-core

On Fri, 20 Feb 2015, Khem Raj wrote:

> Hi All
>
> Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5
>
> GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only)
>
> https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html
>
> The recipes are available here
>
> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0
>
> you just need the topmost commit and then set
>
> GCCVERSION = "5.0"
> SDKGCCVERSION = "5.0"
>
> in local.conf

  i assume this new layer should be used *in place* of the current OE
layer for testing purposes?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: [RFT] gcc 5.0 recipes available for testing
@ 2015-02-20 11:04   ` Robert P. J. Day
  0 siblings, 0 replies; 8+ messages in thread
From: Robert P. J. Day @ 2015-02-20 11:04 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, openembeded-devel, openembedded-core

On Fri, 20 Feb 2015, Khem Raj wrote:

> Hi All
>
> Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5
>
> GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only)
>
> https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html
>
> The recipes are available here
>
> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0
>
> you just need the topmost commit and then set
>
> GCCVERSION = "5.0"
> SDKGCCVERSION = "5.0"
>
> in local.conf

  i assume this new layer should be used *in place* of the current OE
layer for testing purposes?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================


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

* Re: [yocto] [RFT] gcc 5.0 recipes available for testing
  2015-02-20 11:04   ` Robert P. J. Day
@ 2015-02-20 11:10     ` Khem Raj
  -1 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2015-02-20 11:10 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: yocto, openembeded-devel, openembedded-core


> On Feb 20, 2015, at 3:04 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> 
> On Fri, 20 Feb 2015, Khem Raj wrote:
> 
>> Hi All
>> 
>> Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5
>> 
>> GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only)
>> 
>> https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html
>> 
>> The recipes are available here
>> 
>> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0
>> 
>> you just need the topmost commit and then set
>> 
>> GCCVERSION = "5.0"
>> SDKGCCVERSION = "5.0"
>> 
>> in local.conf
> 
>  i assume this new layer should be used *in place* of the current OE
> layer for testing purposes?

Not really, you can do following to grab just the patch on top of your working branch ( of course OE-Core master snapshot don’t try on older releases)

git remote add contrib git://git.openembedded.org/openembedded-core-contrib
git fetch contrib
git cherry-pick 85cf9c0e77378ca8f93868e9f91001214c8d8f3e

> 
> rday
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                        http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================



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

* Re: [RFT] gcc 5.0 recipes available for testing
@ 2015-02-20 11:10     ` Khem Raj
  0 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2015-02-20 11:10 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: yocto, openembeded-devel, openembedded-core


> On Feb 20, 2015, at 3:04 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> 
> On Fri, 20 Feb 2015, Khem Raj wrote:
> 
>> Hi All
>> 
>> Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5
>> 
>> GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only)
>> 
>> https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html
>> 
>> The recipes are available here
>> 
>> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0
>> 
>> you just need the topmost commit and then set
>> 
>> GCCVERSION = "5.0"
>> SDKGCCVERSION = "5.0"
>> 
>> in local.conf
> 
>  i assume this new layer should be used *in place* of the current OE
> layer for testing purposes?

Not really, you can do following to grab just the patch on top of your working branch ( of course OE-Core master snapshot don’t try on older releases)

git remote add contrib git://git.openembedded.org/openembedded-core-contrib
git fetch contrib
git cherry-pick 85cf9c0e77378ca8f93868e9f91001214c8d8f3e

> 
> rday
> 
> -- 
> 
> ========================================================================
> Robert P. J. Day                                 Ottawa, Ontario, CANADA
>                        http://crashcourse.ca
> 
> Twitter:                                       http://twitter.com/rpjday
> LinkedIn:                               http://ca.linkedin.com/in/rpjday
> ========================================================================



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

* Re: [yocto] [RFT] gcc 5.0 recipes available for testing
  2015-02-20 11:10     ` Khem Raj
@ 2015-02-20 11:14       ` Robert P. J. Day
  -1 siblings, 0 replies; 8+ messages in thread
From: Robert P. J. Day @ 2015-02-20 11:14 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, openembeded-devel, OE Core mailing list

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1672 bytes --]

On Fri, 20 Feb 2015, Khem Raj wrote:

>
> > On Feb 20, 2015, at 3:04 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >
> > On Fri, 20 Feb 2015, Khem Raj wrote:
> >
> >> Hi All
> >>
> >> Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5
> >>
> >> GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only)
> >>
> >> https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html
> >>
> >> The recipes are available here
> >>
> >> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0
> >>
> >> you just need the topmost commit and then set
> >>
> >> GCCVERSION = "5.0"
> >> SDKGCCVERSION = "5.0"
> >>
> >> in local.conf
> >
> >  i assume this new layer should be used *in place* of the current OE
> > layer for testing purposes?
>
> Not really, you can do following to grab just the patch on top of your working branch ( of course OE-Core master snapshot don’t try on older releases)
>
> git remote add contrib git://git.openembedded.org/openembedded-core-contrib
> git fetch contrib
> git cherry-pick 85cf9c0e77378ca8f93868e9f91001214c8d8f3e

  ah, gotcha.

rday

p.s. i fixed the OE core mailing list address for you. :-)

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* Re: [RFT] gcc 5.0 recipes available for testing
@ 2015-02-20 11:14       ` Robert P. J. Day
  0 siblings, 0 replies; 8+ messages in thread
From: Robert P. J. Day @ 2015-02-20 11:14 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto, openembeded-devel, OE Core mailing list

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1672 bytes --]

On Fri, 20 Feb 2015, Khem Raj wrote:

>
> > On Feb 20, 2015, at 3:04 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >
> > On Fri, 20 Feb 2015, Khem Raj wrote:
> >
> >> Hi All
> >>
> >> Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5
> >>
> >> GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only)
> >>
> >> https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html
> >>
> >> The recipes are available here
> >>
> >> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0
> >>
> >> you just need the topmost commit and then set
> >>
> >> GCCVERSION = "5.0"
> >> SDKGCCVERSION = "5.0"
> >>
> >> in local.conf
> >
> >  i assume this new layer should be used *in place* of the current OE
> > layer for testing purposes?
>
> Not really, you can do following to grab just the patch on top of your working branch ( of course OE-Core master snapshot don’t try on older releases)
>
> git remote add contrib git://git.openembedded.org/openembedded-core-contrib
> git fetch contrib
> git cherry-pick 85cf9c0e77378ca8f93868e9f91001214c8d8f3e

  ah, gotcha.

rday

p.s. i fixed the OE core mailing list address for you. :-)

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

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

* Re: [RFT] gcc 5.0 recipes available for testing
  2015-02-20 10:55 [RFT] gcc 5.0 recipes available for testing Khem Raj
  2015-02-20 11:04   ` Robert P. J. Day
@ 2015-02-20 14:36 ` Dan McGregor
  1 sibling, 0 replies; 8+ messages in thread
From: Dan McGregor @ 2015-02-20 14:36 UTC (permalink / raw)
  To: openembeded-devel; +Cc: yocto, openembedded-core

On 20 February 2015 at 04:55, Khem Raj <raj.khem@gmail.com> wrote:
> Hi All
>
> Encouraged by help received on testing out glibc 2.21, now  I have put together OE recipes for gcc-5
>
> GCC 5.0 is in prerelease stage 4 ( open for regression and doc fixes only)
>
> https://gcc.gnu.org/ml/gcc/2015-01/msg00156.html
>
> The recipes are available here
>
> http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-5.0
>
> you just need the topmost commit and then set
>
> GCCVERSION = "5.0"
> SDKGCCVERSION = "5.0"
>
> in local.conf
>
> It has been lightly tested thus far but try it out and report issues you observe in your build setups, we will bake it there
> until 5.0 release
>
> Thanks for helping out

I'll get to testing it later today, but allegedly the address
sanitizer and undefined behaviour sanitizer runtime libraries support
more architectures now, so I'll need to look into turning them on for
AArch64 at least.

>
> -Khem
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2015-02-20 14:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 10:55 [RFT] gcc 5.0 recipes available for testing Khem Raj
2015-02-20 11:04 ` [yocto] " Robert P. J. Day
2015-02-20 11:04   ` Robert P. J. Day
2015-02-20 11:10   ` [yocto] " Khem Raj
2015-02-20 11:10     ` Khem Raj
2015-02-20 11:14     ` [yocto] " Robert P. J. Day
2015-02-20 11:14       ` Robert P. J. Day
2015-02-20 14:36 ` Dan McGregor

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.