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

Arm Keil Studio Pack for Visual Studio Code: enabling MDK professional license.

Hi, I have just migrated a .uvproj project into Visual Studio Code w/ the https://marketplace.visualstudio.com/items?itemName=Arm.keil-studio-pack

But any attempt to compile it fails because of:

> armclang: error: Failed to check out a license

I have a professional license for MDK in my laptop (I am using Windows 11) but apparently Visual Studio Code does not see it.

Now, does any of you know how to link my license to Visual Studio Code? Are there are tutorials or documentation?

Thanks in advance, Marco.

Parents
  • Hi Ronan, thanks for pointing me to this link.

    I had already followed the instructions written in there (even if I had not read it yet). So I clicked `Don’t Ask Again`. 

    However, what I have tried now instead is to click the activation  of the Keil MDK Community Edition license. And magically it compiles. But it does not use my licensed commercial one.

    Never mind, as long as it compiles with an armclang.

    Thanks

Reply
  • Hi Ronan, thanks for pointing me to this link.

    I had already followed the instructions written in there (even if I had not read it yet). So I clicked `Don’t Ask Again`. 

    However, what I have tried now instead is to click the activation  of the Keil MDK Community Edition license. And magically it compiles. But it does not use my licensed commercial one.

    Never mind, as long as it compiles with an armclang.

    Thanks

Children