Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] C-client Build on 32-bit linux

Checking through the archives I see someone else also had this problem.  After checking out the mqtt c code, I ran make and had an error due to it trying to compile for ARM instead of for my system.

Checking the makefile, I noticed that ARM is the default for linux and there was no 686/32 bit definition - so I simply coped the 64-bit definition and made the obvious changes.  It is compiling fine on my system now.  Patch file has been submitted with bug request: https://bugs.eclipse.org/bugs/show_bug.cgi?id=391181

Back to the top