Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Include path differences between qcc 4.2.4 and 3.3.5: (2 Items)
   
Include path differences between qcc 4.2.4 and 3.3.5  
I'm attempting to migrate our PC hosted development from 6.3.2 (qcc
3.3.5) to 6.4 (qcc 4.2.4) and I quickly hit a roadblock with the new
compiler. Our build scripts create cygwin style paths for the -I option
to qcc and it seems 4.2.4 does not support this path format. Is there a
way to use /cygdrive/c/... include paths with 4.2.4 or are we forced to
modify our build scripts to use quasi-windoze style paths (C:/... - note
drive letter but forward slash)? Thanks.

 

Mark

Re: Include path differences between qcc 4.2.4 and 3.3.5  
Mark Dowdy wrote:
> I'm attempting to migrate our PC hosted development from 6.3.2 (qcc
> 3.3.5) to 6.4 (qcc 4.2.4) and I quickly hit a roadblock with the new
> compiler. Our build scripts create cygwin style paths for the -I option
> to qcc and it seems 4.2.4 does not support this path format. Is there a
> way to use /cygdrive/c/... include paths with 4.2.4 or are we forced to
> modify our build scripts to use quasi-windoze style paths (C:/... - note
> drive letter but forward slash)? Thanks.

Starting with 6.4.0, the Windows SDK no longer uses cygwin and no the 
tools no longer support cygwin style paths.

Regards,

Ryan Mansfield