• L51 to LX51 porting
    I have some legacy code that was built with C51 v5.02. We have issues with the parallel-port dongle and I am trying to use the new version of the C51 compiler (v9.55). Assembly (A51) and compilation...
  • Linker L51 and RTX51
    I have four object files created by C51 compiler, one of them RTXCONF.obj. I'm not using banking. I used the commnad: 1)L51 f1.obj,f2.bj,f3.ob,f4.obj To f.abs 2)L51 f1.obj,f2.obj,f3.obj,f4.obj...
  • L51 V7.50 incompatible with V8.0? L218
    I have a library from another vendor that I am trying to link my code to. They generated the library with the PK51 V8.0 tools (I'm not exactly sure which version 8). but I get the following error when...
  • 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...
  • Keil: Move from BL51 to LX51?
    What are the issues in moving from the BL51 Linker to LX51? Has anyone out there tried it? What were your experiences? I'd be using it with the Triscend E5 immediately.