On Mon, Nov 02, 2009 at 01:01:09PM +0100, Markus Friedrich wrote:
> Hi,
> 
> i have written some ghdl code and linked it with c functions. I've
> compiled it in linux and it works. My problem is, that the generated
> application should run natively in windows, without any embedded linux.
> Is it possible to link DLLs to ghdl? Is there any other possibility to
> compile ghdl in windows and link own functions? Or is there any other
> chance to use a small bunch of functions in GHDL (putting them in GHDL
> Ada code or adding the possibility to link functions dynamically...)?

Hi,

contrary to the linux version, the windows binary available from ghdl.free.fr
doesn't use gcc to generate code and it is not possible to link with dll.
I plan to make this possible (so that libm could be used).
The current solution is to build ghdl on windows using mingw32.  This should
be possible and I think there was some successful report in this mailing
list.

Tristan.

_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to