Re: [yocto] GCC plugin missing

2014-12-31 Thread Jens Lucius
Hi I had the same problem, here is an example .bbapend: gcc-cross_%.bbappend EXTRA_OECONF += "--enable-plugin" You also need a very recent gcc on the host, I think it was at least 4.9. Regards, Jens Am 31.12.2014 um 04:32 schrieb akuster808: Atul. I believe you need to add EXTRA_OECONF +=

Re: [yocto] GCC plugin missing

2014-12-30 Thread akuster808
Atul. I believe you need to add EXTRA_OECONF += "--enable-plugin" in a bbappend file for the gcc you need the support it. That wont solve your problem. The kernel Makefile is hard coded to use your 'HOST' gcc. It is trying to build 'HOST' tools. Look at the kernel Makefile. You might need

[yocto] GCC plugin missing

2014-12-30 Thread atulkumar singh
Hi All, I have built the toolchin using meta-toolchain. But while building the kernel using the same toolchain,we are getting error message as below:- Makefile:635: *** Your gcc installation does not support plugins. If the necessary headers for plugin support are missing, they should be instal