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 Studio Pack (VS Code extensions, MDK 6) Able to generate libraries?

Hi all,

Is it possible to generate a library with the Keil Studio Pack (MDK6) for VS code? 

With μVision it is a matter of selecting between "Create Executable" or "Create Library", but when importing the .uvprojx project into MDK6, the resulting csolution always generates an executable (or better, tries to generate it, as the lack of main() ends with an error).

Thanks & regards.

Parents
  • Hi,

    Nice! Apparently during these 5 months Keil updated something and now, when converting an .uvprojx project, it correctly generates a library if the original project did that.

    When I opened this issue, converting from such .uvprojx project did not generate a library, but tried to build and executable.

    For me this issue is now fixed.

    Thanks & regards.

Reply
  • Hi,

    Nice! Apparently during these 5 months Keil updated something and now, when converting an .uvprojx project, it correctly generates a library if the original project did that.

    When I opened this issue, converting from such .uvprojx project did not generate a library, but tried to build and executable.

    For me this issue is now fixed.

    Thanks & regards.

Children