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

Linking COFF DLL with Keil Development Tools

We are working on a project using 8051 microcontroller and Keil uVision professional tools.We have a third party library( dll in COFF format)that we want to use in our project.How can i use it.As far as we know linker BL51 doesn't support any other object file format other than OMF-51.
How can i link our third party library ?

Parents
  • Chances are, this third-party library doesn't use the same parameter-passing conventions or segment-naming conventions used by the Keil tools.

    So, the answer is probably NO. It's probably worth contacting the vendor of the library to ask what tools it DOES work with.

    Jon

Reply
  • Chances are, this third-party library doesn't use the same parameter-passing conventions or segment-naming conventions used by the Keil tools.

    So, the answer is probably NO. It's probably worth contacting the vendor of the library to ask what tools it DOES work with.

    Jon

Children
No data