The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Projects
»
Rarely Used Projects
»
GoAsm
(Moderator:
Donkey
) »
GoAsm or GoLink gives this error
« previous
next »
Print
Pages: [
1
]
Author
Topic: GoAsm or GoLink gives this error (Read 3080 times)
shankle
Member
Posts: 835
GoAsm or GoLink gives this error
«
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
Logged
satpro
Member
Posts: 116
Re: GoAsm or GoLink gives this error
«
Reply #1 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.
Logged
shankle
Member
Posts: 835
Re: GoAsm or GoLink gives this error
«
Reply #2 on:
September 03, 2012, 11:25:34 AM »
Thank you Satpro.
That has to be what the problem is.
Logged
wjr
Member
Posts: 209
Re: GoAsm or GoLink gives this error
«
Reply #3 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.
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Projects
»
Rarely Used Projects
»
GoAsm
(Moderator:
Donkey
) »
GoAsm or GoLink gives this error