This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

the DFU does support windows?

To install micro-ecc, complete the following steps:

Install version 4.9-2015-q3-update of the GCC compiler toolchain for ARM. You can use ARM's Launchpad to find the toolchain for your operating system.
Make sure that make is installed (see, for example, MinGW, GNU Make, or Xcode).
Clone the micro-ecc GitHub repository into InstallFolder\external\micro-ecc\micro-ecc.

launchpad.net/.../ download

but the How-to-build-toolchain.pdf only support ubuntu and Mac OS.

how to do it in Windows ?

  • i Table of Contents Preface :::::::::::::::::::::::::::::::::::::::::::::: 1 1 Build GNU Tools on Ubuntu 8.10 ::::::::::::: 2 1.1 Install Ubuntu ::::::::::::::::::::::::::::::::::::::::::::::::: 2 1.2 Tune environment and install required softwares :::::::::::::::: 2 1.2.1 Change /bin/sh to bash ::::::::::::::::::::::::::::::::::: 2 1.2.2 Change software sources to Main server :::::::::::::::::::: 3 1.2.3 Install common tools and libraries ::::::::::::::::::::::::: 4 1.2.4 Download and deploy prebuilt native tools ::::::::::::::::: 4 1.3 Build GNU Tools for ARM Embedded Processors ::::::::::::::: 6 2 Build GNU Tools on Mac OS X ::::::::::::::: 7 2.1 Prepare a Mac OS X environment :::::::::::::::::::::::::::::: 7 2.2 Install the Command Line Tools for Xcode ::::::::::::::::::::: 8 2.3 Install MacTeX to build PDF format documents :::::::::::::::: 9 2.4 Build the tool chain under Mac OS X :::::::::::::::::::::::::: 9 Appendix A Known Issues ::::::::::::::::::::: 10

  • Hi,

    There are prebuilt binaries available for Windows. From readme.txt:

    Installing executables on Windows

    Run the installer (gcc-arm-none-eabi-*-yyyymmdd-win32.exe) and follow the instructions.

    Best regards,

    Jørgen

Related