www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.ide
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics




digitalmars.D - Compiler crash

↑ ↓ ← Dan <murpsoft hotmail.com> writes:
Hi guys.  To be less vague, when I compile Walnut 1.9x with DMD 1.028 on
windows the compiler is just freezing.  CPU utilization is 0%, memory is
22,384K - but it's simply not terminating and doesn't generate the file.  If I
terminate it through windows task manager, it's generating walnut.map with 0K
size.

[cmd]

E:\Code\walnut>del bin\*.obj bin\walnut.*
Could Not Find E:\Code\walnut\bin\*.obj

E:\Code\walnut>cd source

E:\Code\walnut\source>dmd -c -g -od..\bin main.d methods.d parser.d structure.d
text.d value.d
[/cmd]
May 03 2008
↑ ↓ → Dan <murpsoft hotmail.com> writes:
 E:\Code\walnut\source>dmd -c -g -od..\bin main.d methods.d parser.d structure.d
 text.d value.d
 [/cmd]
 
 

Erm... it's the -g flag when used in this context that's the change from a working setup. I wanted debug symbols for IDA Pro.
May 03 2008