Skip to content

Error when building as separate library #422

Answered by jmklix
chaarirami asked this question in Q&A
Discussion options

You must be logged in to vote

We don't currently support building this sdk with MinGW-64. Our minimum requirements and instructions for how to build on windows are listed on our readme:

Minimum Requirements
C++ 11 or higher
Clang 3.9+ or GCC 4.8+ or MSVC 2015+
CMake 3.1+

Windows

# Create a workspace directory to hold all the SDK files
mkdir sdk-workspace
cd sdk-cpp-workspace
# Clone the repository
git clone --recursive https://github.com/aws/aws-iot-device-sdk-cpp-v2.git
# Ensure all submodules are properly updated
cd aws-iot-device-sdk-cpp-v2
git submodule update --init --recursive
cd ..
# Make a build directory for the SDK. Can use any name.
# If working with multiple SDKs, using a SDK-specific name is helpful.
m…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jmklix
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants