mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
@ 2012-12-12 18:27 Michael Olbrich
  2012-12-20 12:10 ` Bernhard Walle
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Olbrich @ 2012-12-12 18:27 UTC (permalink / raw)
  To: ptxdist

Hildesheim, Germany - Pengutronix has released version 2012.12.0 of the
Open Source GNU toolchain build system OSELAS.Toolchain(). With
OSELAS.Toolchain(), you can build your own gcc based cross compilers
which run on any Linux distribution.

Download the release here:
http://www.pengutronix.de/oselas/toolchain/download/

This is a major release with significant changes. All components of the
primary toolchains have been updated to the latest versions. The highlights
are:
 - gcc 4.7.2
 - glibc 2.16.0
 - binutils 2.22
 - gdb 7.5
 - kernel headers 3.6

We've also removed several older toolchains that have not seen any updates
in some time. Instead several new toolchains have been added:
 - i686-atom-linux-gnu that optimizes by default for Atom processors
 - arm-cortexm3-uclinux-gnueabi a uClibc toolchain for Cortex-M3
 - Hardfloat toolchains for ARM11, Cortex-A8 and Cortex-A8
 - x86_64-unknown-linux-gnu a generic 64bit toolchain

Enjoy,
Michael


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
  2012-12-12 18:27 [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released Michael Olbrich
@ 2012-12-20 12:10 ` Bernhard Walle
  2012-12-20 12:27   ` [ptxdist] Antwort: " Robert Bouwens
  0 siblings, 1 reply; 8+ messages in thread
From: Bernhard Walle @ 2012-12-20 12:10 UTC (permalink / raw)
  To: ptxdist

* Michael Olbrich <m.olbrich@pengutronix.de> [2012-12-12 19:27]:
> Hildesheim, Germany - Pengutronix has released version 2012.12.0 of the
> Open Source GNU toolchain build system OSELAS.Toolchain(). With
> OSELAS.Toolchain(), you can build your own gcc based cross compilers
> which run on any Linux distribution.

Maybe a stupid question, but what's the difference between "gnueabi" and
"gnueabihf"?

Regards,
Bernhard

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
  2012-12-20 12:10 ` Bernhard Walle
@ 2012-12-20 12:27   ` Robert Bouwens
  2012-12-20 12:37     ` Bernhard Walle
  2012-12-20 13:53     ` Tim Sander
  0 siblings, 2 replies; 8+ messages in thread
From: Robert Bouwens @ 2012-12-20 12:27 UTC (permalink / raw)
  To: ptxdist

[-- Attachment #1: Type: text/html, Size: 1997 bytes --]

[-- Attachment #2: Type: text/plain, Size: 48 bytes --]

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
  2012-12-20 12:27   ` [ptxdist] Antwort: " Robert Bouwens
@ 2012-12-20 12:37     ` Bernhard Walle
  2012-12-20 12:47       ` Daniel Kriesten
  2012-12-20 13:10       ` Robert Schwebel
  2012-12-20 13:53     ` Tim Sander
  1 sibling, 2 replies; 8+ messages in thread
From: Bernhard Walle @ 2012-12-20 12:37 UTC (permalink / raw)
  To: ptxdist

* Robert Bouwens <robert.bouwens@ch.sauter-bc.com> [2012-12-20 13:27]:
> 
>    if you extend hf you get: hard float.
>    does this ring a bell?

Ah, yes, the bell rings. :)

>    a question for you - have you now a beaglebone configuration?
>    not to mess up with a beagleboard.

Pengutronix has one as part of "DistroKit":

http://git.pengutronix.de/?p=DistroKit.git;a=summary
git clone git://git.pengutronix.de/git/DistroKit.git --recurse-submodules


Regards,
Bernhard



-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
  2012-12-20 12:37     ` Bernhard Walle
@ 2012-12-20 12:47       ` Daniel Kriesten
  2012-12-20 13:28         ` Michael Olbrich
  2012-12-20 13:10       ` Robert Schwebel
  1 sibling, 1 reply; 8+ messages in thread
From: Daniel Kriesten @ 2012-12-20 12:47 UTC (permalink / raw)
  To: ptxdist

Hardfloat leads me to the next question:

I build a Raspberry Pi hf-toolchain, where ld-linux.so.3 is named ld-linux-armhf.so.3. This leads to an error in the target install of glibc.

Do I need to fix my toolchain config or the install_lib function?

Regards
  Daniel
-- 
Daniel Kriesten
Mail: krid@tu-chemnitz.eu
Tel.: 0179 688 4266

Vom iPhone gesendet

Am 20.12.2012 um 13:37 schrieb Bernhard Walle <bernhard@bwalle.de>:

> * Robert Bouwens <robert.bouwens@ch.sauter-bc.com> [2012-12-20 13:27]:
>> 
>>   if you extend hf you get: hard float.
>>   does this ring a bell?
> 
> Ah, yes, the bell rings. :)
> 
>>   a question for you - have you now a beaglebone configuration?
>>   not to mess up with a beagleboard.
> 
> Pengutronix has one as part of "DistroKit":
> 
> http://git.pengutronix.de/?p=DistroKit.git;a=summary
> git clone git://git.pengutronix.de/git/DistroKit.git --recurse-submodules
> 
> 
> Regards,
> Bernhard
> 
> 
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
  2012-12-20 12:37     ` Bernhard Walle
  2012-12-20 12:47       ` Daniel Kriesten
@ 2012-12-20 13:10       ` Robert Schwebel
  1 sibling, 0 replies; 8+ messages in thread
From: Robert Schwebel @ 2012-12-20 13:10 UTC (permalink / raw)
  To: ptxdist

On Thu, Dec 20, 2012 at 01:37:07PM +0100, Bernhard Walle wrote:
> Pengutronix has one as part of "DistroKit":
>
> http://git.pengutronix.de/?p=DistroKit.git;a=summary
> git clone git://git.pengutronix.de/git/DistroKit.git --recurse-submodules

We are working on an update with newer patches, but it will probably
have to wait until after the christmas holidays.

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
  2012-12-20 12:47       ` Daniel Kriesten
@ 2012-12-20 13:28         ` Michael Olbrich
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Olbrich @ 2012-12-20 13:28 UTC (permalink / raw)
  To: ptxdist

On Thu, Dec 20, 2012 at 01:47:34PM +0100, Daniel Kriesten wrote:
> Hardfloat leads me to the next question:
> 
> I build a Raspberry Pi hf-toolchain, where ld-linux.so.3 is named
> ld-linux-armhf.so.3. This leads to an error in the target install of glibc.
> 
> Do I need to fix my toolchain config or the install_lib function?

No, this is a Bug in the toolchain. I've tried the same thing a few days
ago. This is a problem with gcc-4.7.x. It was fixed in the 4.8 branch and
Linaro back-ported it for its own releases. So only
arm-1136jfs-linux-gnueabihf is affected.  I've pushed a fix to the
toolchain git repository[1]. It will be fixed in the next bugfix release.

Michael

[1] git://git.pengutronix.de/git/OSELAS.Toolchain.git

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released
  2012-12-20 12:27   ` [ptxdist] Antwort: " Robert Bouwens
  2012-12-20 12:37     ` Bernhard Walle
@ 2012-12-20 13:53     ` Tim Sander
  1 sibling, 0 replies; 8+ messages in thread
From: Tim Sander @ 2012-12-20 13:53 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Bouwens

Hi Robert
> a question for you - have you now a beaglebone configuration?
> not to mess up with a beagleboard.
I have a beaglebone config based on DistroKit. Probably i can push it somewhere 
if you are interested?

Best regards
Tim

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2012-12-20 13:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-12 18:27 [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released Michael Olbrich
2012-12-20 12:10 ` Bernhard Walle
2012-12-20 12:27   ` [ptxdist] Antwort: " Robert Bouwens
2012-12-20 12:37     ` Bernhard Walle
2012-12-20 12:47       ` Daniel Kriesten
2012-12-20 13:28         ` Michael Olbrich
2012-12-20 13:10       ` Robert Schwebel
2012-12-20 13:53     ` Tim Sander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox