On Tue, Oct 2, 2012 at 9:04 AM, Laszlo Papp <[email protected]> wrote: >> Is your workaround for building inside scratchbox to set the CROSS_COMPILE >> variable to empty, i.e. pass -device-option CROSS_COMPILE="" ? > > Unfortunately that had still caused the error when I tried, so I used > CROSS_COMPILE="/usr/bin/". Very nasty, I agree. :-)
A smarter workaround is using "which gcc" after setting the correct PATH order for sure. Laszlo _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
