Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Error on make clean: (10 Items)
   
Error on make clean  
I've attached a picture of the error I get when I clean my project.  Not sure what it is, I can't seem to find where the
 items complained about to correct them.

Thanks
Kevin
Attachment: Image IDECleanError.jpg 117 KB
Re: Error on make clean  
It is some sort of internal problem. Does it happened all the time?

Kevin Stallard wrote:
> I've attached a picture of the error I get when I clean my project.  Not sure what it is, I can't seem to find where 
the items complained about to correct them.
> 
> Thanks
> Kevin
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post27784
> 
> 
> ------------------------------------------------------------------------
> 
Re: Error on make clean  
I don't know about all the time, but it happens more often than not.  Not really sure how to quantify the frequency of 
it appearance.  But at this time it's happening a lot.

Thanks
Kevin
Re: Error on make clean  
Elena,

I've attached a common.mk file used in a project where I'm seeing the problem.  

Also, the IDE makes hamburger of it.  you can see there are multiple CCFLAGS_sh_wlc+=-O0 entries and the pinfo.mk isn't 
right.

Anyway, just a data point for you.

Thanks
Kevin
Attachment: Text common.mk 1.73 KB
Re: Error on make clean  
Also, I'm finding the that $(PROJECT_ROOT) macro isn't being filled in right, it comes out as "/"

Kevin
Re: Error on make clean  
Cancel that, project root is correct.  For some reason however, it isn't resolving the pathname to pinfo.mk correctly.

Re: Error on make clean  
do you set MAKEFLAGS env var? It should be set to approximately to "-I/opt/qnx641/target/qnx6/usr/include"

Kevin Stallard wrote:
> Cancel that, project root is correct.  For some reason however, it isn't resolving the pathname to pinfo.mk correctly.

> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post27806
> 
Re: Error on make clean  
Okay, fixed the pinfo.mk problem.  

include $(MKFILES_ROOT)/qtargets.mk

has to be the first include in common.mk.  It gets shifted around by the IDE...

Kevin
Re: Error on make clean  
it is not good...

Kevin Stallard wrote:
> Okay, fixed the pinfo.mk problem.  
> 
> include $(MKFILES_ROOT)/qtargets.mk
> 
> has to be the first include in common.mk.  It gets shifted around by the IDE...
> 
> Kevin
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post27810
> 
Re: Error on make clean  
Well...at least I know why, I can fix something if I know what is wrong....so no worries there.  

Thanks for your help,
kevin