mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1
@ 2014-02-03 14:14 Bilal TAŞ
  2014-02-03 15:28 ` Juergen Beisert
  0 siblings, 1 reply; 7+ messages in thread
From: Bilal TAŞ @ 2014-02-03 14:14 UTC (permalink / raw)
  To: ptxdist

Hello,

I have phytec imx.6 I'm using ptxdist-2012.03.0 with 
OSELAS.Toolchain-2011.11.1 I need upgrade  libc-2.14.1.so to " 
libc-2.17.so" . How to update libc-2.17 or higher ?

Thanks

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1
  2014-02-03 14:14 [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1 Bilal TAŞ
@ 2014-02-03 15:28 ` Juergen Beisert
  2014-02-03 15:39   ` Bilal TAŞ
  0 siblings, 1 reply; 7+ messages in thread
From: Juergen Beisert @ 2014-02-03 15:28 UTC (permalink / raw)
  To: ptxdist; +Cc: Bilal TAŞ

Hi Bilal,

On Monday 03 February 2014 15:14:45 Bilal TAŞ wrote:
> I have phytec imx.6 I'm using ptxdist-2012.03.0 with
> OSELAS.Toolchain-2011.11.1 I need upgrade  libc-2.14.1.so to "
> libc-2.17.so" . How to update libc-2.17 or higher ?

Use the OSELAS.Toolchain-2013.12.x instead. It comes with libc-2.18.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1
  2014-02-03 15:28 ` Juergen Beisert
@ 2014-02-03 15:39   ` Bilal TAŞ
  2014-02-04  9:00     ` Juergen Beisert
  0 siblings, 1 reply; 7+ messages in thread
From: Bilal TAŞ @ 2014-02-03 15:39 UTC (permalink / raw)
  To: Juergen Beisert, ptxdist

Dear Juergen Beisert thank you for quick reply.

I can't see  arm-cortexa9 config on ptxconfigs

Thanks.



On 02/03/2014 05:28 PM, Juergen Beisert wrote:
> Hi Bilal,
>
> On Monday 03 February 2014 15:14:45 Bilal TAŞ wrote:
>> I have phytec imx.6 I'm using ptxdist-2012.03.0 with
>> OSELAS.Toolchain-2011.11.1 I need upgrade  libc-2.14.1.so to "
>> libc-2.17.so" . How to update libc-2.17 or higher ?
> Use the OSELAS.Toolchain-2013.12.x instead. It comes with libc-2.18.
>
> Regards,
> Juergen
>


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1
  2014-02-03 15:39   ` Bilal TAŞ
@ 2014-02-04  9:00     ` Juergen Beisert
  2014-02-04 10:59       ` Bilal TAŞ
  0 siblings, 1 reply; 7+ messages in thread
From: Juergen Beisert @ 2014-02-04  9:00 UTC (permalink / raw)
  To: ptxdist; +Cc: Bilal TAŞ

Hi Bilal,

On Monday 03 February 2014 16:39:13 Bilal TAŞ wrote:
> Dear Juergen Beisert thank you for quick reply.
>
> I can't see  arm-cortexa9 config on ptxconfigs

Use the "arm-v7a-linux-gnueabihf_gcc-4.8.2_glibc-2.18_binutils-2.24_kernel-3.12-sanitized.ptxconfig"
toolchain for your target. And add the following compile time options to your
platform:

$ ptxdist platformconfig
  architecture --->
    extra toolchain options --->
      (-mcpu=cortex-a9 -mtune=cortex-a9 -march=armv7-a -mfpu=neon) Extra CFLAGS (c)
      (-mcpu=cortex-a9 -mtune=cortex-a9 -march=armv7-a -mfpu=neon) Extra CXXFLAGS (c++)

To ensure these compile time options are fed into the compiler you need to use
a recent PTXdist.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1
  2014-02-04  9:00     ` Juergen Beisert
@ 2014-02-04 10:59       ` Bilal TAŞ
  2014-02-04 12:11         ` Juergen Beisert
  0 siblings, 1 reply; 7+ messages in thread
From: Bilal TAŞ @ 2014-02-04 10:59 UTC (permalink / raw)
  To: Juergen Beisert

Thank you but I can't see

ptxdist platformconfig
   architecture --->
     extra toolchain options --->



On 02/04/2014 11:00 AM, Juergen Beisert wrote:
> Hi Bilal,
>
> On Monday 03 February 2014 16:39:13 Bilal TAŞ wrote:
>> Dear Juergen Beisert thank you for quick reply.
>>
>> I can't see  arm-cortexa9 config on ptxconfigs
> Use the "arm-v7a-linux-gnueabihf_gcc-4.8.2_glibc-2.18_binutils-2.24_kernel-3.12-sanitized.ptxconfig"
> toolchain for your target. And add the following compile time options to your
> platform:
>
> $ ptxdist platformconfig
>    architecture --->
>      extra toolchain options --->
>        (-mcpu=cortex-a9 -mtune=cortex-a9 -march=armv7-a -mfpu=neon) Extra CFLAGS (c)
>        (-mcpu=cortex-a9 -mtune=cortex-a9 -march=armv7-a -mfpu=neon) Extra CXXFLAGS (c++)
>
> To ensure these compile time options are fed into the compiler you need to use
> a recent PTXdist.
>
> Regards,
> Juergen
>


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1
  2014-02-04 10:59       ` Bilal TAŞ
@ 2014-02-04 12:11         ` Juergen Beisert
  2014-02-04 12:32           ` Bilal TAŞ
  0 siblings, 1 reply; 7+ messages in thread
From: Juergen Beisert @ 2014-02-04 12:11 UTC (permalink / raw)
  To: ptxdist; +Cc: Bilal TAŞ

Hi Bilal,

please keep the mailing list at least on CC.

On Tuesday 04 February 2014 11:59:26 Bilal TAŞ wrote:
> Thank you but I can't see
>
> ptxdist platformconfig
>    architecture --->
>      extra toolchain options --->

Please be so kind to stop top posting.

> > [...]
> > To ensure these compile time options are fed into the compiler you need
> > to use a recent PTXdist.

The mentioned menu is part of a recent PTXdist. What PTXdist version do you are 
currently using?

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Beisert             |
Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1
  2014-02-04 12:11         ` Juergen Beisert
@ 2014-02-04 12:32           ` Bilal TAŞ
  0 siblings, 0 replies; 7+ messages in thread
From: Bilal TAŞ @ 2014-02-04 12:32 UTC (permalink / raw)
  To: ptxdist

Dear Juergen,

My mail client send 2 message sorry. I told this issue our IT team. I'm 
using ptxdist-2012.03.0

Thanks.

On 02/04/2014 02:11 PM, Juergen Beisert wrote:
> Hi Bilal,
>
> please keep the mailing list at least on CC.
>
> On Tuesday 04 February 2014 11:59:26 Bilal TAŞ wrote:
>> Thank you but I can't see
>>
>> ptxdist platformconfig
>>     architecture --->
>>       extra toolchain options --->
> Please be so kind to stop top posting.
>
>>> [...]
>>> To ensure these compile time options are fed into the compiler you need
>>> to use a recent PTXdist.
> The mentioned menu is part of a recent PTXdist. What PTXdist version do you are
> currently using?
>
> Regards,
> Juergen
>


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2014-02-04 12:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-03 14:14 [ptxdist] libc-2.14.1.so upgrade to libc-2.17.so OSELAS.Toolchain-2011.11.1 Bilal TAŞ
2014-02-03 15:28 ` Juergen Beisert
2014-02-03 15:39   ` Bilal TAŞ
2014-02-04  9:00     ` Juergen Beisert
2014-02-04 10:59       ` Bilal TAŞ
2014-02-04 12:11         ` Juergen Beisert
2014-02-04 12:32           ` Bilal TAŞ

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