Re: [ptxdist] [PATCH 0/6] OSELAS.Toolchain host tool version bumps

2015-12-14 Thread Ladislav Michl
On Sun, Dec 13, 2015 at 08:37:14PM +0100, Robert Schwebel wrote:
> Hi Clemens,
> 
> On Sun, Dec 13, 2015 at 04:34:43PM +0100, Clemens Gruber wrote:
> > the used host-xz version was not available anymore, I therefore updated
> > it and in the process, decided to update some of the other host
> > libraries as well.
> > 
> > In the next patch following these host tool version bumps, I made a
> > first attempt to move to current stable gcc, glibc, binutils and gdb.
> > (Just as a starting point, marked RFC)
> 
> Thanks for your patches, but Michael is already testing the toolchain
> for the new december release. Please stay tuned, a release is already
> being prepared based on the latest-and-greatest.

Hi Robert,

staying tunned is not enough ;-) Is there any preview available? I just
checked pengutronix' git and didn't find anything related.
I need this patch included: 
https://gcc.gnu.org/ml/gcc-patches/2012-07/msg01483.html
and will eventuely provide patch against OSELAS.Toolchain if needed.

Best regards,
ladis

___
ptxdist mailing list
ptxdist@pengutronix.de

Re: [ptxdist] System libraries in target-sysroot

2015-12-14 Thread Juergen Borleis
Hi Alan,

On Saturday 12 December 2015 00:13:24 Alan Martinovic wrote:
> as I understood, there are two sysroots involved in the build system
> process.
>
> sysroot-target: in the BSP project directory
> sysroot-arm-v5te-linux-gnueabi: in the compiler directory structure
> (changes depending on the compiler)
>
> How do the system libraries and headers (example. stdio.h) find there
> way from sysroot-arm-v5te-linux-gnueabi to the actual target device
> sysroot (not sysroot-target on the host machine)?

They are found via standard include paths the compiler and the linker are using 
(since the compiler, assembler, linker and the runtime C library form 
the 'toolchain').

'sysroot-target' contains all BSP related parts which must be built in 
addition.

Regards,
Jürgen

-- 
Pengutronix e.K.                              | Juergen Borleis             |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |

___
ptxdist mailing list
ptxdist@pengutronix.de