[Scons-users] TDM Gcc detection

Philipp Kraus philipp.kraus at flashpixx.de
Sat Mar 30 22:07:08 EDT 2013


I think there is no standard path, but I have set the tools option to "mingw" and this seems to be work under the normal command line, compiling & linking creates the correct files.
The TDM-GCC bin path is in my PATH variable, so Scons finds linker & compiler


Am 31.03.2013 um 03:18 schrieb Bill Deegan:


> Is there a standard path for the installation of the tdm-gcc toolsuite?

>

> -Bill

>

>

> On Sat, Mar 30, 2013 at 4:10 AM, Philipp Kraus <philipp.kraus at flashpixx.de> wrote:

> On 2013-03-28 16:58:01 +0100, Mark Holloway said:

>

> I'm still in scons beginner mode, but the following worked for me to pull in the elements I need in a similar situation with you (although a simpler solution would be nice):

>

> env = Environment(tools = ['gcc', 'g++', 'ar','gnulink','textfile'], ENV = {'PATH' : os.environ['PATH'],'TEMP' : os.environ['TEMP']})

>

> I needed to have those on my path before launching scons though.

>

> Yes, that works well, so I use also this calls, but it is possible that a better solution exists

>

>

>

> _______________________________________________

> Scons-users mailing list

> Scons-users at scons.org

> http://four.pairlist.net/mailman/listinfo/scons-users

>

> _______________________________________________

> Scons-users mailing list

> Scons-users at scons.org

> http://four.pairlist.net/mailman/listinfo/scons-users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130331/661a312a/attachment.htm>


More information about the Scons-users mailing list