Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Automatic discovery of Library paths

Hi All,

 

I have successfully extended MBS for a cross compiled GCC target.  

I am able to discover Include paths and defined symbols using the ScannerConfigurationDiscoveryProfile extension.

Depending upon the target specified I would like to set the default library paths (libc, libm paths) to be used when user creates new project. The automatic discovery option provides me with the include paths and defined symbols.

Is it possible to further extend the ScannerConfigurationDiscoveryProfile in some way so that I can have the target specific library paths?

The second option I can think of is to have the default listOptionValues in my ‘Include archives path’ stringList option. But there I have to manipulate the library path according to the tool chain installation path and target selected.

Please advice.

 

Regards,

Rekha

 


Back to the top