Re: [Ghdl-discuss] Cross building/configure for GHDL

2013-12-21 Thread David Koontz
On 22 Dec 2013, at 6:58 am, Martin Strubel hack...@section5.ch wrote: Now, pondering about the clean top-down way cross-compile-approach, I think this would turn out in quite a nightmare, at least for mingw. Obstacles: The mingw runtime isn't part of GCC, neither is the win32API, and making

Re: [Ghdl-discuss] Cross building/configure for GHDL

2013-12-21 Thread Rene Doß
Hallo again, I have also some news. I have built ghdl on open suse 13.1. with gcc-4.8.1. For a better work I have written a make file. Please, see in the attachment. Best regards René Doß ### # makefile for build ghdl # # written

Re: [Ghdl-discuss] Cross building/configure for GHDL

2013-12-21 Thread David Koontz
On 22 Dec 2013, at 8:22 am, Rene Doß d...@gmx.de wrote: Iam back again, I miss the output file?!! Also the option -wave is unknown. --wave ? ___ Ghdl-discuss mailing list Ghdl-discuss@gna.org https://mail.gna.org/listinfo/ghdl-discuss

Re: [Ghdl-discuss] Cross building/configure for GHDL

2013-12-21 Thread Rene Doß
Am 21.12.2013 21:41, schrieb David Koontz: On 22 Dec 2013, at 8:22 am, Rene Doß d...@gmx.de wrote: Iam back again, I miss the output file?!! Also the option -wave is unknown. --wave ? Ok. Sorry dopple Minus. red@linux-x6qx:~/vhdl ghdl -r tb_vga --stop-time=200ns --wave=vga.ghw

Re: [Ghdl-discuss] configure for GHDL OS X

2013-12-21 Thread David Koontz
I've also built the gcc version of ghdl for OS X (10.8/10.9/10.9.1) see https://sourceforge.net/p/ghdl-updates/wiki/OS%20X%20gcc%20ghdl%20build%20instructions/ Instructions for building GHDL (version 0.31dev) with GCC4.8.2 on OS X 10.9 This could likewise go into a makefile with the exception

Re: [Ghdl-discuss] Cross building/configure for GHDL

2013-12-21 Thread Martin Strubel
Hi David, The big question is whether or not a cross compile target can be generalized, and it likely can be, EXE suffixes aside. For other linux-alike targets (libc) I guess it would work, but not sure about the work load and political implications on the mingw runtime side. And I take

Re: [Ghdl-discuss] configure for GHDL OS X

2013-12-21 Thread tgingold
Hello, I've also built the gcc version of ghdl for OS X (10.8/10.9/10.9.1) see https://sourceforge.net/p/ghdl-updates/wiki/OS%20X%20gcc%20ghdl%20build%20instructions/ Instructions for building GHDL (version 0.31dev) with GCC4.8.2 on OS X 10.9 This could likewise go into a makefile