GithubHelp home page GithubHelp logo

Comments (2)

markrad avatar markrad commented on July 17, 2024

Hi @jiangzhibin,

I'm not exactly sure what caused your particular issue. I have managed to build the SDK on OSX albeit without the unit tests. You will need to install brew if you have not already done so.

With brew you will need to install gcc, openssl, pkgconfig, ossp-uuid and valgrind. Once you have those installed I refer you to this pull request: https://github.com/Azure/azure-iot-sdk-c/pull/5/files. This was recently submitted and I pretty much replicated the changes made. Reviewing each file in turn:

CMakeLists.txt - I included all of these changes

build_all/osx/build.sh - I created this new file in the new directory. However there are a couple of bugs in it. The call to sysctl hw.ncpu (line 136) needs to be piped to cut -d ' ' -f 2, The call to sysctl hw.memsize also needs the same treatment. It can also be directly assigned to VSPACE and the calculations on MEMAR can be removed (lines 143 and 144). This is due to a different output format of the command compared to the original Linux version of the script. I also modified the compiler used to build the SDK by passing the options -D CMAKE_C_COMPILER=x86_64-apple-darwin15.6.0-gcc-6 and -D CMAKE_CXX_COMPILER=x86_64-apple-darwin15.6.0-g++-6

build_all/osx/setup.sh - I did not bother with this script since I had already used brew to pull in the dependencies.

iothub_client/tests/iothubtransporthttp_ut/iothubtransporthttp_ut.cpp - I ignored all of these changes. The reason being that this pull request was set up to use the default compiler, clang. This compiler is a little more picky than gcc. I chose to build the SDK with gcc so I did not need these changes.

iothub_service_client/samples/iothub_devicemethod_sample/CMakeLists.txt - I applied these changes.

iothub_service_client/samples/iothub_messaging_sample/CMakeLists.txt - I applied these changes.

Once these changes were complete I run build.sh from the new osx directory. I used the argument --skip-unittests because at this point I have not managed to get the unit tests to build.l

I'm anticipating better support for building under OSX. Let me know if you have further problems.

Mark Radbourne MSFT

from azure-c-shared-utility.

markrad avatar markrad commented on July 17, 2024

Hi @jiangzhibin,

Do you have any further problems regarding the build on OSX? If I don't hear from you I will consider this resolved and close the issue.

Thank you.

Mark Radbourne MSFT

from azure-c-shared-utility.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.