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

BL51/L51 - Long command problems using '&'

I am trying to link together quite a few objects using the BL51 linker, but I can't get it to work due to the fact that the command line is to long. In the Keil doc's it says type the & sign at the end of the command line to continue on another line... when I do this, it does not prompt >> like it says it should, it just executes the command then ends.

i.e: BL51 file1.obj, file2.obj, file3.obj &

Any one have any ideas what I am doing wrong ? I am using DOS toolset V4.

Parents
  • What operating system are you using?

    Remember that '&' has a special meaning under NT-based systems (that includes 2000 & XP).

    "I am using DOS toolset V4."

    Maybe this is your cue for an upgrade, then...?

    Can you use a command file instead of trying to put it all on the command line?

Reply
  • What operating system are you using?

    Remember that '&' has a special meaning under NT-based systems (that includes 2000 & XP).

    "I am using DOS toolset V4."

    Maybe this is your cue for an upgrade, then...?

    Can you use a command file instead of trying to put it all on the command line?

Children