This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple objects problem ***

I am having trouble using the linker "L51.exe". I am trying to link several OBJ files. This is my command line.
L51 @files TO PRO3MAIN.LNK RAMSIZE(256)

What is wrong?

It doesn't create the output file PRO3MAIN.LNK.

I can inline the OBJ files on the command line but not all of the files or I get the same result.

PLEASE HELP!!!!

Parents
  • The Macro Assembler and Utilities User's Guide 07.2000 (A51.pdf) shows the command line options as either:

    BL51 [inputlist] [TO outputfile] [controls]
    Or:
    BL51 @commandfile
    It doesn't mention using both a commandfile and further options on the command line

Reply
  • The Macro Assembler and Utilities User's Guide 07.2000 (A51.pdf) shows the command line options as either:

    BL51 [inputlist] [TO outputfile] [controls]
    Or:
    BL51 @commandfile
    It doesn't mention using both a commandfile and further options on the command line

Children