9 years, 1 month ago.

Is it possible to download the library and import it in an existing project under uVision5

Hello

Maybe my question is too much silly, but I am really struggling with the EthernetInterface.h

I have downloaded the files from the git repo, and now I am trying to import it in my project in uVision5 and I keep having bug (cannot open source file "....") when I try a compilation. And some included files are missing (for example : cmsis_os.h)

When I try to open the files *.lib, uVision5 answer me that : "Could not successfully read archive '.\EthernetInterface\lwip.lib'

I haven't yet trying to include "ethernetinterface.h" in my project, but just trying to compile my project is a problem.

I am working on a custom switch and I would like to replace the serial interface by an Ethernet interface.

Thanks.

Question relating to:

1 Answer

9 years, 1 month ago.

The ethernet library has some dependencies to the rtos library, include that as well and it may work.

If in doubt you could always create a simple project in the online compiler with the libraries you need, check that it builds and then export it to your offline compiler.

Accepted Answer

Thank you.

posted by Axelle Piot 17 Mar 2015