Re: [linux-yocto] [linux-yocto-dev] [oe-core] [PATCH] kernel.bbclass: Configuration for environment with HOSTCXX

2020-08-07 Thread Richard Purdie
On Fri, 2020-08-07 at 08:34 -0400, Bruce Ashfield wrote: > This needs to go to oe-core. > > But see some comments below. > > On Fri, Aug 7, 2020 at 5:26 AM wrote: > > From: Zhang Qiang > > > > When compiling xilinx-zynq board linux-kernel-dev(v5.8) if > > "GCC_PLUGINS=y", The following error

[linux-yocto] [linux-yocto-dev] [oe-core] [PATCH] kernel.bbclass: Configuration for environment with HOSTCXX

2020-08-07 Thread Zhang, Qiang
From: Zhang Qiang When compiling xilinx-zynq board linux-kernel-dev(v5.8) if "GCC_PLUGINS=y", The following error will appear: "HOSTCXX -fPIC scripts/gcc-plugins/arm_ssp_per_task_plugin.o fatal error: gmp.h: No such file or directory" the GCC_PLUGINS depend on return result of gcc-plugin.sh