1. C Compiler
- Posted by tbohon Aug 12, 2013
- 1622 views
With Open Watcom gone in the latest Euphoria release I'm curious as to what the plans are for future C compiler support for Euphoria 4.x. I'm also curious as to which compilers are being utilized in the interim.
Actually the only reason I use a C compiler with OpenEuphoria is for distributables but still want to play in the same general sandbox as everybody else here ... :)
TIA.
Tom
2. Re: C Compiler
- Posted by andi49 Aug 13, 2013
- 1575 views
With Open Watcom gone in the latest Euphoria release I'm curious as to what the plans are for future C compiler support for Euphoria 4.x. I'm also curious as to which compilers are being utilized in the interim.
Actually the only reason I use a C compiler with OpenEuphoria is for distributables but still want to play in the same general sandbox as everybody else here ... :)
TIA.
Tom
Hi
i use TDM-GCC http://tdm-gcc.tdragon.net/ for a time now.
It has a nice installer and works for me out off the box with Eu4.0.x and 4.1.
Only thing todo is to add the TDM's 'bin' Diretory to your Path before calling euc.exe
There is a 32-bit only Version and a 64/32bit Version. I use the 32bit Version for Standard and the 64/32bit Version for my 64bit experiments.
Andreas
3. Re: C Compiler
- Posted by bugmagnet Aug 16, 2013
- 1497 views
With Open Watcom gone in the latest Euphoria release I'm curious as to what the plans are for future C compiler support for Euphoria 4.x. I'm also curious as to which compilers are being utilized in the interim.
As a matter of interest, is there any interest in tcc as a C compiler for Euphoria? The folk over at FBSL have actually embedded it into their interpreter so that they can have C code as part of their scripts.
bugmagnet