Can't use paths in build settings
Posted: Wed Jul 16, 2014 11:05 pm
I am using CodeLite 6 under windows 7 and I am attempting to use the MinGW compiler set.
If I add MinGW/bin to my windows path I can set all the tools to their bare names (e.g. g++.exe, gcc.exe, ld.exe etc.) it works fine
However, if I leave then with paths (e.g c:\MinGW\bin\g++.exe , C:\MinGW\bin\gcc.exe, C:\MinGW\bin\ld.exe etc.) then the build says that
it can't find CMinGWbing++ or something like that. It also suggests that the message is coming from /bin/sh which I am not sure where it is getting that, as my ComSpec is cmd.exe.
Currently, I am working around the issue with the path thing, but eventually I want to be able to detect and change these tool chains.
Suggestions?
If I add MinGW/bin to my windows path I can set all the tools to their bare names (e.g. g++.exe, gcc.exe, ld.exe etc.) it works fine
However, if I leave then with paths (e.g c:\MinGW\bin\g++.exe , C:\MinGW\bin\gcc.exe, C:\MinGW\bin\ld.exe etc.) then the build says that
it can't find CMinGWbing++ or something like that. It also suggests that the message is coming from /bin/sh which I am not sure where it is getting that, as my ComSpec is cmd.exe.
Currently, I am working around the issue with the path thing, but eventually I want to be able to detect and change these tool chains.
Suggestions?