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

Ethernet Libraries not linking

I am running an ST Cortex M4 processor with ethernet. When I compile, functions such as init_tcpNet() and main_tcpNet() fail in the linking step "Undefined symbol." From what I have read about Keil, it is supposed to link in the proper library files when you select RTX.

I also tried to manually add in the /Keil/ARM/RV31/LIB to my linker path and to add TCP_CM3.lib to my list of *.cpp files.

Any ideas as to what I am doing wrong here?

0