Page 1 of 1

How to change the path to the toolchain?

Posted: Thu Mar 29, 2012 4:41 pm
by DarkBug
The standard path to MinGW is set to C:\MinGW-4.6.1 after installation of codelite-3.5.5377-mingw4.6.1. Where can i change this setting?

Best regards,
DarkBug

Re: How to change the path to the toolchain?

Posted: Thu Mar 29, 2012 5:41 pm
by Jarod42
Near Codelite.exe (in C:\Program files\Codelite\), there is a file:

registry.ini

Code: Select all

[environment]
mingw=C:\MinGW-4.6.1
unittestpp=C:\UnitTest++-1.3
wx=C:\wxWidgets-2.9.2

Re: How to change the path to the toolchain?

Posted: Thu Mar 29, 2012 6:44 pm
by DarkBug
Thanks! It works, but why can't you change the path directly via CodeLite?

Re: How to change the path to the toolchain?

Posted: Thu Mar 29, 2012 7:23 pm
by Jarod42
in [menu] Settings -> Build Settings...

you can specify PATH by compiler ([Compilers Tab] compiler name -> Tools : PATH environment Variable)

and you can also choose make in ([Build System Tab] Build tool : )

I don't know the precedence between registry.ini and these configuration

Re: How to change the path to the toolchain?

Posted: Fri Mar 30, 2012 12:08 pm
by DarkBug
Ok, thank you!