The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Open Source Pong on April 15, 2008, 04:25:19 PM

Title: NMAKE Error
Post by: Open Source Pong on April 15, 2008, 04:25:19 PM
When i try to compile my program in RadASM i get this error:
Quote
Error during Process Creation
nmake Build

Make error(s) occured.
Total compile time 1109 ms
This is so frusterating to mot be able to build simple code.

Sincerely,

Open Source Pong
Title: Re: NMAKE Error
Post by: KetilO on April 16, 2008, 07:29:36 AM
Hi

You need to download and install nmake.exe

Get it here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q132084

Run the nmake15.exe to have nmak.exe and nmake.err extracted.
Copy nmake.exe and nmake.err to the same folder as the assembler / compiler.

KetilO