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

Use MDK libraries with gcc?

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

Parents
  • 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.

Reply
  • 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.

Children