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

uECC make gives " missing separator" error?

Hi, when following this tutorial and trying to make uECC in step B1, I got this error:

    makefile:77: *** missing separator.  Stop.

I tried multiple directories, all gave the same error, last one I tried was:

>nRF5_SDK_14\external\micro-ecc\nrf51_keil\armgcc>make

What should I do?

Parents Reply
  • Hey, may be I'm on to something: If I change  line 16 of the makefile.common from:

        CC      := "$(GNU_INSTALL_ROOT)/bin/$(GNU_PREFIX)-gcc"

    to

        CC      := "C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3\bin\arm-none-eabi-gcc.exe"

    the error message becomes:

    >makefile:62: *** missing separator.  Stop.

    Looks like an environment variable fk-up.  I'm trying to fix it, please advise?

Children
Related