The MASM Forum

Projects => Rarely Used Projects => GoAsm => Topic started by: shankle on September 03, 2012, 07:45:59 AM

Title: GoAsm or GoLink gives this error
Post by: shankle on September 03, 2012, 07:45:59 AM
"System could not make the output file".
This occurs when I am testing a program and have to abort it.
Then make a change to the program and try to compile and
link.
I then have to reboot the computer to get the compile and link to work
Title: Re: GoAsm or GoLink gives this error
Post by: satpro on September 03, 2012, 08:02:45 AM
Shankle,


You'll commonly get that error if the .exe you are working on is still a running process.  Open task manager and end the process.
Title: Re: GoAsm or GoLink gives this error
Post by: shankle on September 03, 2012, 11:25:34 AM
Thank you Satpro.
That has to be what the problem is.
Title: Re: GoAsm or GoLink gives this error
Post by: wjr on September 04, 2012, 02:01:50 AM
It can also happen when using GoBug and the process is finished running, but the file is still in use by GoBug - in this case just close GoBug before the re-compile and link.