eclipse / paho.mqtt-sn.embedded-c

Paho C MQTT-SN gateway and libraries for embedded systems. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
313 stars 179 forks source link

Make file issue in MQTTSNGateway #273

Open Speedster42 opened 11 months ago

Speedster42 commented 11 months ago

I am facing the error "No makefile found" when executed the command make. I have set my path as MQTTSNGateway/src. Can someone please help me on this?

osaether commented 11 months ago

Have you runned cmake? See here for instructions on building: https://github.com/eclipse/paho.mqtt-sn.embedded-c/blob/master/travis-build.sh

Speedster42 commented 11 months ago

The link is broken ig mate. Also cmake asks for options. What option should i use? or should I run the travis-build.sh?

osaether commented 11 months ago

The link is broken ig mate. Also cmake asks for options. What option should i use? or should I run the travis-build.sh?

Link works fine for me. All required options can be found in travis-build.sh