Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Static Libraries for Paho C ARM Build

Hi Andy,

the old makefile still has the only working MacOS build.  Once I've added MacOS to the "new" makefile then we can ditch the old one.  I'm working on that - hope to have it ready in the next week or two.

Ian

On 04/29/2014 09:58 AM, Andy Piper wrote:
Do we *need* the old one now? maybe just remove it at this point. It will be in Git history should anyone need to go back for it.


On Fri, Apr 25, 2014 at 11:48 PM, Ian Craggs <icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
Sounds like you're using the make file in the build directory.  That's an old one.

You should be using the one in the root directory of the repo.  Set the CC environment variable to the compiler name for cross-compiling, otherwise just "make".

Ian


On 04/25/2014 03:55 PM, Palm, Brandon wrote:

Hello everyone,

 

I run the build sequence with:

 

export TARGET_PLATFORM=Arm

 

However, it is only creating a single ‘.so’ file (libmqttv3c.so), whereas the x86 make path creates all 4 libraries (2 static, 2 dynamic).  I am looking to create a static library for the ARM project I am looking on using Paho but I think I may need more guidance.  I’m not exactly that versed in creating/managing makefiles but I’m getting better.

 

Any tips?

 

Thanks!



This email is intended solely for the use of the individual to whom it is addressed and may contain confidential and/or privileged material. Any views or opinions presented are solely those of the author and do not necessarily represent those of AGCO. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing or copying of this email is strictly prohibited. Neither AGCO nor the sender accepts any responsibility for viruses and it is your responsibility to scan and virus check the e-mail and its attachment(s) (if any).


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev




--
Andy Piper | Kingston upon Thames, London (UK)
blog: http://andypiper.co.uk   |   skype: andypiperuk
twitter: @andypiper  |  images: http://www.flickr.com/photos/andypiper


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Committer on Paho, Mosquitto


Back to the top