On Wednesday, 20 July 2016 at 19:30:01 UTC, Rufus Smith wrote:
http://gdcproject.org/downloads

I've downloaded what I think is the windows binaries targeting unknown(windows?). Using VD, it uses gdc.exe, which is not found. I renamed exe. Then it doesn't recognize -m64 or -m32 switch.

If I run, from the command line,

gdc main.d

I get

as: unknown option -- mfloat-abi=hard

downloading soft floating point binaries,

as: unknown option -- mfloat-abi=soft

Does anyone actually test this stuff out before it is released?

BTW, main doesn't use any floating point, it's a simple hello world... not that it matters.

I never used GDC, but if I understand correctly there's no windows compiler on that page. The last two headings contain compilers that run on windows but produce executables for arm-linux, as you can see from the "target" column of the tables. So they probably aren't what you are looking for.

Reply via email to