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

Keil PK51 I need to be able to include a .OBJ file to link with my project that I do not have source code and cannot figure out how to do that with my Keil uVision5 IDE

I am using Keil uVisoin5 IDE.  I have some object files that I need to be able to link with my new project.  These are older .obj files and I do not have the source code but I need to be able to link them with my current project. I cannot figure out how to do this with the IDE.  Any suggestions?

  • That's easy. Just add your *.obj files to your project (right click the group in the project window and select 'Add Existing File to Group ...'). The file type 'OBJ File' should be selected automatically. If not, right click to the *.obj file in the project window and select 'Options for File …' and select the File Type 'Object file':

    Then, this file will be just linked to your project.

  • Hi there, I have moved your question to the Keil forum. Many thanks.