Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Eddystone project error

I am trying to complie Eddystone project which is part of NRF5 SDK and when i compile the project in Embedded Studio I get the following error

/resized-image/__size/738x210/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-959e07ea3bb74415926b5c907ffa7e7b/Error-in-build.JPG

upon reading articles on Devzone I attempted to compile the micro_ecc library

I have installed the following:

1. Git

2. gcc-arm-none-eabi-9

3. make-3.81

when I try to execute the build_all.bat I get the following errors

/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-959e07ea3bb74415926b5c907ffa7e7b/micro_5F00_ecc-build-error.JPG

how do i break this dead lock?

Regards

Ashutosh Amin

Parents
  • The two errors are

    1. Embedded studio output window:

    cannot find ../../../../../../external/micro-ecc/nrf52hf_armgcc/armgcc/micro_ecc_lib_nrf52.a: No such file or directory

    2. Command line error when compiling micro_ecc library:

    make: Entering directory `C:/micro-ecc/nrf52hf_armgcc/armgcc'
    makefile:80: ../../../../components/toolchain/gcc/Makefile.common: No such file or directory
    make: *** No rule to make target `../../../../components/toolchain/gcc/Makefile.common'.  Stop.

Reply
  • The two errors are

    1. Embedded studio output window:

    cannot find ../../../../../../external/micro-ecc/nrf52hf_armgcc/armgcc/micro_ecc_lib_nrf52.a: No such file or directory

    2. Command line error when compiling micro_ecc library:

    make: Entering directory `C:/micro-ecc/nrf52hf_armgcc/armgcc'
    makefile:80: ../../../../components/toolchain/gcc/Makefile.common: No such file or directory
    make: *** No rule to make target `../../../../components/toolchain/gcc/Makefile.common'.  Stop.

Children
No Data
Related