Problems with DJGPP,NASM,and linker

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Magmadragoon

Problems with DJGPP,NASM,and linker

Post by Magmadragoon »

I have Windows XP Professional Edition and whenever I click on nasm.exe, djgpp.exe or on the linker nothing happens. So mostly I wondering is the problem the operating system.
Curufir

Re:Problems with DJGPP,NASM,and linker

Post by Curufir »

Because they're command line apps, clicking on them just runs the program and (Before you can see it) there's an error message and the program closes.

Learn the appropriate command line options.
Magmadragoon

Re:Problems with DJGPP,NASM,and linker

Post by Magmadragoon »

What command line options do I need to know?
Dreamsmith

Re:Problems with DJGPP,NASM,and linker

Post by Dreamsmith »

Try:

Code: Select all

nasm -h
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Problems with DJGPP,NASM,and linker

Post by Pype.Clicker »

more seriously, before you start heavy work, i suggest *cygwin* rather than DjGPP: it will be much more efficient for WinXP
Post Reply