RE: Question on "Using deprecated CP15 barrier instruction".

2016-09-05 Thread stimits
(seen it in the past) could have used this barrier method in their code and not really thought it was going to change in the future. Thanks, Andrew From: linaro-toolchain [mailto:linaro-toolchain-boun...@lists.linaro.org]On Behalf Of stimits@comcast.netSent: Monday, September 5, 2016 8:10 AM

Question on "Using deprecated CP15 barrier instruction".

2016-09-05 Thread stimits
Hi, For reference, the following questions refer to a Linux 3.10 aarch64 kernel (ARMv8, ARMv8-A) compiled with Linaro 5.3-2016.02 (5.3-2016.02 arm64 CROSS_COMPILE and 5.3-2016.02 armhf CROSS32CC cross compiled from x86_64). This Linux kernel compile requires the full 64-bit tool chain plus the

gcc-linaro-6.1-2016.07...Big Endian and Little Endian aarch64 Options

2016-08-21 Thread stimits
Hi, I was able to get linaro-6.1-2016.07 compiled for both aarch64 and armhf. I also have some prebuilt 5.2 and 5.3 binaries, plus a few other 4.8 and 4.9 compilers from quite some time back. I've used these for building a Linux 3.10 kernel, and the newer linaro-6.1 fails during kernel compile

Re: gcc-linaro-snapshot-6.1-2016.07 Sysroot/Host Requirements Question

2016-08-20 Thread stimits
> > /home/build/linaro/32bit/./gcc/as: line 106: exec: -m: invalid option> > > exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection> > > ...] > > The libgcc config.log is the right one to look at. The error is here,> when > gcc calls the assembler, the assembler gives an er

Re: gcc-linaro-snapshot-6.1-2016.07 Sysroot/Host Requirements Question

2016-08-18 Thread stimits
... > This is normal. Configure does two link tests when checking for> dlopen. The > first one is just "gcc conftest.c" and the second one is> "gcc conftest.c > -dl". It is expected that the first link will fail,> and the second link will > succeed. The failure of the first link is> ignored beca

gcc-linaro-snapshot-6.1-2016.07 Sysroot/Host Requirements Question

2016-08-18 Thread stimits
Hi, In a previous thread some sysroot issues were resolved, and I am able to build cross-compilers under gcc-linaro-snapshot-6.1-2016.07 for languages c, c++, and objc. My sysroot consisted of a loopback mounted dd copy of an Ubuntu 14.04 file system for aarch64. That particular file system ru

Re: stdc-predef.h failed during gcc-linaro-snapshot-6.1-2016.07 compile

2016-08-14 Thread stimits
cludedir" options (sysroot/usr/include, sysroot/) in configure failed to change anything. What am I missing? Is this a configure option I need to change? Is this sysroot missing something? Thanks! - Original Message -From: Jim Wilson To: stimits@comcast.netCc: Linaro Toolchain

stdc-predef.h failed during gcc-linaro-snapshot-6.1-2016.07 compile

2016-08-13 Thread stimits
Hi, I've been trying to build the c and c++ cross-compiler for triplet aarch64-linux-gnu (--target=aarch64-linux-gnu --enable-languages=c,c++) on snapshot for 6.1-2016.07, and cannot get past this: cc1: error: no include path in which to search for stdc-predef.h From what I can tell this may a