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.
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 ?
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
a Dll I would think it is a windows (X86 or ARM) component. The Keil only supports static linking anyway
http://www.keil.com/forum/docs/thread4959.asp