Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Building paho.mqtt.c Client as a static library

Hello Everyone,

 

I am currently looking at the possibility to build the paho.mqtt.c library as a static library.

Indeed, I run a uclinux linux application using an ARM Cortex-M4 processor for which I have already managed to cross-compile the embedded client in revision 1.0.0.

However, looking at upgrading the client, I am interested by features (such as async communications, …) which are not provided by the embedded client, but cannot use shared object on my platform.

 

Any advice on how I shall be modifying the GNU makefile to target a static lib instead of shared objects?

 

Thanks in advance.

 

 

François Macé

.

 


Back to the top