- python 2.7.15
- MDK-ARM Pro 5.29.0 - ARM Compiler 5.06 update 6 (build 750)
- Windows 10
You can see the build step here: https://github.com/ARMmbed/DAPLink/blob/master/docs/DEVELOPERS-GUIDE.md
$ git clone -b v0254 https://github.com/ARMmbed/DAPLink
$ cd DAPLink
$ pip install virtualenv
$ python -m virtualenv venv
$ venv\Scripts\activate.bat
$ pip install -r requirements.txt
$ mbed deploy
$ mbed config root .
$ mbed config ARM_PATH C:\Keil_v5\ARM\ARMCC
$ python -u tools/mbedcli_compile.py lpc11u35_archpro_if --clean