Skip to content

Instantly share code, notes, and snippets.

@WillNilges
Created January 11, 2022 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WillNilges/737767c19d2d49ff7e97bfb808edb404 to your computer and use it in GitHub Desktop.
Save WillNilges/737767c19d2d49ff7e97bfb808edb404 to your computer and use it in GitHub Desktop.
How to install Keil MDK 5 on Arch Linux

Installing Keil MDK 5 on Arch Linux using Wine

First, install the proper packages. You'll need to enable multilib if you haven't already.

pacman -S wine lib32-gnutls

Then, download the MDK

Run the file using Wine, click through the installer, etc. etc. etc.

Note: The installation may fail once towards the end. Run it again, and you should see it complete successfully.

Boot up, and install the required packs for your board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment