kierenj / 0x10c-DevKit

0x10c DevKit
http://0x10c-devkit.com/
39 stars 4 forks source link

Compiling .C files hangs indefinitely #209

Closed martindevans closed 11 years ago

martindevans commented 11 years ago

I have set up the most basic project with a .C project possible:

bootstrap.dasm16 is in the project

entry.c is also in the project

When I press F6 the log shows:

[22:58] Building solution...

And that's it, it doesn't show any more messages! Pressing F6 makes the same message appear again with no change. If I put gibberish in the .c file build still hangs (no build errors). If I remove the .c file the project builds instantly.

I also verified that the file compiles just fine if I invoke dtcc.exe by hand, so it's not an incompatibility problem with dtcc and my PC

I'm running on Windows 8

martindevans commented 11 years ago

This bug seems to have disappeared in the latest devkit.