Hi,
I am currently trying to run the DFU over UART example using my nrf52840 dk. I am using sdk v15.2.0. I followed the following instructions found in the Nordic Infocenter:
- 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
. - Enter the subdirectory for the SoC and the toolchain that you are using to build your application:
InstallFolder\external\micro-ecc\nrf52_keil\armgcc
InstallFolder\external\micro-ecc\nrf52_iar\armgcc
InstallFolder\external\micro-ecc\nrf52_armgcc\armgcc
- Run
make
to compile the micro-ecc library.
I thought I was able to follow all of the instructions, however, as soon as I build the solution the error in the picture shows up:
I think it has to doing something wrong when installing the micro-ecc compiler, but I could be wrong. Please help!