• Need BL51 (Linker/Locator), version 5.15 or later
    i m using old version of BL51, version 4.14. i search for the newer version but couldn't find any. so can i get the link to download BL51(linker/locator),version 5.15 or later
  • BL51 warning
    This is a problem of warning 16. i have tried the solution given in keil site " This warning occurs when functions which are not called are contained in a program (e.g. for test purposes). The function...
  • BL51 problem
    Hi, I'm trying to locate a module within a code banked project, and I need a module to reside at a specific address in bank 1. The module gets located correctly via the BANK1(modname.obj), but if I...
  • BL51 problem
    Hi, I have created a assembler project with 8 modules in it. the first module which contained the starting programm has a segement declare as below: cseg AT 0 ljmp MAIN CODE_SEG segment CODE ...
  • BL51 Error
    When i link my program with 40 lib files in bl51,it fails.i can't get the error code,it's only failure.My program is below bl51 common{1.lib},common{2.lib}common{3.lib}.......................common{40...