Re: [yocto] SDK Problems for SuperH 4

2016-10-07 Thread Khem Raj
> On Oct 7, 2016, at 12:58 AM, Martin Townsend wrote: > > On Fri, Oct 7, 2016 at 8:46 AM, Martin Townsend > wrote: >> On Fri, Oct 7, 2016 at 5:32 AM, Khem Raj wrote: >>> On Oct 6, 2016, at 12:09 PM, Martin Townsend

Re: [yocto] SDK Problems for SuperH 4

2016-10-07 Thread Martin Townsend
On Fri, Oct 7, 2016 at 8:46 AM, Martin Townsend wrote: > On Fri, Oct 7, 2016 at 5:32 AM, Khem Raj wrote: >> >>> On Oct 6, 2016, at 12:09 PM, Martin Townsend >>> wrote: >>> >>> On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend

Re: [yocto] SDK Problems for SuperH 4

2016-10-07 Thread Martin Townsend
On Fri, Oct 7, 2016 at 5:32 AM, Khem Raj wrote: > >> On Oct 6, 2016, at 12:09 PM, Martin Townsend wrote: >> >> On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend >> wrote: >>> Hi, >>> >>> We have a poky sato distributions

Re: [yocto] SDK Problems for SuperH 4

2016-10-06 Thread Khem Raj
> On Oct 6, 2016, at 12:09 PM, Martin Townsend wrote: > > On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend > wrote: >> Hi, >> >> We have a poky sato distributions successfully built and running for >> our SuperH 4 processor board. The problem

Re: [yocto] SDK Problems for SuperH 4

2016-10-06 Thread Martin Townsend
On Thu, Oct 6, 2016 at 7:57 PM, Martin Townsend wrote: > Hi, > > We have a poky sato distributions successfully built and running for > our SuperH 4 processor board. The problem is the SDK that is built > when using -cpopulate_sdk doesn't. > > The simple Makefile: >

[yocto] SDK Problems for SuperH 4

2016-10-06 Thread Martin Townsend
Hi, We have a poky sato distributions successfully built and running for our SuperH 4 processor board. The problem is the SDK that is built when using -cpopulate_sdk doesn't. The simple Makefile: hellomake: HelloWorld.c $(CC) -o HelloWorld HelloWorld.c --