Re: [yocto] build a toolchain compiler with ARM hard-float support

2016-10-03 Thread Lennart Sorensen
On Thu, Sep 29, 2016 at 08:17:47AM -0500, Mark Hatle wrote: > The machine configuration file should be setting the 'DEFAULTTUNE' variable to > an appropriate ISA and ABI (hard float) for your configuration. If it is not, > you may have to create your own variant and change the DEFAULTTUNE setting

Re: [yocto] build a toolchain compiler with ARM hard-float support

2016-09-29 Thread Karim ATIKI
.ha...@windriver.com> Envoyé : jeudi 29 septembre 2016 15:17 À : Richard Purdie; Karim ATIKI; yocto Objet : Re: [yocto] build a toolchain compiler with ARM hard-float support On 9/29/16 5:31 AM, Richard Purdie wrote: > On Thu, 2016-09-29 at 09:10 +, Karim ATIKI wrote: >> Hi, >> >

Re: [yocto] build a toolchain compiler with ARM hard-float support

2016-09-29 Thread Mark Hatle
On 9/29/16 5:31 AM, Richard Purdie wrote: > On Thu, 2016-09-29 at 09:10 +, Karim ATIKI wrote: >> Hi, >> >> I'm using Poky Jethro to build on Toradex Colibri-T20 (armv7). >> >> I want to build my own SDK Installer to have a toolchain and a >> sysroot. >> >> Currently, I realied that the

Re: [yocto] build a toolchain compiler with ARM hard-float support

2016-09-29 Thread Richard Purdie
On Thu, 2016-09-29 at 09:10 +, Karim ATIKI wrote: > Hi, > > I'm using Poky Jethro to build on Toradex Colibri-T20 (armv7). > > I want to build my own SDK Installer to have  a toolchain and a > sysroot. > > Currently, I realied that the toolchain installer files do not > provide an

[yocto] build a toolchain compiler with ARM hard-float support

2016-09-29 Thread Karim ATIKI
Hi, I'm using Poky Jethro to build on Toradex Colibri-T20 (armv7). I want to build my own SDK Installer to have a toolchain and a sysroot. Currently, I realied that the toolchain installer files do not provide an arm-poky-linux-gnuabi compiler with hard-float support. For example, while