contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.71k stars 2.58k forks source link

MQTT Compiling error in contiki OS #2264

Open adil445 opened 7 years ago

adil445 commented 7 years ago

I have been compiling the inbuilt MQTT protocol in contiki 3.0 but after issuing "make" command i am getting the following error:

contiki-native.a(contiki-main.o): In function 'main': /home/user/contiki/apps/mqtt/>>/>>/platform/native/./contiki-main.c: undefined reference to 'autostart_processes' collect2: error: ld returned 1 exit status make: *** [mqtt.native] Error 1 rm mqtt.co

Any help will be highly appreciated.

chenek commented 6 years ago

Can you specify what HW you intend to run MQTT example?