[Qt-creator] [Interest] qt giving the ld error
Ch'Gans
chgans at gna.org
Sat Aug 9 08:01:30 CEST 2014
On 09/08/14 16:01, Nilesh Kokane wrote:
> Hi Ch'Gans
>
> I'd like to update you with the following.
>
> whenever I select the clear system environment in build setting for
> sample clock program as posted [1].
>
> 1. http://picpaste.com/Screenshot_from_2014-08-09_09_04_38-PKMo3X5d.png
>
>
> There won't be any ld errors. But I get the following errors like Could
> not start process "make" [2].
Looks like you screwed up your PATH, Qt Creator cannot find the make
executable. Your PATH should contains /opt/poky/... but as well your
original PATH (/bin, /usr/bin, ...)
>
> 2. http://picpaste.com/Screenshot_from_2014-08-09_09_27_02-km5SKn92.png
>
>
> But if unselected (clear system environment) it pops with the same ld
> errors as posted [3].
>
> 3. http://picpaste.com/Screenshot_from_2014-08-09_09_19_36-T4DULzmW.png
OK, actually it seems Qt Creator doesn't use the full compiler path
setup in the "compiler" config... my mistake.
Chris
>
>
>
>
> Can you please suggest.
>
>
> Thanks
> Nilesh Kokane
>
>
>
>
>
> “The contents of this e-mail message and any attachments are
> confidential and are intended solely for addressee. The information may
> also be legally privileged. This transmission is sent in trust, for the
> sole purpose of delivery to the intended recipient. If you have received
> this transmission in error, any use, reproduction or dissemination of
> this transmission is strictly prohibited. If you are not the intended
> recipient, please immediately notify the sender by reply e-mail or phone
> and delete this message and its attachments, if any.”
--
QtCreator/qmakeparser.cpp:42
////////// Parser ///////////
#define fL1S(s) QString::fromLatin1(s)
namespace { // MSVC2010 doesn't seem to know the semantics of "static" ...
More information about the Qt-creator
mailing list