OpenQNX :: The QNX Community Portal

Sep 07, 2008 - 07:21 AM
Google
  Web openqnx.com   
     Create an account Home · Submit News · QNX Forums · QNX Download · Search   
_
Main Menu
Who's Online
There are 51 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
mrossi
Post subject: Dependency checking in Momentincs 6.3.0 SP3  PostPosted: Jan 22, 2007 - 10:26 AM
Active Member


Joined: Aug 29, 2002
Posts: 20

Hi all,

the dependency checking option in Momentics 6.3.0 SP3 does not works.
Is this a known issue?

Regards,
Maurizio Rossi
 
 View user's profile Send private message  
Reply with quote Back to top
mrossi
Post subject: Re: Dependency checking in Momentincs 6.3.0 SP3  PostPosted: Jan 31, 2007 - 12:42 PM
Active Member


Joined: Aug 29, 2002
Posts: 20

ping...

"Maurizio Rossi" <mrossi@system-group.it> ha scritto nel messaggio
news:ep22sq$1vv$1@inn.qnx.com...
Quote:
Hi all,

the dependency checking option in Momentics 6.3.0 SP3 does not works.
Is this a known issue?

Regards,
Maurizio Rossi

 
 View user's profile Send private message  
Reply with quote Back to top
Rodney Dowdall
Post subject: Re: Dependency checking in Momentincs 6.3.0 SP3  PostPosted: Feb 01, 2007 - 03:38 PM
Guest





Hello Maurizio

Do you mean in the IDE? I will check and see if this is a known issue.
Can you give me a reproducible test case?

Thanks,
Rodney

Maurizio Rossi wrote:
Quote:
ping...

"Maurizio Rossi" <mrossi@system-group.it> ha scritto nel messaggio
news:ep22sq$1vv$1@inn.qnx.com...
Hi all,

the dependency checking option in Momentics 6.3.0 SP3 does not works.
Is this a known issue?

Regards,
Maurizio Rossi



 
   
Reply with quote Back to top
mrossi
Post subject: Re: Dependency checking in Momentincs 6.3.0 SP3  PostPosted: Feb 02, 2007 - 07:31 AM
Active Member


Joined: Aug 29, 2002
Posts: 20

Hi Rodney,

yes I mean the Enhanced dependency checking in the Windows hosted IDE (I
don't use the native QNX version).
This build option simply does not works i.e. modifying a ".h" file included
in a ".c" file does not invoke the compiler for the ".c" source.
Maybe a wrong configuration/installation of Momentics?

Regards,
Maurizio Rossi


"Rodney Dowdall" <rdowdall@qnx.com> ha scritto nel messaggio
news:ept1fk$7ap$1@inn.qnx.com...
Quote:
Hello Maurizio

Do you mean in the IDE? I will check and see if this is a known issue.
Can you give me a reproducible test case?

Thanks,
Rodney

Maurizio Rossi wrote:
ping...

"Maurizio Rossi" <mrossi@system-group.it> ha scritto nel messaggio
news:ep22sq$1vv$1@inn.qnx.com...
Hi all,

the dependency checking option in Momentics 6.3.0 SP3 does not works.
Is this a known issue?

Regards,
Maurizio Rossi


 
 View user's profile Send private message  
Reply with quote Back to top
David Gibbs
Post subject: Re: Dependency checking in Momentincs 6.3.0 SP3  PostPosted: Feb 02, 2007 - 08:25 PM
Guest





Maurizio Rossi <mrossi@system-group.it> wrote:
Quote:
Hi Rodney,

What type of project? Have you toggled this behaviour to on (it defaults to
off) for the project in question?

I just tested it with both 6.3.0 SP3 and with IDE 4, using a Standard
Make C Project, and it behaved as expected.

x.h
a.c and b.c both #include "x.h"

"Check Dependencies On/Off" off (no check mark in C/C++ Projects Context
Menu), edit x.h, save, build. No build.

"Check Dependencies On/Off" on (check mark in menu), edit x.h, save,
build. a.c and b.c get rebuilt.

-David


Quote:
yes I mean the Enhanced dependency checking in the Windows hosted IDE (I
don't use the native QNX version).
This build option simply does not works i.e. modifying a ".h" file included
in a ".c" file does not invoke the compiler for the ".c" source.
Maybe a wrong configuration/installation of Momentics?

Regards,
Maurizio Rossi


Quote:
"Rodney Dowdall" <rdowdall@qnx.com> ha scritto nel messaggio
news:ept1fk$7ap$1@inn.qnx.com...
Hello Maurizio

Do you mean in the IDE? I will check and see if this is a known issue.
Can you give me a reproducible test case?

Thanks,
Rodney

Maurizio Rossi wrote:
ping...

"Maurizio Rossi" <mrossi@system-group.it> ha scritto nel messaggio
news:ep22sq$1vv$1@inn.qnx.com...
Hi all,

the dependency checking option in Momentics 6.3.0 SP3 does not works.
Is this a known issue?

Regards,
Maurizio Rossi





--
David Gibbs
QNX Training Services
dagibbs@qnx.com
 
   
Reply with quote Back to top
mrossi
Post subject: Re: Dependency checking in Momentincs 6.3.0 SP3  PostPosted: Feb 05, 2007 - 07:56 AM
Active Member


Joined: Aug 29, 2002
Posts: 20

Hi David,

projects are "QNX C" projects.
The IDE in 6.3.0 SP3 does not work this way for me.
Can you tell me why?
I'm unable to use IDE 4: I'm working on 6.3.2A and 6.2.1B targets and this
version of the IDE get lost trying to start the debugger when using the
switching to 6.2.1B tools

Regards,
Maurizio Rossi

"David Gibbs" <dagibbs@qnx.com> ha scritto nel messaggio
news:eq06on$col$1@inn.qnx.com...
Quote:
Maurizio Rossi <mrossi@system-group.it> wrote:
Hi Rodney,

What type of project? Have you toggled this behaviour to on (it defaults
to
off) for the project in question?

I just tested it with both 6.3.0 SP3 and with IDE 4, using a Standard
Make C Project, and it behaved as expected.

x.h
a.c and b.c both #include "x.h"

"Check Dependencies On/Off" off (no check mark in C/C++ Projects Context
Menu), edit x.h, save, build. No build.

"Check Dependencies On/Off" on (check mark in menu), edit x.h, save,
build. a.c and b.c get rebuilt.

-David


yes I mean the Enhanced dependency checking in the Windows hosted IDE (I
don't use the native QNX version).
This build option simply does not works i.e. modifying a ".h" file
included
in a ".c" file does not invoke the compiler for the ".c" source.
Maybe a wrong configuration/installation of Momentics?

Regards,
Maurizio Rossi


"Rodney Dowdall" <rdowdall@qnx.com> ha scritto nel messaggio
news:ept1fk$7ap$1@inn.qnx.com...
Hello Maurizio

Do you mean in the IDE? I will check and see if this is a known issue.
Can you give me a reproducible test case?

Thanks,
Rodney

Maurizio Rossi wrote:
ping...

"Maurizio Rossi" <mrossi@system-group.it> ha scritto nel messaggio
news:ep22sq$1vv$1@inn.qnx.com...
Hi all,

the dependency checking option in Momentics 6.3.0 SP3 does not works.
Is this a known issue?

Regards,
Maurizio Rossi





--
David Gibbs
QNX Training Services
dagibbs@qnx.com
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
All logos and trademarks in this site are property of their respective owners. The comments are property of their posters.
Powered by OpenQNX: The QNX Community Portal Site
QNX and the QNX logo are registered trademarks of QNX Software Systems.