Re: [yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Burton, Ross
meta-toolchain is pretty deprecated now, the preferred method is to run the populate_sdk task on the image you want a SDK for. Ross On Fri, 11 Jan 2019 at 16:21, Grant Edwards wrote: > On Fri, Jan 11, 2019 at 03:52:45PM +, Burton, Ross wrote: > > On Fri, 11 Jan 2019 at 15:51, Grant Edwards

Re: [yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Grant Edwards
On Fri, Jan 11, 2019 at 03:52:45PM +, Burton, Ross wrote: > On Fri, 11 Jan 2019 at 15:51, Grant Edwards wrote: > > > I've built a "poky" SDK for use with a Renesas RZN1 eval board (dual > > ARM Cortex-A7 cores), and the toolchain's sysroot seems to be missing > > the "asm" header directory. >

Re: [yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Burton, Ross
How did you build the SDK? Ross On Fri, 11 Jan 2019 at 15:51, Grant Edwards wrote: > > I've built a "poky" SDK for use with a Renesas RZN1 eval board (dual > ARM Cortex-A7 cores), and the toolchain's sysroot seems to be missing > the "asm" header directory. When I try to compile a simple tcp e

[yocto] SDK missing /usr/include/asm header files

2019-01-11 Thread Grant Edwards
I've built a "poky" SDK for use with a Renesas RZN1 eval board (dual ARM Cortex-A7 cores), and the toolchain's sysroot seems to be missing the "asm" header directory. When I try to compile a simple tcp echo server program I get this: /home/grante/rzn1d/toolchain/sysroots/x86_64-pokysdk-lin