Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] ScannerConfigurationDiscoveryProfile generation of include paths

Hi Group,

On Windows, when I create a new project based on GCC I get "Includes" added
to my project as follows:

/cygdrive/c/gnuarm/bin/../lib/gcc/arm-elf/3.4.2/include
/cygdrive/c/gnuarm/bin/../lib/gcc/arm-elf/3.4.2/../../../../arm-elf/sys-incl
ude
/cygdrive/c/gnuarm/bin/../lib/gcc/arm-elf/3.4.2/../../../../arm-elf/include

which cannot be expanded to view their contents. I assume this is because
/cygdrive/c/gnuarm is used as opposed to c:\gnuarm.

I realise that the GCCSpecsConsoleParser determines this by executing gcc
with the "-v" option, however, there does not appear to be any "cygwin" path
conversion done before adding them to the project.

Anyone seen this/got any solutions?

Thanks in advance....


Hugh,,




Back to the top