Hi,
I am trying to install mosquitto, a MQTT broker, () on my AM335x device. I used the 1.4 source located in http://mosquitto.org/files/ --> source--> mosquitto-1.4.tar.gz. I have compiled it on my ubuntu. However I am very confused as to how to cross compile it so I can put it onto the AM335x device. I have seen how to cross compile helloworld onto the board and have been successful. However when I tried cross compiling Mosquitto (an application) I was unable to do so.
My attempt in cross compiling:
SSHed into the device
Cross compiled by running the environment setup (source environment setup) and using the command make
I then used the scp (secured copy command) to transfer the file onto the home folder in the device
I executed it and it said sh-command mosquitto not found
Can you please help?