Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] make target question

I don't see what you're seeing (using Eclipse 2.0.2 w/ a local CDT 
build from yesterday).  Does this mean the current CDT isn't doing 
what's intended for the "make targets" view?  Or, does it just mean
that the generic builder isn't intended to do such things?  (most of 
your output looks specific to QNX's builder)

Brian

On Tue, Dec 24, 2002 at 09:32:18AM -0500, Thomas Fletcher wrote:
> In my current configuration I defined a non-existant target tomato and 
> then when I selected it in the Make Targets view and
> right clicked and said build I got:
> 
> > make CPULIST=x86/ppc CPULIST=x86 tomato
> > make -j 1 -Cx86 -fMakefile tomato
> > make[1]: Entering directory `C:/QNXsdk/workspace/workspace/mqueue/x86'
> > make -j 1 -Co -fMakefile tomato && make -j 1 -Co-g -fMakefile tomato
> > c:\QNXsdk\host\win32\x86\usr\bin\make.exe[2]: *** No rule to make 
> > target `tomato'.  Stop.
> > make[1]: *** [tomato] Error 2
> 
> > [There are some other pieces in there the QNX builder contributes, but 
> > not important]
> >
> > Then if I moved to the top of my project and said build I got:
> >
> > make CPULIST=x86/ppc CPULIST=x86 clean all
> > make -j 1 -Cx86 -fMakefile clean
> > ...
> >
> > Seems to work for me. Is what you are seeing different?


Back to the top