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

Micro-ecc library won't compile

Hi,

I'm trying to get BLE pairing example to work. I downloaded the missing micro-ecc library and I encountered this problem: github.com/.../70

So I've compiled this library with Bash on Ubuntu on Windows and I got .o and .d files. But what to do now with them?

Parents
  • Unfortunately, even I am not able to compile the "ecc.h" without errors. As described in this post, I have included the precompiled library of micro-ecc and just included the header file in main.c. I get the same errors even after including the library file. And I have also seen that the .c files are not added to the project. I am stuck with this point and unable to come out of this problem. At this stage it seems like I have to port the whole project into eclipse or so. But I would like to use Keil Compiler instead of GCC compiler for the Project. Any Suggestions would be of great help!

    Thanks and regards, Kumar

Reply
  • Unfortunately, even I am not able to compile the "ecc.h" without errors. As described in this post, I have included the precompiled library of micro-ecc and just included the header file in main.c. I get the same errors even after including the library file. And I have also seen that the .c files are not added to the project. I am stuck with this point and unable to come out of this problem. At this stage it seems like I have to port the whole project into eclipse or so. But I would like to use Keil Compiler instead of GCC compiler for the Project. Any Suggestions would be of great help!

    Thanks and regards, Kumar

Children
No Data
Related