Hi, I am trying to use the MDK libraries (TCPnet) in an application that I build using gcc. The ld linker complains about the format of the TCP_CM3.lib file: "could not read symbols: File format not recognized".
Does anyone know about how to fix this? Is it possible to convert the file format in some way?
/Peter
So what you are saying is that if I want to stay with the KEIL MDK, and their TCP stack I should switch to their compiler and leave gcc?
I found the CMSIS-API release of the RTX part of the MDK. It has a gcc compiled lib. So I hoped there should be a way to get a gcc version of the other MDK parts too.
I gave LwIP a shot a while ago, but I found the MDK/TCP package easier to work with.
Yes, but look at the license for CMSIS port of RTX - so it's logical that you find a build with a free compiler.
The Keil TCP/IP stack isn't free.