News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Linker Error 1083

Started by NUMBSKULL2, December 23, 2009, 11:59:33 PM

Previous topic - Next topic

NUMBSKULL2

I am getting a Linker error message L1083.
The only information the linker gives is that the .exe run file cannot be opened-Permission denied.

dedndave


NUMBSKULL2

Hey

I have my files setup such that the .asm and .obj files are in a folder together.
There is no .exe file in this folder. I believe I get the error message when the linker tries to create the .exe file.
The linker is working fine on files in other directories.
It's the new folder that I am having problems with.
Any more clues?

dedndave

well - perhaps the folder is read only ?
it is hard to troubleshoot from where i sit - lol
you might check environment variables
maybe it is the name of the folder - i don't know if certain characters are allowed, like spaces
for whatever reason, the linker is unable to open the EXE file

sinsi

What is your link command line? Make sure that you are using a standard DOS filename, not a long name or one with spaces.
Light travels faster than sound, that's why some people seem bright until you hear them.

FORTRANS

Hi,

   Two other reasons for not creating a file are illegal
characters in the name and exceeding the maximum
path+file name character count.  Not that they occur
too often.

Steve N.

dedndave

i guess i don't run into that problem because, while writing a program,
i may use a 2 or 3 letter name for it until i want to release it
it makes for short command lines to assemble and run   :bg

z941998

Do a full Reboot of your computer.

Sometimes when your app fails when testing, the stuff left in memory prevents you from the next time you recompile completely because of the linker is unable to open the file, it thinks its already open.

NUMBSKULL2

 :bg
Hey

I rebooted the computer and now the linker is creating the .exe file.
Very strange.

Thanks
Pat