Re: [oe] [meta-clang] target triple issue

2017-02-21 Thread Khem Raj
On Tue, Feb 21, 2017 at 4:34 AM Jack Mitchell wrote: > On 20/02/17 17:38, Jack Mitchell wrote: > > I'm trying to install clang to my aarch64 target and receiving this > > error when attempting to compile > > > > test.c:1:1: warning: type specifier missing, defaults to 'int' > >

Re: [oe] [meta-clang] target triple issue

2017-02-21 Thread Jack Mitchell
On 20/02/17 17:38, Jack Mitchell wrote: I'm trying to install clang to my aarch64 target and receiving this error when attempting to compile test.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() { ^ error: unable to create target: 'No available targets are

[oe] [meta-clang] target triple issue

2017-02-20 Thread Jack Mitchell
I'm trying to install clang to my aarch64 target and receiving this error when attempting to compile test.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main() { ^ error: unable to create target: 'No available targets are compatible with this triple.' 1 warning