This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiply Defined between two Lib

I built a tensorflow lite micro library successfully.

In tensorflow lite micro library project

So, I got a .lib file.

However, something happened when I imported the library to my project and compiled the whole project.

There are multiply defined errors between the library and another library in my project . 

Compiling result In My project:

How can I remove the redefined source files btod.o? I can't find them in my Tensorflow Lite Micro library project.

0