How can I compile the C SDK? 

Elhorton-MSFT 116 Reputation points
2020-05-14T18:05:18.253+00:00

I’m just getting started with the C SDK and struggling to compile it. Is there guidance on how to do this?

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
219 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 33,586 Reputation points
    2020-05-14T18:14:34.95+00:00

    The C SDK is written in ANSI C (C99) and avoids compiler extensions to maximize code portability and broad platform compatibility. Compiling the C Device SDK explains how to compile. Once you get going, you’ll also find several samples, along with instructions on how to compile them, on azure-iot-sdk-c.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.