We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Thanks mate, I just used a command file and it worked fine, thanks.