Hello Stephen, On Tue, Jun 24, 2014 at 3:28 PM, Stephen Munnings <[email protected]> wrote: > Should CC be overridden in my recipe? It is a Qt application, and everything > is (almost entirely) done by simply adding these lines: > > inherit qmake5 > require recipes-qt/qt5/qt5.inc > > It seems to be all that is necessary to have qmake read the <app>.pro file, > and proceed to compile the application - except for the toolchain not being > found.. > > And, yes, this error is from my Qt application recipe.
Without seeing the .pro file and recipe it is hard to guess but maybe you're mangling the PATH variable or has a hardcoded call to the GCC binary. Please check if the generated Makefiles seems sensible. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
