Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Toolchain Version Check

Hi Mikhail,

 

Thank you for your suggestion. Instead of GnuMakefileGenerator I have tried by making changes in GenerateMakefileBuilder. In this class I have added my error checking in the build() method and it is working correctly. Just wanted to confirm if this is the correct work-around?

                        

Regards

-Sanchali

 

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sennikovsky, Mikhail
Sent: Tuesday, January 09, 2007 6:11 PM
To: CDT General developers list.
Subject: RE: [cdt-dev] Toolchain Version Check

 

Hi Sanchali,

 

The only work-around I could think of for now is to have some custom Buildfile generator (e.g. subclassed from the default GnuMakefileGenerator) and to fail during makefile generation, although I’ve not tested this. Give it a try and let me know if it does not work for you.

 

Mikhail

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Sanchali G. Kshirsagar
Sent: Tuesday, January 09, 2007 8:29 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Toolchain Version Check

 

Hello Everybody,
 
We have integrated a cross toolchain for a C/C++ IDE in CDT and need the installed tool chain versions to be checked. I was able to check the version in isSupported() method. But when the project is build only a warning is given. I know that there is a bug regarding this issue (bug 116873) .I want to stop the building procedure if the versions do not match
.Could anybody tell me a way around till the changes in CDT are made?
 
Regards
-Sanchali

 


Back to the top