-
Notifications
You must be signed in to change notification settings - Fork 258
Building on windows 10 x64 #65
Comments
Hi @AdamMachera, from your CMake output it seems like you already have the dependencies installed from a previous build of the project. Can you look in c:\s\azure-iot-gateway-sdk\install-deps and tell me if that directory is non-empty. If there are already dependencies installed there from a 32-bit build of the project, it will try to use these 32-bit dependencies with your 64-bit build and it may be why this is failing. Can you try deleting that directory and rerunning your build command? |
Hi,
thanks for clue.
I was able to build it but there is some postbuild event that is failing.
Please find output of my build process:
c:\s\azure-iot-gateway-sdk\tools>build.cmd --config Release --platform x64
--skip-unittests --disable-ble-module --enable-dotnet-binding
Cleaning up build artifacts...
test
test2
test3
***Running CMAKE for Win64***
-- The C compiler identification is MSVC 19.0.24210.0
-- The CXX compiler identification is MSVC 19.0.24210.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake Install Prefix is C:/Program Files/azure_iot_gateway_sdk-1.0.0/
-- AIG architecture: x86_64
-- nanomsg not found...
-- Building nanomsg...
-- The C compiler identification is MSVC 19.0.24210.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detected nanomsg ABI v5.0.0
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Looking for InitializeConditionVariable
-- Looking for InitializeConditionVariable - found
-- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
-- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Failed
CMake Warning at CMakeLists.txt:246 (message):
Could not find asciidoctor: skipping docs
…-- Configuring done
-- Generating done
-- Build files have been written to:
C:/s/azure-iot-gateway-sdk/deps/nanomsg/build
-- Installing nanomsg. Please wait...
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
run_e2e_tests
-- Build files have been written to: C:/s/azure-iot-gateway-sdk/build
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 09.12.2016 10:50:11.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
on node 1 (default targets).
1>ValidateSolutionConfiguration:
Building solution configuration "Release|x64".
ValidateProjects:
The project "Continuous" is not selected for building in solution
configuration "Release|x64".
The project "Experimental" is not selected for building in
solution configuration "Release|x64".
The project "INSTALL" is not selected for building in solution
configuration "Release|x64".
The project "Nightly" is not selected for building in solution
configuration "Release|x64".
The project "NightlyMemoryCheck" is not selected for building in
solution configuration "Release|x64".
The project "RUN_TESTS" is not selected for building in solution
configuration "Release|x64".
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\ALL_BUILD.vcxproj.metaproj" (2) on node 1 (default targets).
2>Project
"c:\s\azure-iot-gateway-sdk\build\ALL_BUILD.vcxproj.metaproj" (2) is
building "c:\s\azure-iot-gateway-sd
k\build\ZERO_CHECK.vcxproj" (24) on node 2 (default targets).
24>PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating
"x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/CMakeFiles/generate.stamp is up-to-date
.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/core/CMakeFiles/generate.stamp is up-to
-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/core/deps/CMakeFiles/generate.stamp is
up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/modules/CMakeFiles/generate.stamp is up
-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/modules/simulated_device/CMakeFiles/gen
erate.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/modules/identitymap/CMakeFiles/generate
.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/modules/iothub/CMakeFiles/generate.stam
p is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/modules/logger/CMakeFiles/generate.stam
p is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/modules/hello_world/CMakeFiles/generate
.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/modules/azure_functions/CMakeFiles/gene
rate.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/bindings/CMakeFiles/generate.stamp is u
p-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/bindings/dotnet/CMakeFiles/generate.sta
mp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/samples/CMakeFiles/generate.stamp is up
-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/samples/hello_world/CMakeFiles/generate
.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/samples/simulated_device_cloud_upload/C
MakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/samples/experimental/events_sample/CMak
eFiles/generate.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/samples/azure_functions_sample/CMakeFil
es/generate.stamp is up-to-date.
CMake does not need to re-run because
C:/s/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/CMakeFile
s/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file
"x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching
"x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
24>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\ZERO_CHECK.vcxproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\core\deps\parson.vcxproj.metaproj" (20) on node 1 (default
targets).
20>Project
"c:\s\azure-iot-gateway-sdk\build\core\deps\parson.vcxproj.metaproj" (20)
is building "c:\s\azure-iot-ga
teway-sdk\build\core\deps\parson.vcxproj" (25) on node 2 (default
targets).
25>PrepareForBuild:
Creating directory "parson.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\core\deps\Release\".
Creating directory "parson.dir\Release\parson.tlog\".
InitializeBuildStatus:
Creating "parson.dir\Release\parson.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/core/deps/CMakeLists.txt
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\core\deps\CMakeFiles\generate.stamp is
up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson"
/I"C:\s\azure-iot-gateway-sdk\core\deps\..\..\deps\parson" /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D
_WINDOWS /D NDEBUG /D ARCHITECTURE_x86_64=1 /D
"CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MD /GS /fp:precise /
Zc:wchar_t /Zc:forScope /Zc:inline /Fo"parson.dir\Release\\"
/Fd"parson.dir\Release\parson.pdb" /Gd /TC /error
Report:queue /guard:cf
"C:\s\azure-iot-gateway-sdk\deps\parson\parson.c"
parson.c
Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\core\deps\Release\parson.lib" /NOLOGO /MACHINE:X64
/machine:x64 parson.dir\Release\parson.obj
parson.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\core\deps\Release\parson.lib
FinalizeBuildStatus:
Deleting file "parson.dir\Release\parson.tlog\unsuccessfulbuild".
Touching "parson.dir\Release\parson.tlog\parson.lastbuildstate".
25>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\core\deps\parson.vcxproj" (default
targets).
20>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\core\deps\parson.vcxproj.metaproj"
(default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\core\gateway.vcxproj.metaproj" (10) on node 1 (default
targets).
10>Project
"c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj.metaproj" (10) is
building "c:\s\azure-iot-gatewa
y-sdk\build\core\gateway.vcxproj" (26) on node 1 (default targets).
26>PrepareForBuild:
Creating directory "gateway.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\core\Release\".
Creating directory "gateway.dir\Release\gateway.tlog\".
InitializeBuildStatus:
Creating "gateway.dir\Release\gateway.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/core/CMakeLists.txt
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\core\CMakeFiles\generate.stamp is up-to
-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc\windows"
/I"C:\s\azure-iot-gateway-sdk\core\..\bindings\d
otnet\inc" /I"C:\s\azure-iot-gateway-sdk\core\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:
\s\azure-iot-gateway-sdk\install-deps\include\azureiot" /nologo
/W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEB
UG /D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
DOTNET_BINDING_ENABLED /D "CMAKE_INTDIR=\"Release\""
/D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"gateway.dir\Release\\" /Fd"gateway.
dir\Release\gateway.pdb" /Gd /TC /errorReport:queue /guard:cf
"C:\s\azure-iot-gateway-sdk\core\src\message.c"
"C:\s\azure-iot-gateway-sdk\core\src\internal\event_system.c"
"C:\s\azure-iot-gateway-sdk\core\src\gateway_in
ternal.c" "C:\s\azure-iot-gateway-sdk\core\src\gateway.c"
"C:\s\azure-iot-gateway-sdk\core\src\gateway_createf
romjson.c" "C:\s\azure-iot-gateway-sdk\core\src\broker.c"
"C:\s\azure-iot-gateway-sdk\core\src\module_loader.c
"
"C:\s\azure-iot-gateway-sdk\core\adapters\dynamic_library_windows.c"
"C:\s\azure-iot-gateway-sdk\core\adapte
rs\gb_library_windows.c"
"C:\s\azure-iot-gateway-sdk\core\src\module_loaders\dynamic_loader.c"
"C:\s\azure-iot
-gateway-sdk\core\src\module_loaders\dotnet_loader.c"
message.c
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(298): warning C4244:
'=': conversion from '__int64' to 'int32_t',
possible loss of data
[c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(525): warning C4267:
'=': conversion from 'size_t' to 'int32_t', p
ossible loss of data
[c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(542): warning C4267:
'=': conversion from 'size_t' to 'unsigned ch
ar', possible loss of data
[c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(547): warning C4267:
'=': conversion from 'size_t' to 'unsigned ch
ar', possible loss of data
[c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(568): warning C4267:
'=': conversion from 'size_t' to 'unsigned ch
ar', possible loss of data
[c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(577): warning C4267:
'=': conversion from 'size_t' to 'int32_t', p
ossible loss of data
[c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj]
event_system.c
gateway_internal.c
gateway.c
gateway_createfromjson.c
broker.c
module_loader.c
dynamic_library_windows.c
gb_library_windows.c
dynamic_loader.c
dotnet_loader.c
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\core\Release\gateway.lib" /NOLOGO /MACHINE:X64 /machine:x64
gateway.dir\Release\message.obj
gateway.dir\Release\event_system.obj
gateway.dir\Release\gateway_internal.obj
gateway.dir\Release\gateway.obj
gateway.dir\Release\gateway_createfromjson.obj
gateway.dir\Release\broker.obj
gateway.dir\Release\module_loader.obj
gateway.dir\Release\dynamic_library_windows.obj
gateway.dir\Release\gb_library_windows.obj
gateway.dir\Release\dynamic_loader.obj
gateway.dir\Release\dotnet_loader.obj
gateway.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\core\Release\gateway.lib
FinalizeBuildStatus:
Deleting file "gateway.dir\Release\gateway.tlog\unsuccessfulbuild".
Touching "gateway.dir\Release\gateway.tlog\gateway.lastbuildstate".
26>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj" (default targets).
10>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj.metaproj" (default
targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\simulated_device\simulated_device_static.vcxproj.metaproj"
(23) on node 1 (default targets).
23>Project
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device_static.vcxproj.metaproj"
(23
) is building
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device_static.vcxproj"
(34) o
n node 1 (default targets).
34>PrepareForBuild:
Creating directory "simulated_device_static.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\Release\".
Creating directory
"simulated_device_static.dir\Release\simulate.1DA7D5BD.tlog\".
InitializeBuildStatus:
Creating
"simulated_device_static.dir\Release\simulate.1DA7D5BD.tlog\unsuccessfulbuild"
because "AlwaysCreate"
was specified.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\iothub\iothub.vcxproj.metaproj" (16) on node 1
(default targets).
16>Project
"c:\s\azure-iot-gateway-sdk\build\modules\iothub\iothub.vcxproj.metaproj"
(16) is building "c:\s\azure-i
ot-gateway-sdk\build\modules\iothub\iothub.vcxproj" (35) on node 3
(default targets).
35>PrepareForBuild:
Creating directory "iothub.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\modules\iothub\Release\".
Creating directory "iothub.dir\Release\iothub.tlog\".
InitializeBuildStatus:
Creating "iothub.dir\Release\iothub.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\identitymap\identity_map_static.vcxproj.metaproj"
(15) on node 1 (default targets).
15>Project
"c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map_static.vcxproj.metaproj"
(15) is buil
ding
"c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map_static.vcxproj"
(36) on node 2 (default
targets).
36>PrepareForBuild:
Creating directory "identity_map_static.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\modules\identitymap\Release\".
Creating directory
"identity_map_static.dir\Release\identity.CE7B1BA5.tlog\".
InitializeBuildStatus:
Creating
"identity_map_static.dir\Release\identity.CE7B1BA5.tlog\unsuccessfulbuild"
because "AlwaysCreate" was
specified.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
35>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/iothub/CMakeLists.txt
34>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/simulated_device/CMakeLists.txt
36>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/identitymap/CMakeLists.txt
35>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\iothub\CMakeFiles\generate.stam
p is up-to-date.
36>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\identitymap\CMakeFiles\generate
.stamp is up-to-date.
34>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\CMakeFiles\gen
erate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\simulated_device\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C
:\s\azure-iot-gateway-sdk\install-deps\include\azureiot" /nologo
/W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDE
BUG /D BUILD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
_CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release
\"" /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"simulated_device_static.dir\Rele
ase\\"
/Fd"simulated_device_static.dir\Release\simulated_device_static.pdb" /Gd
/TC /errorReport:queue /guard
:cf
"C:\s\azure-iot-gateway-sdk\modules\simulated_device\src\simulated_device.c"
36>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\identitymap\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
/WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
D BUILD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
_CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /
D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"identity_map_static.dir\Release\\" /F
d"identity_map_static.dir\Release\identity_map_static.pdb" /Gd /TC
/errorReport:queue /guard:cf "C:\s\azure-i
ot-gateway-sdk\modules\identitymap\src\identitymap.c"
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\bindings\dotnet\dotnet.vcxproj.metaproj" (6) on node 1
(default targets).
6>Project
"c:\s\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj.metaproj"
(6) is building "c:\s\azure-i
ot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj" (37) on node 4
(default targets).
37>PrepareForBuild:
Creating directory "dotnet.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\bindings\dotnet\Release\".
Creating directory "dotnet.dir\Release\dotnet.tlog\".
InitializeBuildStatus:
Creating "dotnet.dir\Release\dotnet.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\identitymap\identity_map.vcxproj.metaproj" (14) on
node 1 (default targets).
14>Project
"c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj.metaproj"
(14) is building "c
:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj"
(38) on node 1 (default targets).
38>PrepareForBuild:
Creating directory "identity_map.dir\Release\".
Creating directory "identity_map.dir\Release\identity_map.tlog\".
InitializeBuildStatus:
Creating
"identity_map.dir\Release\identity_map.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
34>ClCompile:
simulated_device.c
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\logger\logger_static.vcxproj.metaproj" (19) on node 1
(default targets).
19>Project
"c:\s\azure-iot-gateway-sdk\build\modules\logger\logger_static.vcxproj.metaproj"
(19) is building "c:\s\
azure-iot-gateway-sdk\build\modules\logger\logger_static.vcxproj"
(33) on node 2 (default targets).
33>PrepareForBuild:
Creating directory "logger_static.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\modules\logger\Release\".
Creating directory "logger_static.dir\Release\logger_static.tlog\".
35>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\iothub\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D ARC
HITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
GB_MEASURE_MEMORY_FOR_THIS /D GB_DEBUG_ALLOC /D "CMAKE_INTDIR
=\"Release\"" /D iothub_EXPORTS /D _WINDLL /D _MBCS /Gm- /MD /GS
/fp:precise /Zc:wchar_t /Zc:forScope /Zc:inli
ne /Fo"iothub.dir\Release\\" /Fd"iothub.dir\Release\vc140.pdb" /Gd
/TC /errorReport:queue /guard:cf "C:\s\azu
re-iot-gateway-sdk\modules\iothub\src\iothub.c"
"C:\s\azure-iot-gateway-sdk\modules\iothub\src\null_protocol.c
"
iothub.c
null_protocol.c
38>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/identitymap/CMakeLists.txt
33>InitializeBuildStatus:
Creating
"logger_static.dir\Release\logger_static.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified
.
38>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\identitymap\CMakeFiles\generate
.stamp is up-to-date.
37>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/bindings/dotnet/CMakeLists.txt
36>ClCompile:
identitymap.c
33>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/logger/CMakeLists.txt
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\simulated_device\simulated_device.vcxproj.metaproj"
(21) on node 1 (default targets).
21>Project
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device.vcxproj.metaproj"
(21) is bu
ilding
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device.vcxproj"
(32) on node 3 (defa
ult targets).
32>PrepareForBuild:
Creating directory "simulated_device.dir\Release\".
Creating directory
"simulated_device.dir\Release\simulated_device.tlog\".
33>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\logger\CMakeFiles\generate.stam
p is up-to-date.
37>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\bindings\dotnet\CMakeFiles\generate.sta
mp is up-to-date.
32>InitializeBuildStatus:
Creating
"simulated_device.dir\Release\simulated_device.tlog\unsuccessfulbuild"
because "AlwaysCreate" was spe
cified.
35>ClCompile:
Generating Code...
32>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/simulated_device/CMakeLists.txt
38>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\identitymap\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
/WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
"CMAKE_INTDIR=\"Release\"" /D identity_map_EXPORTS /D _W
INDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"identity_map.dir\Release\\" /F
d"identity_map.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue
/guard:cf "C:\s\azure-iot-gateway-sdk\module
s\identitymap\src\identitymap.c"
32>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\CMakeFiles\gen
erate.stamp is up-to-date.
34>Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\Release\simulated_device_static.lib"
/NOLOGO /MACHINE:X64 /machine:x64 simulat
ed_device_static.dir\Release\simulated_device.obj
38>ClCompile:
identitymap.c
32>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\simulated_device\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C
:\s\azure-iot-gateway-sdk\install-deps\include\azureiot" /nologo
/W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDE
BUG /D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
"CMAKE_INTDIR=\"Release\"" /D simulated_device_EXPO
RTS /D _WINDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t
/Zc:forScope /Zc:inline /Fo"simulated_device.dir\
Release\\" /Fd"simulated_device.dir\Release\vc140.pdb" /Gd /TC
/errorReport:queue /guard:cf "C:\s\azure-iot-g
ateway-sdk\modules\simulated_device\src\simulated_device.c"
35>Link:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
ure-iot-gateway-sdk\build\modules\iothub\Release\iothub.dll"
/INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib g
di32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
comdlg32.lib advapi32.lib ..\..\core\Release
\gateway.lib "..\..\..\install-deps\lib\iothub_client.lib"
"..\..\..\install-deps\lib\iothub_client_amqp_trans
port.lib" "..\..\..\install-deps\lib\uamqp.lib"
"..\..\..\install-deps\lib\aziotsharedutil.lib" ws2_32.lib sec
ur32.lib
"..\..\..\install-deps\lib\iothub_client_http_transport.lib" winhttp.lib
"..\..\..\install-deps\lib\i
othub_client_mqtt_transport.lib"
"..\..\..\install-deps\lib\umqtt.lib"
"..\..\..\install-deps\lib\aziotsharedu
til.lib" ..\..\core\deps\Release\parson.lib
"..\..\..\install-deps\lib\nanomsg.lib" crypt32.lib winhttp.lib cr
ypt32.lib winhttp.lib ws2_32.lib secur32.lib rpcrt4.lib /MANIFEST
/MANIFESTUAC:"level='asInvoker' uiAccess='fa
lse'" /manifest:embed
/PDB:"C:/s/azure-iot-gateway-sdk/build/modules/iothub/Release/iothub.pdb"
/SUBSYSTEM:CON
SOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
/IMPLIB:"C:/s/azure-iot-gateway-sdk/build/modules/iothub/Release/iothub.l
ib" /MACHINE:X64 /machine:x64 /guard:cf /DLL
iothub.dir\Release\iothub.obj
iothub.dir\Release\null_protocol.obj
33>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\logger\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BUI
LD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
_CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /D _MB
CS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline
/Fo"logger_static.dir\Release\\" /Fd"logger_st
atic.dir\Release\logger_static.pdb" /Gd /TC /errorReport:queue
/guard:cf "C:\s\azure-iot-gateway-sdk\modules\
logger\src\logger.c"
logger.c
37>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\bindings\dotnet\.\inc" /I"
c:\s\azure-iot-gateway-sdk\install-deps\include"
/I"C:\s\azure-iot-gateway-sdk\install-deps\include\azureiot"
/nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D
ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /
D "CMAKE_INTDIR=\"Release\"" /D dotnet_EXPORTS /D _WINDLL /D _MBCS
/Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t
/Zc:forScope /Zc:inline /GR /Fo"dotnet.dir\Release\\"
/Fd"dotnet.dir\Release\vc140.pdb" /Gd /TP /errorReport:q
ueue /guard:cf
"C:\s\azure-iot-gateway-sdk\bindings\dotnet\src\dotnet.cpp"
dotnet.cpp
34>Lib:
simulated_device_static.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\Release\simulated
_device_static.lib
FinalizeBuildStatus:
Deleting file
"simulated_device_static.dir\Release\simulate.1DA7D5BD.tlog\unsuccessfulbuild".
Touching
"simulated_device_static.dir\Release\simulate.1DA7D5BD.tlog\simulated_device_static.lastbuildstate".
34>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device_static.vcxproj
" (default targets).
23>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device_static.vcxproj
.metaproj" (default targets).
38>Link:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
ure-iot-gateway-sdk\build\modules\identitymap\Release\identity_map.dll"
/INCREMENTAL:NO /NOLOGO kernel32.lib u
ser32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\c
ore\Release\gateway.lib
"..\..\..\install-deps\lib\aziotsharedutil.lib" crypt32.lib winhttp.lib
crypt32.lib wi
nhttp.lib ws2_32.lib secur32.lib
..\..\core\deps\Release\parson.lib "..\..\..\install-deps\lib\nanomsg.lib"
rp
crt4.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
uiAccess='false'" /manifest:embed /PDB:"C:/s/azure-iot-gate
way-sdk/build/modules/identitymap/Release/identity_map.pdb"
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
/IMPLIB:"C:/s/azure-iot-gateway-sdk/build/modules/identitymap/Release/identity_map.lib"
/MACHINE:X64 /machin
e:x64 /guard:cf /DLL identity_map.dir\Release\identitymap.obj
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
36>Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\modules\identitymap\Release\identity_map_static.lib" /NOLOGO
/MACHINE:X64 /machine:x64 identity_map_sta
tic.dir\Release\identitymap.obj
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\hello_world\hello_world.vcxproj.metaproj" (11) on
node 1 (default targets).
11>Project
"c:\s\azure-iot-gateway-sdk\build\modules\hello_world\hello_world.vcxproj.metaproj"
(11) is building "c:
\s\azure-iot-gateway-sdk\build\modules\hello_world\hello_world.vcxproj"
(39) on node 4 (default targets).
39>PrepareForBuild:
Creating directory "hello_world.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\modules\hello_world\Release\".
Creating directory "hello_world.dir\Release\hello_world.tlog\".
32>ClCompile:
simulated_device.c
39>InitializeBuildStatus:
Creating
"hello_world.dir\Release\hello_world.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified.
35>Link:
Creating library
C:/s/azure-iot-gateway-sdk/build/modules/iothub/Release/iothub.lib and
object C:/s/azure-i
ot-gateway-sdk/build/modules/iothub/Release/iothub.exp
35>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
other libs; use /NODEFAULTLIB:library [c:\s\a
zure-iot-gateway-sdk\build\modules\iothub\iothub.vcxproj]
38>Link:
Creating library
C:/s/azure-iot-gateway-sdk/build/modules/identitymap/Release/identity_map.lib
and object C
:/s/azure-iot-gateway-sdk/build/modules/identitymap/Release/identity_map.exp
38>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
other libs; use /NODEFAULTLIB:library [c:\s\a
zure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj]
36>Lib:
identity_map_static.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\modules\identitymap\Release\identity_map_stati
c.lib
35>Link:
iothub.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\modules\iothub\Release\iothub.dll
FinalizeBuildStatus:
Deleting file "iothub.dir\Release\iothub.tlog\unsuccessfulbuild".
Touching "iothub.dir\Release\iothub.tlog\iothub.lastbuildstate".
35>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\iothub\iothub.vcxproj" (default
targets).
36>FinalizeBuildStatus:
Deleting file
"identity_map_static.dir\Release\identity.CE7B1BA5.tlog\unsuccessfulbuild".
Touching
"identity_map_static.dir\Release\identity.CE7B1BA5.tlog\identity_map_static.lastbuildstate".
36>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map_static.vcxproj"
(defaul
t targets).
32>Link:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
ure-iot-gateway-sdk\build\modules\simulated_device\Release\simulated_device.dll"
/INCREMENTAL:NO /NOLOGO kerne
l32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.li
b ..\..\core\Release\gateway.lib
"..\..\..\install-deps\lib\aziotsharedutil.lib" crypt32.lib winhttp.lib
crypt
32.lib winhttp.lib ws2_32.lib secur32.lib
..\..\core\deps\Release\parson.lib "..\..\..\install-deps\lib\nanoms
g.lib" rpcrt4.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
uiAccess='false'" /manifest:embed /PDB:"C:/s/azure
-iot-gateway-sdk/build/modules/simulated_device/Release/simulated_device.pdb"
/SUBSYSTEM:CONSOLE /TLBID:1 /DYN
AMICBASE /NXCOMPAT
/IMPLIB:"C:/s/azure-iot-gateway-sdk/build/modules/simulated_device/Release/simulated_device
.lib" /MACHINE:X64 /machine:x64 /guard:cf /DLL
simulated_device.dir\Release\simulated_device.obj
33>Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\modules\logger\Release\logger_static.lib" /NOLOGO
/MACHINE:X64 /machine:x64 logger_static.dir\Release\l
ogger.obj
39>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/hello_world/CMakeLists.txt
32>Link:
Creating library
C:/s/azure-iot-gateway-sdk/build/modules/simulated_device/Release/simulated_device.lib
and
object
C:/s/azure-iot-gateway-sdk/build/modules/simulated_device/Release/simulated_device.exp
38>Link:
identity_map.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\modules\identitymap\Release\identity_map.dll
32>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
other libs; use /NODEFAULTLIB:library [c:\s\a
zure-iot-gateway-sdk\build\modules\simulated_device\simulated_device.vcxproj]
FinalizeBuildStatus:
Deleting file
"identity_map.dir\Release\identity_map.tlog\unsuccessfulbuild".
Touching
"identity_map.dir\Release\identity_map.tlog\identity_map.lastbuildstate".
38>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj"
(default targe
ts).
16>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\iothub\iothub.vcxproj.metaproj"
(default targets
).
15>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map_static.vcxproj.metaproj
" (default targets).
14>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj.metaproj"
(defa
ult targets).
33>Lib:
logger_static.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\modules\logger\Release\logger_static.lib
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)" does
not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)" does
not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)" does
not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does not
exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\bindings\dotnet\dotnet_static.vcxproj.metaproj" (8) on node 1
(default targets).
8>Project
"c:\s\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_static.vcxproj.metaproj"
(8) is building "c:\s\
azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_static.vcxproj"
(40) on node 1 (default targets).
40>PrepareForBuild:
Creating directory "dotnet_static.dir\Release\".
Creating directory "dotnet_static.dir\Release\dotnet_static.tlog\".
InitializeBuildStatus:
Creating
"dotnet_static.dir\Release\dotnet_static.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified
.
33>FinalizeBuildStatus:
Deleting file
"logger_static.dir\Release\logger_static.tlog\unsuccessfulbuild".
Touching
"logger_static.dir\Release\logger_static.tlog\logger_static.lastbuildstate".
33>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\logger\logger_static.vcxproj"
(default targets).
32>Link:
simulated_device.vcxproj ->
C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\Release\simulated_device
.dll
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\logger\logger.vcxproj.metaproj" (18) on node 1
(default targets).
18>Project
"c:\s\azure-iot-gateway-sdk\build\modules\logger\logger.vcxproj.metaproj"
(18) is building "c:\s\azure-i
ot-gateway-sdk\build\modules\logger\logger.vcxproj" (31) on node 2
(default targets).
31>PrepareForBuild:
Creating directory "logger.dir\Release\".
Creating directory "logger.dir\Release\logger.tlog\".
InitializeBuildStatus:
Creating "logger.dir\Release\logger.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
32>FinalizeBuildStatus:
Deleting file
"simulated_device.dir\Release\simulated_device.tlog\unsuccessfulbuild".
Touching
"simulated_device.dir\Release\simulated_device.tlog\simulated_device.lastbuildstate".
32>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device.vcxproj"
(defa
ult targets).
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\iothub\iothub_static.vcxproj.metaproj" (17) on node 1
(default targets).
17>Project
"c:\s\azure-iot-gateway-sdk\build\modules\iothub\iothub_static.vcxproj.metaproj"
(17) is building "c:\s\
azure-iot-gateway-sdk\build\modules\iothub\iothub_static.vcxproj"
(30) on node 3 (default targets).
30>PrepareForBuild:
Creating directory "iothub_static.dir\Release\".
Creating directory "iothub_static.dir\Release\iothub_static.tlog\".
InitializeBuildStatus:
Creating
"iothub_static.dir\Release\iothub_static.tlog\unsuccessfulbuild" because
"AlwaysCreate" was specified
.
40>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/bindings/dotnet/CMakeLists.txt
39>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\hello_world\CMakeFiles\generate
.stamp is up-to-date.
40>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\bindings\dotnet\CMakeFiles\generate.sta
mp is up-to-date.
31>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/logger/CMakeLists.txt
39>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\hello_world\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
/WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
"CMAKE_INTDIR=\"Release\"" /D hello_world_EXPORTS /D _WI
NDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"hello_world.dir\Release\\" /Fd"
hello_world.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue
/guard:cf "C:\s\azure-iot-gateway-sdk\modules\h
ello_world\src\hello_world.c"
30>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/iothub/CMakeLists.txt
31>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\logger\CMakeFiles\generate.stam
p is up-to-date.
30>CustomBuild:
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\iothub\CMakeFiles\generate.stam
p is up-to-date.
40>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\bindings\dotnet\.\inc" /I"
c:\s\azure-iot-gateway-sdk\install-deps\include"
/I"C:\s\azure-iot-gateway-sdk\install-deps\include\azureiot"
/nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D
BUILD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1
/D _CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /D _MBCS
/Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t /
Zc:forScope /Zc:inline /GR /Fo"dotnet_static.dir\Release\\"
/Fd"dotnet_static.dir\Release\dotnet_static.pdb" /
Gd /TP /errorReport:queue /guard:cf
"C:\s\azure-iot-gateway-sdk\bindings\dotnet\src\dotnet.cpp"
19>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\logger\logger_static.vcxproj.metaproj"
(default
targets).
21>Done Building Project
"c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device.vcxproj.metapr
oj" (default targets).
31>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\logger\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D ARC
HITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
"CMAKE_INTDIR=\"Release\"" /D logger_EXPORTS /D _WINDLL /D _M
BCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline
/Fo"logger.dir\Release\\" /Fd"logger.dir\Rele
ase\vc140.pdb" /Gd /TC /errorReport:queue /guard:cf
"C:\s\azure-iot-gateway-sdk\modules\logger\src\logger.c"
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\hello_world\hello_world_static.vcxproj.metaproj" (13)
on node 1 (default targets).
13>Project
"c:\s\azure-iot-gateway-sdk\build\modules\hello_world\hello_world_static.vcxproj.metaproj"
(13) is build
ing
"c:\s\azure-iot-gateway-sdk\build\modules\hello_world\hello_world_static.vcxproj"
(29) on node 2 (default ta
rgets).
29>PrepareForBuild:
Creating directory "hello_world_static.dir\Release\".
Creating directory
"hello_world_static.dir\Release\hello_wo.D0671123.tlog\".
InitializeBuildStatus:
Creating
"hello_world_static.dir\Release\hello_wo.D0671123.tlog\unsuccessfulbuild"
because "AlwaysCreate" was
specified.
40>ClCompile:
dotnet.cpp
30>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\iothub\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BUI
LD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
_CRT_SECURE_NO_WARNINGS /D GB_MEASURE_MEMORY_FOR_THIS /D GB_
DEBUG_ALLOC /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MD /GS
/fp:precise /Zc:wchar_t /Zc:forScope /Zc:inlin
e /Fo"iothub_static.dir\Release\\"
/Fd"iothub_static.dir\Release\iothub_static.pdb" /Gd /TC /errorReport:queue
/guard:cf
"C:\s\azure-iot-gateway-sdk\modules\iothub\src\iothub.c"
"C:\s\azure-iot-gateway-sdk\modules\iothu
b\src\null_protocol.c"
39>ClCompile:
hello_world.c
31>ClCompile:
logger.c
29>CustomBuild:
Building Custom Rule
C:/s/azure-iot-gateway-sdk/modules/hello_world/CMakeLists.txt
CMake does not need to re-run because
C:\s\azure-iot-gateway-sdk\build\modules\hello_world\CMakeFiles\generate
.stamp is up-to-date.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\azure_functions\azure_functions_static.vcxproj.metaproj"
(5) on node 1 (default targets).
5>Project
"c:\s\azure-iot-gateway-sdk\build\modules\azure_functions\azure_functions_static.vcxproj.metaproj"
(5) i
s building
"c:\s\azure-iot-gateway-sdk\build\modules\azure_functions\azure_functions_static.vcxproj"
(28) on nod
e 3 (default targets).
28>PrepareForBuild:
Creating directory "azure_functions_static.dir\Release\".
Creating directory
"C:\s\azure-iot-gateway-sdk\build\modules\azure_functions\Release\".
Creating directory
"azure_functions_static.dir\Release\azure_fu.5FBD0170.tlog\".
39>Link:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
ure-iot-gateway-sdk\build\modules\hello_world\Release\hello_world.dll"
/INCREMENTAL:NO /NOLOGO kernel32.lib us
er32.lib gdi
|
One more thing I have noticed that assemblies built in 64 are linked still
to 32 dependencies
amachera@MININT-SPU0FNE
/cygdrive/c/s/azure-iot-gateway-sdk/build/modules/logger/Releas e
$ ldd logger.dll
ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffdf35e0000)
KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL
(0x7ffdf17d0000)
KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll
(0x7ffdf0040000)
ucrtbase.dll => /cygdrive/c/WINDOWS/System32/ucrtbase.dll
(0x7ffdefd70000)
VCRUNTIME140.dll => /cygdrive/c/WINDOWS/SYSTEM32/VCRUNTIME140.dll
(0x7ffde4f700 00)
Were you able to build sdk for windows in 64 bits on your end?
Because I wanted to call app from x64 c# app but dotnet.dll is also linking
to System32
amachera@MININT-SPU0FNE
/cygdrive/c/s/azure-iot-gateway-sdk/build/bindings/dotnet/Release
$ ldd dotnet.dll
ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffdf35e0000)
KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL
(0x7ffdf17d0000)
KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll
(0x7ffdf0040000)
OLEAUT32.dll => /cygdrive/c/WINDOWS/System32/OLEAUT32.dll
(0x7ffdf1880000)
msvcp_win.dll => /cygdrive/c/WINDOWS/System32/msvcp_win.dll
(0x7ffdefcd0000)
ucrtbase.dll => /cygdrive/c/WINDOWS/System32/ucrtbase.dll
(0x7ffdefd70000)
combase.dll => /cygdrive/c/WINDOWS/System32/combase.dll
(0x7ffdf1d30000)
RPCRT4.dll => /cygdrive/c/WINDOWS/System32/RPCRT4.dll
(0x7ffdf0fe0000)
bcryptPrimitives.dll =>
/cygdrive/c/WINDOWS/System32/bcryptPrimitives.dll (0x7ffdefad0000)
mscoree.dll => /cygdrive/c/WINDOWS/SYSTEM32/mscoree.dll
(0x7ffdd36c0000)
VCRUNTIME140.dll => /cygdrive/c/WINDOWS/SYSTEM32/VCRUNTIME140.dll
(0x7ffde4f70000)
nanomsg.dll =>
/cygdrive/c/s/azure-iot-gateway-sdk/build/bindings/dotnet/Release/nanomsg.dll
(0x7ffdc6220000)
ADVAPI32.dll => /cygdrive/c/WINDOWS/System32/ADVAPI32.dll
(0x7ffdf0f30000)
msvcrt.dll => /cygdrive/c/WINDOWS/System32/msvcrt.dll
(0x7ffdf0bd0000)
sechost.dll => /cygdrive/c/WINDOWS/System32/sechost.dll
(0x7ffdf2000000)
WS2_32.dll => /cygdrive/c/WINDOWS/System32/WS2_32.dll
(0x7ffdf1990000)
MSWSOCK.dll => /cygdrive/c/WINDOWS/SYSTEM32/MSWSOCK.dll
(0x7ffdeee40000)
VCRUNTIME140D.dll => /cygdrive/c/WINDOWS/SYSTEM32/VCRUNTIME140D.dll
(0x7ffddb160000)
ucrtbased.dll => /cygdrive/c/WINDOWS/SYSTEM32/ucrtbased.dll
(0x7ffdc1950000)
I extended NativeDotNetHostWrapper to be able to start FG from windows
service but now because everything native libs are referring to 32bits
assemblies I'm getting
FieldGatewayServiceHost 2016-12-09 11:49:03.0285 FATAL Unhandled exception
while running field gateway System.BadImageFormatException: An attempt was
made to load a program with an incorrect format. (Exception from HRESULT:
0x8007000B)
at
Microsoft.Azure.IoT.Gateway.NativeDotNetHostWrapper.GatewayCreateFromJson(String
filePath)
at FieldGatewayService.FieldGatewayProcessor.<Start>d__6.MoveNext() in
C:\s\TetraPak\src\Field\FieldGatewayService\FieldGatewayProcessor.cs:line 37
Regards,
Adam.
2016-12-09 11:10 GMT+01:00 Adam Machera <adam.machera@gmail.com>:
… Hi,
thanks for clue.
I was able to build it but there is some postbuild event that is failing.
Please find output of my build process:
c:\s\azure-iot-gateway-sdk\tools>build.cmd --config Release --platform
x64 --skip-unittests --disable-ble-module --enable-dotnet-binding
Cleaning up build artifacts...
test
test2
test3
***Running CMAKE for Win64***
-- The C compiler identification is MSVC 19.0.24210.0
-- The CXX compiler identification is MSVC 19.0.24210.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake Install Prefix is C:/Program Files/azure_iot_gateway_sdk-1.0.0/
-- AIG architecture: x86_64
-- nanomsg not found...
-- Building nanomsg...
-- The C compiler identification is MSVC 19.0.24210.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detected nanomsg ABI v5.0.0
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Found Threads: TRUE
-- Looking for InitializeConditionVariable
-- Looking for InitializeConditionVariable - found
-- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
-- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Failed
CMake Warning at CMakeLists.txt:246 (message):
Could not find asciidoctor: skipping docs
-- Configuring done
-- Generating done
-- Build files have been written to: C:/s/azure-iot-gateway-sdk/
deps/nanomsg/build
-- Installing nanomsg. Please wait...
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
run_e2e_tests
-- Build files have been written to: C:/s/azure-iot-gateway-sdk/build
Microsoft (R) Build Engine version 14.0.25420.1
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 09.12.2016 10:50:11.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
on node 1 (default targets).
1>ValidateSolutionConfiguration:
Building solution configuration "Release|x64".
ValidateProjects:
The project "Continuous" is not selected for building in solution
configuration "Release|x64".
The project "Experimental" is not selected for building in
solution configuration "Release|x64".
The project "INSTALL" is not selected for building in solution
configuration "Release|x64".
The project "Nightly" is not selected for building in solution
configuration "Release|x64".
The project "NightlyMemoryCheck" is not selected for building in
solution configuration "Release|x64".
The project "RUN_TESTS" is not selected for building in solution
configuration "Release|x64".
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\ALL_BUILD.vcxproj.metaproj" (2) on node 1 (default targets).
2>Project "c:\s\azure-iot-gateway-sdk\build\ALL_BUILD.vcxproj.metaproj"
(2) is building "c:\s\azure-iot-gateway-sd
k\build\ZERO_CHECK.vcxproj" (24) on node 2 (default targets).
24>PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/CMakeFiles/generate.stamp is up-to-date
.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/core/CMakeFiles/generate.stamp is up-to
-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/core/deps/CMakeFiles/generate.stamp is
up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/modules/CMakeFiles/generate.stamp is up
-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/modules/simulated_device/CMakeFiles/gen
erate.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/modules/identitymap/CMakeFiles/generate
.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/modules/iothub/CMakeFiles/generate.stam
p is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/modules/logger/CMakeFiles/generate.stam
p is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/modules/hello_world/CMakeFiles/generate
.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/modules/azure_functions/CMakeFiles/gene
rate.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/bindings/CMakeFiles/generate.stamp is u
p-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/bindings/dotnet/CMakeFiles/generate.sta
mp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/samples/CMakeFiles/generate.stamp is up
-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/samples/hello_world/CMakeFiles/generate
.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/samples/simulated_device_cloud_upload/C
MakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/samples/experimental/events_sample/CMak
eFiles/generate.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/samples/azure_functions_sample/CMakeFil
es/generate.stamp is up-to-date.
CMake does not need to re-run because C:/s/azure-iot-gateway-sdk/
build/samples/dotnet_binding_sample/CMakeFile
s/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_
CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.
lastbuildstate".
24>Done Building Project "c:\s\azure-iot-gateway-sdk\build\ZERO_CHECK.vcxproj"
(default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\core\deps\parson.vcxproj.metaproj" (20) on node 1 (default
targets).
20>Project "c:\s\azure-iot-gateway-sdk\build\core\deps\parson.vcxproj.metaproj"
(20) is building "c:\s\azure-iot-ga
teway-sdk\build\core\deps\parson.vcxproj" (25) on node 2 (default
targets).
25>PrepareForBuild:
Creating directory "parson.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\core\deps\Release\".
Creating directory "parson.dir\Release\parson.tlog\".
InitializeBuildStatus:
Creating "parson.dir\Release\parson.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
core/deps/CMakeLists.txt
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\core\deps\CMakeFiles\generate.stamp is
up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\deps\..\..\deps\parson"
/nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D
_WINDOWS /D NDEBUG /D ARCHITECTURE_x86_64=1 /D
"CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MD /GS /fp:precise /
Zc:wchar_t /Zc:forScope /Zc:inline /Fo"parson.dir\Release\\"
/Fd"parson.dir\Release\parson.pdb" /Gd /TC /error
Report:queue /guard:cf "C:\s\azure-iot-gateway-sdk\
deps\parson\parson.c"
parson.c
Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\core\deps\Release\parson.lib" /NOLOGO /MACHINE:X64
/machine:x64 parson.dir\Release\parson.obj
parson.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\core\deps\Release\parson.lib
FinalizeBuildStatus:
Deleting file "parson.dir\Release\parson.tlog\unsuccessfulbuild".
Touching "parson.dir\Release\parson.tlog\parson.lastbuildstate".
25>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\core\deps\parson.vcxproj" (default targets).
20>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\core\deps\parson.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\core\gateway.vcxproj.metaproj" (10) on node 1 (default
targets).
10>Project "c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj.metaproj"
(10) is building "c:\s\azure-iot-gatewa
y-sdk\build\core\gateway.vcxproj" (26) on node 1 (default targets).
26>PrepareForBuild:
Creating directory "gateway.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\core\Release\".
Creating directory "gateway.dir\Release\gateway.tlog\".
InitializeBuildStatus:
Creating "gateway.dir\Release\gateway.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
core/CMakeLists.txt
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\core\CMakeFiles\generate.stamp is up-to
-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc\windows"
/I"C:\s\azure-iot-gateway-sdk\core\..\bindings\d
otnet\inc" /I"C:\s\azure-iot-gateway-sdk\core\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:
\s\azure-iot-gateway-sdk\install-deps\include\azureiot" /nologo
/W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEB
UG /D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
DOTNET_BINDING_ENABLED /D "CMAKE_INTDIR=\"Release\""
/D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"gateway.dir\Release\\" /Fd"gateway.
dir\Release\gateway.pdb" /Gd /TC /errorReport:queue /guard:cf
"C:\s\azure-iot-gateway-sdk\core\src\message.c"
"C:\s\azure-iot-gateway-sdk\core\src\internal\event_system.c"
"C:\s\azure-iot-gateway-sdk\core\src\gateway_in
ternal.c" "C:\s\azure-iot-gateway-sdk\core\src\gateway.c"
"C:\s\azure-iot-gateway-sdk\core\src\gateway_createf
romjson.c" "C:\s\azure-iot-gateway-sdk\core\src\broker.c"
"C:\s\azure-iot-gateway-sdk\core\src\module_loader.c
" "C:\s\azure-iot-gateway-sdk\core\adapters\dynamic_library_windows.c"
"C:\s\azure-iot-gateway-sdk\core\adapte
rs\gb_library_windows.c" "C:\s\azure-iot-gateway-sdk\
core\src\module_loaders\dynamic_loader.c" "C:\s\azure-iot
-gateway-sdk\core\src\module_loaders\dotnet_loader.c"
message.c
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(298): warning C4244:
'=': conversion from '__int64' to 'int32_t',
possible loss of data [c:\s\azure-iot-gateway-sdk\
build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(525): warning C4267:
'=': conversion from 'size_t' to 'int32_t', p
ossible loss of data [c:\s\azure-iot-gateway-sdk\
build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(542): warning C4267:
'=': conversion from 'size_t' to 'unsigned ch
ar', possible loss of data [c:\s\azure-iot-gateway-sdk\
build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(547): warning C4267:
'=': conversion from 'size_t' to 'unsigned ch
ar', possible loss of data [c:\s\azure-iot-gateway-sdk\
build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(568): warning C4267:
'=': conversion from 'size_t' to 'unsigned ch
ar', possible loss of data [c:\s\azure-iot-gateway-sdk\
build\core\gateway.vcxproj]
26>C:\s\azure-iot-gateway-sdk\core\src\message.c(577): warning C4267:
'=': conversion from 'size_t' to 'int32_t', p
ossible loss of data [c:\s\azure-iot-gateway-sdk\
build\core\gateway.vcxproj]
event_system.c
gateway_internal.c
gateway.c
gateway_createfromjson.c
broker.c
module_loader.c
dynamic_library_windows.c
gb_library_windows.c
dynamic_loader.c
dotnet_loader.c
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\core\Release\gateway.lib" /NOLOGO /MACHINE:X64
/machine:x64 gateway.dir\Release\message.obj
gateway.dir\Release\event_system.obj
gateway.dir\Release\gateway_internal.obj
gateway.dir\Release\gateway.obj
gateway.dir\Release\gateway_createfromjson.obj
gateway.dir\Release\broker.obj
gateway.dir\Release\module_loader.obj
gateway.dir\Release\dynamic_library_windows.obj
gateway.dir\Release\gb_library_windows.obj
gateway.dir\Release\dynamic_loader.obj
gateway.dir\Release\dotnet_loader.obj
gateway.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\core\Release\gateway.lib
FinalizeBuildStatus:
Deleting file "gateway.dir\Release\gateway.
tlog\unsuccessfulbuild".
Touching "gateway.dir\Release\gateway.
tlog\gateway.lastbuildstate".
26>Done Building Project "c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj"
(default targets).
10>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\core\gateway.vcxproj.metaproj" (default targets).
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\simulated_device\simulated_device_static.vcxproj.metaproj"
(23) on node 1 (default targets).
23>Project "c:\s\azure-iot-gateway-sdk\build\modules\simulated_
device\simulated_device_static.vcxproj.metaproj" (23
) is building "c:\s\azure-iot-gateway-sdk\build\modules\simulated_
device\simulated_device_static.vcxproj" (34) o
n node 1 (default targets).
34>PrepareForBuild:
Creating directory "simulated_device_static.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\Release\".
Creating directory "simulated_device_static.dir\
Release\simulate.1DA7D5BD.tlog\".
InitializeBuildStatus:
Creating "simulated_device_static.dir\Release\simulate.1DA7D5BD.tlog\unsuccessfulbuild"
because "AlwaysCreate"
was specified.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\iothub\iothub.vcxproj.metaproj" (16) on node 1
(default targets).
16>Project "c:\s\azure-iot-gateway-sdk\build\modules\iothub\iothub.vcxproj.metaproj"
(16) is building "c:\s\azure-i
ot-gateway-sdk\build\modules\iothub\iothub.vcxproj" (35) on node 3
(default targets).
35>PrepareForBuild:
Creating directory "iothub.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\modules\iothub\Release\".
Creating directory "iothub.dir\Release\iothub.tlog\".
InitializeBuildStatus:
Creating "iothub.dir\Release\iothub.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\identitymap\identity_map_static.vcxproj.metaproj"
(15) on node 1 (default targets).
15>Project "c:\s\azure-iot-gateway-sdk\build\modules\identitymap\
identity_map_static.vcxproj.metaproj" (15) is buil
ding "c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map_static.vcxproj"
(36) on node 2 (default
targets).
36>PrepareForBuild:
Creating directory "identity_map_static.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\modules\identitymap\Release\".
Creating directory "identity_map_static.dir\
Release\identity.CE7B1BA5.tlog\".
InitializeBuildStatus:
Creating "identity_map_static.dir\Release\identity.CE7B1BA5.tlog\unsuccessfulbuild"
because "AlwaysCreate" was
specified.
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
35>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/iothub/CMakeLists.txt
34>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/simulated_device/CMakeLists.txt
36>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/identitymap/CMakeLists.txt
35>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\modules\iothub\CMakeFiles\generate.stam
p is up-to-date.
36>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\modules\identitymap\CMakeFiles\generate
.stamp is up-to-date.
34>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\CMakeFiles\gen
erate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\simulated_device\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C
:\s\azure-iot-gateway-sdk\install-deps\include\azureiot" /nologo
/W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDE
BUG /D BUILD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
_CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release
\"" /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"simulated_device_static.dir\Rele
ase\\" /Fd"simulated_device_static.dir\Release\simulated_device_static.pdb"
/Gd /TC /errorReport:queue /guard
:cf "C:\s\azure-iot-gateway-sdk\modules\simulated_device\src\
simulated_device.c"
36>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\identitymap\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
/WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
D BUILD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
_CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /
D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"identity_map_static.dir\Release\\" /F
d"identity_map_static.dir\Release\identity_map_static.pdb" /Gd
/TC /errorReport:queue /guard:cf "C:\s\azure-i
ot-gateway-sdk\modules\identitymap\src\identitymap.c"
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\bindings\dotnet\dotnet.vcxproj.metaproj" (6) on node 1
(default targets).
6>Project "c:\s\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj.metaproj"
(6) is building "c:\s\azure-i
ot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj" (37) on node
4 (default targets).
37>PrepareForBuild:
Creating directory "dotnet.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\bindings\dotnet\Release\".
Creating directory "dotnet.dir\Release\dotnet.tlog\".
InitializeBuildStatus:
Creating "dotnet.dir\Release\dotnet.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\identitymap\identity_map.vcxproj.metaproj" (14) on
node 1 (default targets).
14>Project "c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj.metaproj"
(14) is building "c
:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj"
(38) on node 1 (default targets).
38>PrepareForBuild:
Creating directory "identity_map.dir\Release\".
Creating directory "identity_map.dir\Release\identity_map.tlog\".
InitializeBuildStatus:
Creating "identity_map.dir\Release\identity_map.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
34>ClCompile:
simulated_device.c
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\logger\logger_static.vcxproj.metaproj" (19) on node
1 (default targets).
19>Project "c:\s\azure-iot-gateway-sdk\build\modules\logger\logger_static.vcxproj.metaproj"
(19) is building "c:\s\
azure-iot-gateway-sdk\build\modules\logger\logger_static.vcxproj"
(33) on node 2 (default targets).
33>PrepareForBuild:
Creating directory "logger_static.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\modules\logger\Release\".
Creating directory "logger_static.dir\Release\
logger_static.tlog\".
35>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\iothub\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D ARC
HITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
GB_MEASURE_MEMORY_FOR_THIS /D GB_DEBUG_ALLOC /D "CMAKE_INTDIR
=\"Release\"" /D iothub_EXPORTS /D _WINDLL /D _MBCS /Gm- /MD /GS
/fp:precise /Zc:wchar_t /Zc:forScope /Zc:inli
ne /Fo"iothub.dir\Release\\" /Fd"iothub.dir\Release\vc140.pdb"
/Gd /TC /errorReport:queue /guard:cf "C:\s\azu
re-iot-gateway-sdk\modules\iothub\src\iothub.c"
"C:\s\azure-iot-gateway-sdk\modules\iothub\src\null_protocol.c
"
iothub.c
null_protocol.c
38>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/identitymap/CMakeLists.txt
33>InitializeBuildStatus:
Creating "logger_static.dir\Release\logger_static.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified
.
38>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\modules\identitymap\CMakeFiles\generate
.stamp is up-to-date.
37>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
bindings/dotnet/CMakeLists.txt
36>ClCompile:
identitymap.c
33>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/logger/CMakeLists.txt
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\simulated_device\simulated_device.vcxproj.metaproj"
(21) on node 1 (default targets).
21>Project "c:\s\azure-iot-gateway-sdk\build\modules\simulated_
device\simulated_device.vcxproj.metaproj" (21) is bu
ilding "c:\s\azure-iot-gateway-sdk\build\modules\simulated_
device\simulated_device.vcxproj" (32) on node 3 (defa
ult targets).
32>PrepareForBuild:
Creating directory "simulated_device.dir\Release\".
Creating directory "simulated_device.dir\Release\
simulated_device.tlog\".
33>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\modules\logger\CMakeFiles\generate.stam
p is up-to-date.
37>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\bindings\dotnet\CMakeFiles\generate.sta
mp is up-to-date.
32>InitializeBuildStatus:
Creating "simulated_device.dir\Release\simulated_device.tlog\unsuccessfulbuild"
because "AlwaysCreate" was spe
cified.
35>ClCompile:
Generating Code...
32>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/simulated_device/CMakeLists.txt
38>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\identitymap\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
/WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
"CMAKE_INTDIR=\"Release\"" /D identity_map_EXPORTS /D _W
INDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /Fo"identity_map.dir\Release\\" /F
d"identity_map.dir\Release\vc140.pdb" /Gd /TC /errorReport:queue
/guard:cf "C:\s\azure-iot-gateway-sdk\module
s\identitymap\src\identitymap.c"
32>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\CMakeFiles\gen
erate.stamp is up-to-date.
34>Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\Release\simulated_device_static.lib"
/NOLOGO /MACHINE:X64 /machine:x64 simulat
ed_device_static.dir\Release\simulated_device.obj
38>ClCompile:
identitymap.c
32>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\simulated_device\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C
:\s\azure-iot-gateway-sdk\install-deps\include\azureiot" /nologo
/W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDE
BUG /D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
"CMAKE_INTDIR=\"Release\"" /D simulated_device_EXPO
RTS /D _WINDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t
/Zc:forScope /Zc:inline /Fo"simulated_device.dir\
Release\\" /Fd"simulated_device.dir\Release\vc140.pdb" /Gd /TC
/errorReport:queue /guard:cf "C:\s\azure-iot-g
ateway-sdk\modules\simulated_device\src\simulated_device.c"
35>Link:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
ure-iot-gateway-sdk\build\modules\iothub\Release\iothub.dll"
/INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib g
di32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
comdlg32.lib advapi32.lib ..\..\core\Release
\gateway.lib "..\..\..\install-deps\lib\iothub_client.lib"
"..\..\..\install-deps\lib\iothub_client_amqp_trans
port.lib" "..\..\..\install-deps\lib\uamqp.lib"
"..\..\..\install-deps\lib\aziotsharedutil.lib" ws2_32.lib sec
ur32.lib "..\..\..\install-deps\lib\iothub_client_http_transport.lib"
winhttp.lib "..\..\..\install-deps\lib\i
othub_client_mqtt_transport.lib" "..\..\..\install-deps\lib\umqtt.lib"
"..\..\..\install-deps\lib\aziotsharedu
til.lib" ..\..\core\deps\Release\parson.lib
"..\..\..\install-deps\lib\nanomsg.lib" crypt32.lib winhttp.lib cr
ypt32.lib winhttp.lib ws2_32.lib secur32.lib rpcrt4.lib /MANIFEST
/MANIFESTUAC:"level='asInvoker' uiAccess='fa
lse'" /manifest:embed /PDB:"C:/s/azure-iot-gateway-
sdk/build/modules/iothub/Release/iothub.pdb" /SUBSYSTEM:CON
SOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/s/azure-iot-
gateway-sdk/build/modules/iothub/Release/iothub.l
ib" /MACHINE:X64 /machine:x64 /guard:cf /DLL
iothub.dir\Release\iothub.obj
iothub.dir\Release\null_protocol.obj
33>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\logger\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
/O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BUI
LD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
_CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /D _MB
CS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline
/Fo"logger_static.dir\Release\\" /Fd"logger_st
atic.dir\Release\logger_static.pdb" /Gd /TC /errorReport:queue
/guard:cf "C:\s\azure-iot-gateway-sdk\modules\
logger\src\logger.c"
logger.c
37>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\bindings\dotnet\.\inc" /I"
c:\s\azure-iot-gateway-sdk\install-deps\include"
/I"C:\s\azure-iot-gateway-sdk\install-deps\include\azureiot"
/nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D
ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /
D "CMAKE_INTDIR=\"Release\"" /D dotnet_EXPORTS /D _WINDLL /D
_MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t
/Zc:forScope /Zc:inline /GR /Fo"dotnet.dir\Release\\"
/Fd"dotnet.dir\Release\vc140.pdb" /Gd /TP /errorReport:q
ueue /guard:cf "C:\s\azure-iot-gateway-sdk\
bindings\dotnet\src\dotnet.cpp"
dotnet.cpp
34>Lib:
simulated_device_static.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\Release\simulated
_device_static.lib
FinalizeBuildStatus:
Deleting file "simulated_device_static.dir\
Release\simulate.1DA7D5BD.tlog\unsuccessfulbuild".
Touching "simulated_device_static.dir\Release\simulate.1DA7D5BD.
tlog\simulated_device_static.lastbuildstate".
34>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\simulated_device_static.vcxproj
" (default targets).
23>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\simulated_device_static.vcxproj
.metaproj" (default targets).
38>Link:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
ure-iot-gateway-sdk\build\modules\identitymap\Release\identity_map.dll"
/INCREMENTAL:NO /NOLOGO kernel32.lib u
ser32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\c
ore\Release\gateway.lib "..\..\..\install-deps\lib\aziotsharedutil.lib"
crypt32.lib winhttp.lib crypt32.lib wi
nhttp.lib ws2_32.lib secur32.lib ..\..\core\deps\Release\parson.lib
"..\..\..\install-deps\lib\nanomsg.lib" rp
crt4.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
uiAccess='false'" /manifest:embed /PDB:"C:/s/azure-iot-gate
way-sdk/build/modules/identitymap/Release/identity_map.pdb"
/SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
/IMPLIB:"C:/s/azure-iot-gateway-sdk/build/modules/
identitymap/Release/identity_map.lib" /MACHINE:X64 /machin
e:x64 /guard:cf /DLL identity_map.dir\Release\identitymap.obj
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
36>Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\modules\identitymap\Release\identity_map_static.lib"
/NOLOGO /MACHINE:X64 /machine:x64 identity_map_sta
tic.dir\Release\identitymap.obj
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\hello_world\hello_world.vcxproj.metaproj" (11) on
node 1 (default targets).
11>Project "c:\s\azure-iot-gateway-sdk\build\modules\hello_world\hello_world.vcxproj.metaproj"
(11) is building "c:
\s\azure-iot-gateway-sdk\build\modules\hello_world\hello_world.vcxproj"
(39) on node 4 (default targets).
39>PrepareForBuild:
Creating directory "hello_world.dir\Release\".
Creating directory "C:\s\azure-iot-gateway-sdk\
build\modules\hello_world\Release\".
Creating directory "hello_world.dir\Release\hello_world.tlog\".
32>ClCompile:
simulated_device.c
39>InitializeBuildStatus:
Creating "hello_world.dir\Release\hello_world.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
35>Link:
Creating library C:/s/azure-iot-gateway-sdk/
build/modules/iothub/Release/iothub.lib and object C:/s/azure-i
ot-gateway-sdk/build/modules/iothub/Release/iothub.exp
35>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
other libs; use /NODEFAULTLIB:library [c:\s\a
zure-iot-gateway-sdk\build\modules\iothub\iothub.vcxproj]
38>Link:
Creating library C:/s/azure-iot-gateway-sdk/
build/modules/identitymap/Release/identity_map.lib and object C
:/s/azure-iot-gateway-sdk/build/modules/identitymap/
Release/identity_map.exp
38>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
other libs; use /NODEFAULTLIB:library [c:\s\a
zure-iot-gateway-sdk\build\modules\identitymap\identity_
map.vcxproj]
36>Lib:
identity_map_static.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\modules\identitymap\Release\identity_map_stati
c.lib
35>Link:
iothub.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\modules\iothub\Release\iothub.dll
FinalizeBuildStatus:
Deleting file "iothub.dir\Release\iothub.tlog\unsuccessfulbuild".
Touching "iothub.dir\Release\iothub.tlog\iothub.lastbuildstate".
35>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\iothub\iothub.vcxproj" (default targets).
36>FinalizeBuildStatus:
Deleting file "identity_map_static.dir\Release\identity.CE7B1BA5.
tlog\unsuccessfulbuild".
Touching "identity_map_static.dir\Release\identity.CE7B1BA5.
tlog\identity_map_static.lastbuildstate".
36>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\identitymap\identity_map_static.vcxproj" (defaul
t targets).
32>Link:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
ure-iot-gateway-sdk\build\modules\simulated_device\Release\simulated_device.dll"
/INCREMENTAL:NO /NOLOGO kerne
l32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
oleaut32.lib uuid.lib comdlg32.lib advapi32.li
b ..\..\core\Release\gateway.lib "..\..\..\install-deps\lib\aziotsharedutil.lib"
crypt32.lib winhttp.lib crypt
32.lib winhttp.lib ws2_32.lib secur32.lib ..\..\core\deps\Release\parson.lib
"..\..\..\install-deps\lib\nanoms
g.lib" rpcrt4.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
uiAccess='false'" /manifest:embed /PDB:"C:/s/azure
-iot-gateway-sdk/build/modules/simulated_device/Release/simulated_device.pdb"
/SUBSYSTEM:CONSOLE /TLBID:1 /DYN
AMICBASE /NXCOMPAT /IMPLIB:"C:/s/azure-iot-
gateway-sdk/build/modules/simulated_device/Release/simulated_device
.lib" /MACHINE:X64 /machine:x64 /guard:cf /DLL
simulated_device.dir\Release\simulated_device.obj
33>Lib:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
build\modules\logger\Release\logger_static.lib" /NOLOGO
/MACHINE:X64 /machine:x64 logger_static.dir\Release\l
ogger.obj
39>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/hello_world/CMakeLists.txt
32>Link:
Creating library C:/s/azure-iot-gateway-sdk/
build/modules/simulated_device/Release/simulated_device.lib and
object C:/s/azure-iot-gateway-sdk/build/modules/simulated_
device/Release/simulated_device.exp
38>Link:
identity_map.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\modules\identitymap\Release\identity_map.dll
32>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
other libs; use /NODEFAULTLIB:library [c:\s\a
zure-iot-gateway-sdk\build\modules\simulated_device\
simulated_device.vcxproj]
FinalizeBuildStatus:
Deleting file "identity_map.dir\Release\identity_map.tlog\
unsuccessfulbuild".
Touching "identity_map.dir\Release\identity_map.tlog\identity_
map.lastbuildstate".
38>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\identitymap\identity_map.vcxproj" (default targe
ts).
16>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\iothub\iothub.vcxproj.metaproj" (default targets
).
15>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\identitymap\identity_map_static.vcxproj.metaproj
" (default targets).
14>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\identitymap\identity_map.vcxproj.metaproj" (defa
ult targets).
33>Lib:
logger_static.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\modules\logger\Release\logger_static.lib
The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
does not exist in the project, and will be ignore
d.
The target "_CollectPdbFiles" listed in an AfterTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
does not exist in the project, and will be ignore
d.
The target "_CollectMdbFiles" listed in a BeforeTargets attribute
at "C:\Program Files (x86)\MSBuild\14.0\Micros
oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
does not exist in the project, and will be ignore
d.
The target "_CopyMdbFiles" listed in an AfterTargets attribute at
"C:\Program Files (x86)\MSBuild\14.0\Microsoft
.Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
not exist in the project, and will be ignored.
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\bindings\dotnet\dotnet_static.vcxproj.metaproj" (8) on node
1 (default targets).
8>Project "c:\s\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_static.vcxproj.metaproj"
(8) is building "c:\s\
azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_static.vcxproj"
(40) on node 1 (default targets).
40>PrepareForBuild:
Creating directory "dotnet_static.dir\Release\".
Creating directory "dotnet_static.dir\Release\
dotnet_static.tlog\".
InitializeBuildStatus:
Creating "dotnet_static.dir\Release\dotnet_static.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified
.
33>FinalizeBuildStatus:
Deleting file "logger_static.dir\Release\logger_static.tlog\
unsuccessfulbuild".
Touching "logger_static.dir\Release\logger_static.tlog\logger_
static.lastbuildstate".
33>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\logger\logger_static.vcxproj" (default targets).
32>Link:
simulated_device.vcxproj -> C:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\Release\simulated_device
.dll
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\logger\logger.vcxproj.metaproj" (18) on node 1
(default targets).
18>Project "c:\s\azure-iot-gateway-sdk\build\modules\logger\logger.vcxproj.metaproj"
(18) is building "c:\s\azure-i
ot-gateway-sdk\build\modules\logger\logger.vcxproj" (31) on node 2
(default targets).
31>PrepareForBuild:
Creating directory "logger.dir\Release\".
Creating directory "logger.dir\Release\logger.tlog\".
InitializeBuildStatus:
Creating "logger.dir\Release\logger.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified.
32>FinalizeBuildStatus:
Deleting file "simulated_device.dir\Release\
simulated_device.tlog\unsuccessfulbuild".
Touching "simulated_device.dir\Release\simulated_device.tlog\
simulated_device.lastbuildstate".
32>Done Building Project "c:\s\azure-iot-gateway-sdk\
build\modules\simulated_device\simulated_device.vcxproj" (defa
ult targets).
1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
(1) is building "c:\s\azure-iot-gateway-sdk
\build\modules\iothub\iothub_static.vcxproj.metaproj" (17) on node
1 (default targets).
17>Project "c:\s\azure-iot-gateway-sdk\build\modules\iothub\iothub_static.vcxproj.metaproj"
(17) is building "c:\s\
azure-iot-gateway-sdk\build\modules\iothub\iothub_static.vcxproj"
(30) on node 3 (default targets).
30>PrepareForBuild:
Creating directory "iothub_static.dir\Release\".
Creating directory "iothub_static.dir\Release\
iothub_static.tlog\".
InitializeBuildStatus:
Creating "iothub_static.dir\Release\iothub_static.tlog\unsuccessfulbuild"
because "AlwaysCreate" was specified
.
40>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
bindings/dotnet/CMakeLists.txt
39>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\modules\hello_world\CMakeFiles\generate
.stamp is up-to-date.
40>CustomBuild:
CMake does not need to re-run because C:\s\azure-iot-gateway-sdk\
build\bindings\dotnet\CMakeFiles\generate.sta
mp is up-to-date.
31>CustomBuild:
Building Custom Rule C:/s/azure-iot-gateway-sdk/
modules/logger/CMakeLists.txt
39>ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
\deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
/I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
azure-iot-gateway-sdk\modules\hello_world\.\inc"
/I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
/WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
"CMAKE_INTDIR=\"Release\"" /D hello_world_EXPORTS /D _WI
NDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
/Zc:inline /F
|
Forget about my second question about x64. I figured out that in system32
are 64bit assemblies. My windows service was built in x86 so this is the
main problem why I couldn't use dotnet.dll built in 64 bits.
Sorry for spam.
Regards,
Adam.
2016-12-09 12:19 GMT+01:00 Adam Machera <adam.machera@gmail.com>:
… One more thing I have noticed that assemblies built in 64 are linked still
to 32 dependencies
***@***.*** /cygdrive/c/s/azure-iot-gateway-sdk/build/modules/logger/Releas
e
$ ldd logger.dll
ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
(0x7ffdf35e0000)
KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL
(0x7ffdf17d0000)
KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll
(0x7ffdf0040000)
ucrtbase.dll => /cygdrive/c/WINDOWS/System32/ucrtbase.dll
(0x7ffdefd70000)
VCRUNTIME140.dll => /cygdrive/c/WINDOWS/SYSTEM32/VCRUNTIME140.dll
(0x7ffde4f700 00)
Were you able to build sdk for windows in 64 bits on your end?
Because I wanted to call app from x64 c# app but dotnet.dll is also
linking to System32
***@***.*** /cygdrive/c/s/azure-iot-
gateway-sdk/build/bindings/dotnet/Release
$ ldd dotnet.dll
ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll
(0x7ffdf35e0000)
KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL
(0x7ffdf17d0000)
KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll
(0x7ffdf0040000)
OLEAUT32.dll => /cygdrive/c/WINDOWS/System32/OLEAUT32.dll
(0x7ffdf1880000)
msvcp_win.dll => /cygdrive/c/WINDOWS/System32/msvcp_win.dll
(0x7ffdefcd0000)
ucrtbase.dll => /cygdrive/c/WINDOWS/System32/ucrtbase.dll
(0x7ffdefd70000)
combase.dll => /cygdrive/c/WINDOWS/System32/combase.dll
(0x7ffdf1d30000)
RPCRT4.dll => /cygdrive/c/WINDOWS/System32/RPCRT4.dll
(0x7ffdf0fe0000)
bcryptPrimitives.dll => /cygdrive/c/WINDOWS/System32/bcryptPrimitives.dll
(0x7ffdefad0000)
mscoree.dll => /cygdrive/c/WINDOWS/SYSTEM32/mscoree.dll
(0x7ffdd36c0000)
VCRUNTIME140.dll => /cygdrive/c/WINDOWS/SYSTEM32/VCRUNTIME140.dll
(0x7ffde4f70000)
nanomsg.dll => /cygdrive/c/s/azure-iot-gateway-sdk/build/bindings/dotnet/Release/nanomsg.dll
(0x7ffdc6220000)
ADVAPI32.dll => /cygdrive/c/WINDOWS/System32/ADVAPI32.dll
(0x7ffdf0f30000)
msvcrt.dll => /cygdrive/c/WINDOWS/System32/msvcrt.dll
(0x7ffdf0bd0000)
sechost.dll => /cygdrive/c/WINDOWS/System32/sechost.dll
(0x7ffdf2000000)
WS2_32.dll => /cygdrive/c/WINDOWS/System32/WS2_32.dll
(0x7ffdf1990000)
MSWSOCK.dll => /cygdrive/c/WINDOWS/SYSTEM32/MSWSOCK.dll
(0x7ffdeee40000)
VCRUNTIME140D.dll => /cygdrive/c/WINDOWS/SYSTEM32/VCRUNTIME140D.dll
(0x7ffddb160000)
ucrtbased.dll => /cygdrive/c/WINDOWS/SYSTEM32/ucrtbased.dll
(0x7ffdc1950000)
I extended NativeDotNetHostWrapper to be able to start FG from windows
service but now because everything native libs are referring to 32bits
assemblies I'm getting
FieldGatewayServiceHost 2016-12-09 11:49:03.0285 FATAL Unhandled exception
while running field gateway System.BadImageFormatException: An attempt
was made to load a program with an incorrect format. (Exception from
HRESULT: 0x8007000B)
at Microsoft.Azure.IoT.Gateway.NativeDotNetHostWrapper.GatewayCreateFromJson(String
filePath)
at FieldGatewayService.FieldGatewayProcessor.<Start>d__6.MoveNext() in
C:\s\TetraPak\src\Field\FieldGatewayService\FieldGatewayProcessor.cs:line
37
Regards,
Adam.
2016-12-09 11:10 GMT+01:00 Adam Machera ***@***.***>:
> Hi,
>
> thanks for clue.
>
> I was able to build it but there is some postbuild event that is failing.
> Please find output of my build process:
>
> c:\s\azure-iot-gateway-sdk\tools>build.cmd --config Release --platform
> x64 --skip-unittests --disable-ble-module --enable-dotnet-binding
> Cleaning up build artifacts...
> test
> test2
> test3
> ***Running CMAKE for Win64***
> -- The C compiler identification is MSVC 19.0.24210.0
> -- The CXX compiler identification is MSVC 19.0.24210.0
> -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 14.0/VC/bin/x86_amd64/cl.exe
> -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft
> Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
> -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft
> Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- CMake Install Prefix is C:/Program Files/azure_iot_gateway_sdk-1.0.0/
> -- AIG architecture: x86_64
> -- nanomsg not found...
> -- Building nanomsg...
> -- The C compiler identification is MSVC 19.0.24210.0
> -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 14.0/VC/bin/x86_amd64/cl.exe
> -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual
> Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Detected nanomsg ABI v5.0.0
> -- Looking for pthread.h
> -- Looking for pthread.h - not found
> -- Found Threads: TRUE
> -- Looking for InitializeConditionVariable
> -- Looking for InitializeConditionVariable - found
> -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
> -- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Failed
> CMake Warning at CMakeLists.txt:246 (message):
> Could not find asciidoctor: skipping docs
>
>
> -- Configuring done
> -- Generating done
> -- Build files have been written to: C:/s/azure-iot-gateway-sdk/dep
> s/nanomsg/build
> -- Installing nanomsg. Please wait...
> -- Configuring done
> -- Generating done
> CMake Warning:
> Manually-specified variables were not used by the project:
>
> run_e2e_tests
>
>
> -- Build files have been written to: C:/s/azure-iot-gateway-sdk/build
> Microsoft (R) Build Engine version 14.0.25420.1
> Copyright (C) Microsoft Corporation. All rights reserved.
>
> Build started 09.12.2016 10:50:11.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> on node 1 (default targets).
> 1>ValidateSolutionConfiguration:
> Building solution configuration "Release|x64".
> ValidateProjects:
> The project "Continuous" is not selected for building in
> solution configuration "Release|x64".
> The project "Experimental" is not selected for building in
> solution configuration "Release|x64".
> The project "INSTALL" is not selected for building in solution
> configuration "Release|x64".
> The project "Nightly" is not selected for building in solution
> configuration "Release|x64".
> The project "NightlyMemoryCheck" is not selected for building in
> solution configuration "Release|x64".
> The project "RUN_TESTS" is not selected for building in solution
> configuration "Release|x64".
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\ALL_BUILD.vcxproj.metaproj" (2) on node 1 (default
> targets).
> 2>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\ALL_BUILD.vcxproj.metaproj" (2) is building
> "c:\s\azure-iot-gateway-sd
> k\build\ZERO_CHECK.vcxproj" (24) on node 2 (default targets).
> 24>PrepareForBuild:
> Creating directory "x64\Release\ZERO_CHECK\".
> Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
> InitializeBuildStatus:
> Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> CustomBuild:
> Checking Build System
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/CMakeFiles/generate.stamp is up-to-date
> .
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/core/CMakeFiles/generate.stamp is up-to
> -date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/core/deps/CMakeFiles/generate.stamp is
> up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/modules/CMakeFiles/generate.stamp is up
> -to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/modules/simulated_device/CMakeFiles/gen
> erate.stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/modules/identitymap/CMakeFiles/generate
> .stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/modules/iothub/CMakeFiles/generate.stam
> p is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/modules/logger/CMakeFiles/generate.stam
> p is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/modules/hello_world/CMakeFiles/generate
> .stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/modules/azure_functions/CMakeFiles/gene
> rate.stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/bindings/CMakeFiles/generate.stamp is u
> p-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/bindings/dotnet/CMakeFiles/generate.sta
> mp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/samples/CMakeFiles/generate.stamp is up
> -to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/samples/hello_world/CMakeFiles/generate
> .stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/samples/simulated_device_cloud_upload/C
> MakeFiles/generate.stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/samples/experimental/events_sample/CMak
> eFiles/generate.stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/samples/azure_functions_sample/CMakeFil
> es/generate.stamp is up-to-date.
> CMake does not need to re-run because
> C:/s/azure-iot-gateway-sdk/build/samples/dotnet_binding_sample/CMakeFile
> s/generate.stamp is up-to-date.
> FinalizeBuildStatus:
> Deleting file "x64\Release\ZERO_CHECK\ZERO_C
> HECK.tlog\unsuccessfulbuild".
> Touching "x64\Release\ZERO_CHECK\ZERO_C
> HECK.tlog\ZERO_CHECK.lastbuildstate".
> 24>Done Building Project "c:\s\azure-iot-gateway-sdk\build\ZERO_CHECK.vcxproj"
> (default targets).
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\core\deps\parson.vcxproj.metaproj" (20) on node 1 (default
> targets).
> 20>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\core\deps\parson.vcxproj.metaproj" (20) is building
> "c:\s\azure-iot-ga
> teway-sdk\build\core\deps\parson.vcxproj" (25) on node 2 (default
> targets).
> 25>PrepareForBuild:
> Creating directory "parson.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\core\deps\Release\".
> Creating directory "parson.dir\Release\parson.tlog\".
> InitializeBuildStatus:
> Creating "parson.dir\Release\parson.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/cor
> e/deps/CMakeLists.txt
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\core\deps\CMakeFiles\generate.stamp is
> up-to-date.
> ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\deps\..\..\deps\parson"
> /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D
> _WINDOWS /D NDEBUG /D ARCHITECTURE_x86_64=1 /D
> "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /MD /GS /fp:precise /
> Zc:wchar_t /Zc:forScope /Zc:inline /Fo"parson.dir\Release\\"
> /Fd"parson.dir\Release\parson.pdb" /Gd /TC /error
> Report:queue /guard:cf "C:\s\azure-iot-gateway-sdk\de
> ps\parson\parson.c"
> parson.c
> Lib:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
> build\core\deps\Release\parson.lib" /NOLOGO /MACHINE:X64
> /machine:x64 parson.dir\Release\parson.obj
> parson.vcxproj -> C:\s\azure-iot-gateway-sdk\bui
> ld\core\deps\Release\parson.lib
> FinalizeBuildStatus:
> Deleting file "parson.dir\Release\parson.tlo
> g\unsuccessfulbuild".
> Touching "parson.dir\Release\parson.tlog\parson.lastbuildstate".
> 25>Done Building Project "c:\s\azure-iot-gateway-sdk\build\core\deps\parson.vcxproj"
> (default targets).
> 20>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\core\deps\parson.vcxproj.metaproj" (default targets).
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\core\gateway.vcxproj.metaproj" (10) on node 1 (default
> targets).
> 10>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj.metaproj" (10) is building
> "c:\s\azure-iot-gatewa
> y-sdk\build\core\gateway.vcxproj" (26) on node 1 (default
> targets).
> 26>PrepareForBuild:
> Creating directory "gateway.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\core\Release\".
> Creating directory "gateway.dir\Release\gateway.tlog\".
> InitializeBuildStatus:
> Creating "gateway.dir\Release\gateway.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/cor
> e/CMakeLists.txt
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\core\CMakeFiles\generate.stamp is up-to
> -date.
> ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc\windows"
> /I"C:\s\azure-iot-gateway-sdk\core\..\bindings\d
> otnet\inc" /I"C:\s\azure-iot-gateway-sdk\core\.\inc"
> /I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:
> \s\azure-iot-gateway-sdk\install-deps\include\azureiot" /nologo
> /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEB
> UG /D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
> DOTNET_BINDING_ENABLED /D "CMAKE_INTDIR=\"Release\""
> /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
> /Zc:inline /Fo"gateway.dir\Release\\" /Fd"gateway.
> dir\Release\gateway.pdb" /Gd /TC /errorReport:queue /guard:cf
> "C:\s\azure-iot-gateway-sdk\core\src\message.c"
> "C:\s\azure-iot-gateway-sdk\core\src\internal\event_system.c"
> "C:\s\azure-iot-gateway-sdk\core\src\gateway_in
> ternal.c" "C:\s\azure-iot-gateway-sdk\core\src\gateway.c"
> "C:\s\azure-iot-gateway-sdk\core\src\gateway_createf
> romjson.c" "C:\s\azure-iot-gateway-sdk\core\src\broker.c"
> "C:\s\azure-iot-gateway-sdk\core\src\module_loader.c
> " "C:\s\azure-iot-gateway-sdk\core\adapters\dynamic_library_windows.c"
> "C:\s\azure-iot-gateway-sdk\core\adapte
> rs\gb_library_windows.c" "C:\s\azure-iot-gateway-sdk\co
> re\src\module_loaders\dynamic_loader.c" "C:\s\azure-iot
> -gateway-sdk\core\src\module_loaders\dotnet_loader.c"
> message.c
> 26>C:\s\azure-iot-gateway-sdk\core\src\message.c(298): warning
> C4244: '=': conversion from '__int64' to 'int32_t',
> possible loss of data [c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj]
> 26>C:\s\azure-iot-gateway-sdk\core\src\message.c(525): warning
> C4267: '=': conversion from 'size_t' to 'int32_t', p
> ossible loss of data [c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj]
> 26>C:\s\azure-iot-gateway-sdk\core\src\message.c(542): warning
> C4267: '=': conversion from 'size_t' to 'unsigned ch
> ar', possible loss of data [c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj]
> 26>C:\s\azure-iot-gateway-sdk\core\src\message.c(547): warning
> C4267: '=': conversion from 'size_t' to 'unsigned ch
> ar', possible loss of data [c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj]
> 26>C:\s\azure-iot-gateway-sdk\core\src\message.c(568): warning
> C4267: '=': conversion from 'size_t' to 'unsigned ch
> ar', possible loss of data [c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj]
> 26>C:\s\azure-iot-gateway-sdk\core\src\message.c(577): warning
> C4267: '=': conversion from 'size_t' to 'int32_t', p
> ossible loss of data [c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj]
> event_system.c
> gateway_internal.c
> gateway.c
> gateway_createfromjson.c
> broker.c
> module_loader.c
> dynamic_library_windows.c
> gb_library_windows.c
> dynamic_loader.c
> dotnet_loader.c
> Generating Code...
> Lib:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
> build\core\Release\gateway.lib" /NOLOGO /MACHINE:X64
> /machine:x64 gateway.dir\Release\message.obj
> gateway.dir\Release\event_system.obj
> gateway.dir\Release\gateway_internal.obj
> gateway.dir\Release\gateway.obj
> gateway.dir\Release\gateway_createfromjson.obj
> gateway.dir\Release\broker.obj
> gateway.dir\Release\module_loader.obj
> gateway.dir\Release\dynamic_library_windows.obj
> gateway.dir\Release\gb_library_windows.obj
> gateway.dir\Release\dynamic_loader.obj
> gateway.dir\Release\dotnet_loader.obj
> gateway.vcxproj -> C:\s\azure-iot-gateway-sdk\bui
> ld\core\Release\gateway.lib
> FinalizeBuildStatus:
> Deleting file "gateway.dir\Release\gateway.t
> log\unsuccessfulbuild".
> Touching "gateway.dir\Release\gateway.t
> log\gateway.lastbuildstate".
> 26>Done Building Project "c:\s\azure-iot-gateway-sdk\build\core\gateway.vcxproj"
> (default targets).
> 10>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\core\gateway.vcxproj.metaproj" (default targets).
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\simulated_device\simulated_device_static.vcxproj.metaproj"
> (23) on node 1 (default targets).
> 23>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\simulated_device\simulated_device_static.vcxproj.metaproj"
> (23
> ) is building "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\simulated_device\simulated_device_static.vcxproj" (34) o
> n node 1 (default targets).
> 34>PrepareForBuild:
> Creating directory "simulated_device_static.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\modules\simulated_device\Release\".
> Creating directory "simulated_device_static.dir\R
> elease\simulate.1DA7D5BD.tlog\".
> InitializeBuildStatus:
> Creating "simulated_device_static.dir\R
> elease\simulate.1DA7D5BD.tlog\unsuccessfulbuild" because "AlwaysCreate"
> was specified.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\iothub\iothub.vcxproj.metaproj" (16) on node 1
> (default targets).
> 16>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\iothub\iothub.vcxproj.metaproj" (16) is building
> "c:\s\azure-i
> ot-gateway-sdk\build\modules\iothub\iothub.vcxproj" (35) on node
> 3 (default targets).
> 35>PrepareForBuild:
> Creating directory "iothub.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\modules\iothub\Release\".
> Creating directory "iothub.dir\Release\iothub.tlog\".
> InitializeBuildStatus:
> Creating "iothub.dir\Release\iothub.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\identitymap\identity_map_static.vcxproj.metaproj"
> (15) on node 1 (default targets).
> 15>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\identitymap\identity_map_static.vcxproj.metaproj" (15) is
> buil
> ding "c:\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map_static.vcxproj"
> (36) on node 2 (default
> targets).
> 36>PrepareForBuild:
> Creating directory "identity_map_static.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\modules\identitymap\Release\".
> Creating directory "identity_map_static.dir\Relea
> se\identity.CE7B1BA5.tlog\".
> InitializeBuildStatus:
> Creating "identity_map_static.dir\Relea
> se\identity.CE7B1BA5.tlog\unsuccessfulbuild" because "AlwaysCreate" was
> specified.
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 35>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/mod
> ules/iothub/CMakeLists.txt
> 34>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/mod
> ules/simulated_device/CMakeLists.txt
> 36>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/mod
> ules/identitymap/CMakeLists.txt
> 35>CustomBuild:
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\modules\iothub\CMakeFiles\generate.stam
> p is up-to-date.
> 36>CustomBuild:
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\modules\identitymap\CMakeFiles\generate
> .stamp is up-to-date.
> 34>CustomBuild:
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\CMakeFiles\gen
> erate.stamp is up-to-date.
> ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
> /I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
> azure-iot-gateway-sdk\modules\simulated_device\.\inc"
> /I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C
> :\s\azure-iot-gateway-sdk\install-deps\include\azureiot"
> /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDE
> BUG /D BUILD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
> _CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release
> \"" /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
> /Zc:inline /Fo"simulated_device_static.dir\Rele
> ase\\" /Fd"simulated_device_static.di
> r\Release\simulated_device_static.pdb" /Gd /TC /errorReport:queue /guard
> :cf "C:\s\azure-iot-gateway-sdk\modules\simulated_device\src\sim
> ulated_device.c"
> 36>ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
> /I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
> azure-iot-gateway-sdk\modules\identitymap\.\inc"
> /I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
> zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
> /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
> D BUILD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
> _CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /
> D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
> /Zc:inline /Fo"identity_map_static.dir\Release\\" /F
> d"identity_map_static.dir\Release\identity_map_static.pdb" /Gd
> /TC /errorReport:queue /guard:cf "C:\s\azure-i
> ot-gateway-sdk\modules\identitymap\src\identitymap.c"
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\bindings\dotnet\dotnet.vcxproj.metaproj" (6) on node 1
> (default targets).
> 6>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\bindings\dotnet\dotnet.vcxproj.metaproj" (6) is building
> "c:\s\azure-i
> ot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj" (37) on node
> 4 (default targets).
> 37>PrepareForBuild:
> Creating directory "dotnet.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\bindings\dotnet\Release\".
> Creating directory "dotnet.dir\Release\dotnet.tlog\".
> InitializeBuildStatus:
> Creating "dotnet.dir\Release\dotnet.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\identitymap\identity_map.vcxproj.metaproj" (14) on
> node 1 (default targets).
> 14>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\identitymap\identity_map.vcxproj.metaproj" (14) is building
> "c
> :\s\azure-iot-gateway-sdk\build\modules\identitymap\identity_map.vcxproj"
> (38) on node 1 (default targets).
> 38>PrepareForBuild:
> Creating directory "identity_map.dir\Release\".
> Creating directory "identity_map.dir\Release\iden
> tity_map.tlog\".
> InitializeBuildStatus:
> Creating "identity_map.dir\Release\iden
> tity_map.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
> 34>ClCompile:
> simulated_device.c
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\logger\logger_static.vcxproj.metaproj" (19) on
> node 1 (default targets).
> 19>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\logger\logger_static.vcxproj.metaproj" (19) is building
> "c:\s\
> azure-iot-gateway-sdk\build\modules\logger\logger_static.vcxproj"
> (33) on node 2 (default targets).
> 33>PrepareForBuild:
> Creating directory "logger_static.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\modules\logger\Release\".
> Creating directory "logger_static.dir\Release\log
> ger_static.tlog\".
> 35>ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
> /I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
> azure-iot-gateway-sdk\modules\iothub\.\inc"
> /I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
> iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
> /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D ARC
> HITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
> GB_MEASURE_MEMORY_FOR_THIS /D GB_DEBUG_ALLOC /D "CMAKE_INTDIR
> =\"Release\"" /D iothub_EXPORTS /D _WINDLL /D _MBCS /Gm- /MD /GS
> /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inli
> ne /Fo"iothub.dir\Release\\" /Fd"iothub.dir\Release\vc140.pdb"
> /Gd /TC /errorReport:queue /guard:cf "C:\s\azu
> re-iot-gateway-sdk\modules\iothub\src\iothub.c"
> "C:\s\azure-iot-gateway-sdk\modules\iothub\src\null_protocol.c
> "
> iothub.c
> null_protocol.c
> 38>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/mod
> ules/identitymap/CMakeLists.txt
> 33>InitializeBuildStatus:
> Creating "logger_static.dir\Release\log
> ger_static.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified
> .
> 38>CustomBuild:
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\modules\identitymap\CMakeFiles\generate
> .stamp is up-to-date.
> 37>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/bin
> dings/dotnet/CMakeLists.txt
> 36>ClCompile:
> identitymap.c
> 33>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/mod
> ules/logger/CMakeLists.txt
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\simulated_device\simulated_device.vcxproj.metaproj"
> (21) on node 1 (default targets).
> 21>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\simulated_device\simulated_device.vcxproj.metaproj" (21) is
> bu
> ilding "c:\s\azure-iot-gateway-sdk\build\modules\simulated_device\simulated_device.vcxproj"
> (32) on node 3 (defa
> ult targets).
> 32>PrepareForBuild:
> Creating directory "simulated_device.dir\Release\".
> Creating directory "simulated_device.dir\Release\
> simulated_device.tlog\".
> 33>CustomBuild:
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\modules\logger\CMakeFiles\generate.stam
> p is up-to-date.
> 37>CustomBuild:
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\bindings\dotnet\CMakeFiles\generate.sta
> mp is up-to-date.
> 32>InitializeBuildStatus:
> Creating "simulated_device.dir\Release\
> simulated_device.tlog\unsuccessfulbuild" because "AlwaysCreate" was spe
> cified.
> 35>ClCompile:
> Generating Code...
> 32>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/mod
> ules/simulated_device/CMakeLists.txt
> 38>ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
> /I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
> azure-iot-gateway-sdk\modules\identitymap\.\inc"
> /I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\a
> zure-iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3
> /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /
> D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
> "CMAKE_INTDIR=\"Release\"" /D identity_map_EXPORTS /D _W
> INDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope
> /Zc:inline /Fo"identity_map.dir\Release\\" /F
> d"identity_map.dir\Release\vc140.pdb" /Gd /TC
> /errorReport:queue /guard:cf "C:\s\azure-iot-gateway-sdk\module
> s\identitymap\src\identitymap.c"
> 32>CustomBuild:
> CMake does not need to re-run because
> C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\CMakeFiles\gen
> erate.stamp is up-to-date.
> 34>Lib:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
> build\modules\simulated_device\Release\simulated_device_static.lib"
> /NOLOGO /MACHINE:X64 /machine:x64 simulat
> ed_device_static.dir\Release\simulated_device.obj
> 38>ClCompile:
> identitymap.c
> 32>ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
> /I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
> azure-iot-gateway-sdk\modules\simulated_device\.\inc"
> /I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C
> :\s\azure-iot-gateway-sdk\install-deps\include\azureiot"
> /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDE
> BUG /D ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /D
> "CMAKE_INTDIR=\"Release\"" /D simulated_device_EXPO
> RTS /D _WINDLL /D _MBCS /Gm- /MD /GS /fp:precise /Zc:wchar_t
> /Zc:forScope /Zc:inline /Fo"simulated_device.dir\
> Release\\" /Fd"simulated_device.dir\Release\vc140.pdb" /Gd /TC
> /errorReport:queue /guard:cf "C:\s\azure-iot-g
> ateway-sdk\modules\simulated_device\src\simulated_device.c"
> 35>Link:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
> ure-iot-gateway-sdk\build\modules\iothub\Release\iothub.dll"
> /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib g
> di32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib
> uuid.lib comdlg32.lib advapi32.lib ..\..\core\Release
> \gateway.lib "..\..\..\install-deps\lib\iothub_client.lib"
> "..\..\..\install-deps\lib\iothub_client_amqp_trans
> port.lib" "..\..\..\install-deps\lib\uamqp.lib"
> "..\..\..\install-deps\lib\aziotsharedutil.lib" ws2_32.lib sec
> ur32.lib "..\..\..\install-deps\lib\iothub_client_http_transport.lib"
> winhttp.lib "..\..\..\install-deps\lib\i
> othub_client_mqtt_transport.lib" "..\..\..\install-deps\lib\umqtt.lib"
> "..\..\..\install-deps\lib\aziotsharedu
> til.lib" ..\..\core\deps\Release\parson.lib
> "..\..\..\install-deps\lib\nanomsg.lib" crypt32.lib winhttp.lib cr
> ypt32.lib winhttp.lib ws2_32.lib secur32.lib rpcrt4.lib
> /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='fa
> lse'" /manifest:embed /PDB:"C:/s/azure-iot-gateway-s
> dk/build/modules/iothub/Release/iothub.pdb" /SUBSYSTEM:CON
> SOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
> /IMPLIB:"C:/s/azure-iot-gateway-sdk/build/modules/iothub/Release/iothub.l
> ib" /MACHINE:X64 /machine:x64 /guard:cf /DLL
> iothub.dir\Release\iothub.obj
> iothub.dir\Release\null_protocol.obj
> 33>ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
> /I"C:\s\azure-iot-gateway-sdk\modules\.\common" /I"C:\s\
> azure-iot-gateway-sdk\modules\logger\.\inc"
> /I"c:\s\azure-iot-gateway-sdk\install-deps\include" /I"C:\s\azure-
> iot-gateway-sdk\install-deps\include\azureiot" /nologo /W3 /WX-
> /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D BUI
> LD_MODULE_TYPE_STATIC /D ARCHITECTURE_x86_64=1 /D
> _CRT_SECURE_NO_WARNINGS /D "CMAKE_INTDIR=\"Release\"" /D _MB
> CS /Gm- /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline
> /Fo"logger_static.dir\Release\\" /Fd"logger_st
> atic.dir\Release\logger_static.pdb" /Gd /TC /errorReport:queue
> /guard:cf "C:\s\azure-iot-gateway-sdk\modules\
> logger\src\logger.c"
> logger.c
> 37>ClCompile:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\CL.exe /c /I"C:\s\azure-iot-gateway-sdk\.
> \deps\parson" /I"C:\s\azure-iot-gateway-sdk\core\inc"
> /I"C:\s\azure-iot-gateway-sdk\bindings\dotnet\.\inc" /I"
> c:\s\azure-iot-gateway-sdk\install-deps\include"
> /I"C:\s\azure-iot-gateway-sdk\install-deps\include\azureiot"
> /nologo /W3 /WX- /O2 /Ob2 /D WIN32 /D _WINDOWS /D NDEBUG /D
> ARCHITECTURE_x86_64=1 /D _CRT_SECURE_NO_WARNINGS /
> D "CMAKE_INTDIR=\"Release\"" /D dotnet_EXPORTS /D _WINDLL /D
> _MBCS /Gm- /EHsc /MD /GS /fp:precise /Zc:wchar_t
> /Zc:forScope /Zc:inline /GR /Fo"dotnet.dir\Release\\"
> /Fd"dotnet.dir\Release\vc140.pdb" /Gd /TP /errorReport:q
> ueue /guard:cf "C:\s\azure-iot-gateway-sdk\bi
> ndings\dotnet\src\dotnet.cpp"
> dotnet.cpp
> 34>Lib:
> simulated_device_static.vcxproj ->
> C:\s\azure-iot-gateway-sdk\build\modules\simulated_device\
> Release\simulated
> _device_static.lib
> FinalizeBuildStatus:
> Deleting file "simulated_device_static.dir\R
> elease\simulate.1DA7D5BD.tlog\unsuccessfulbuild".
> Touching "simulated_device_static.dir\R
> elease\simulate.1DA7D5BD.tlog\simulated_device_static.lastbuildstate".
> 34>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\simulated_device\simulated_device_static.vcxproj
> " (default targets).
> 23>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\simulated_device\simulated_device_static.vcxproj
> .metaproj" (default targets).
> 38>Link:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
> ure-iot-gateway-sdk\build\modules\identitymap\Release\identity_map.dll"
> /INCREMENTAL:NO /NOLOGO kernel32.lib u
> ser32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
> oleaut32.lib uuid.lib comdlg32.lib advapi32.lib ..\..\c
> ore\Release\gateway.lib "..\..\..\install-deps\lib\aziotsharedutil.lib"
> crypt32.lib winhttp.lib crypt32.lib wi
> nhttp.lib ws2_32.lib secur32.lib ..\..\core\deps\Release\parson.lib
> "..\..\..\install-deps\lib\nanomsg.lib" rp
> crt4.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
> uiAccess='false'" /manifest:embed /PDB:"C:/s/azure-iot-gate
> way-sdk/build/modules/identitymap/Release/identity_map.pdb"
> /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT
> /IMPLIB:"C:/s/azure-iot-gateway-sdk/build/modules/identitymap/Release/identity_map.lib"
> /MACHINE:X64 /machin
> e:x64 /guard:cf /DLL identity_map.dir\Release\identitymap.obj
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 36>Lib:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
> build\modules\identitymap\Release\identity_map_static.lib"
> /NOLOGO /MACHINE:X64 /machine:x64 identity_map_sta
> tic.dir\Release\identitymap.obj
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\hello_world\hello_world.vcxproj.metaproj" (11) on
> node 1 (default targets).
> 11>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\hello_world\hello_world.vcxproj.metaproj" (11) is building
> "c:
> \s\azure-iot-gateway-sdk\build\modules\hello_world\hello_world.vcxproj"
> (39) on node 4 (default targets).
> 39>PrepareForBuild:
> Creating directory "hello_world.dir\Release\".
> Creating directory "C:\s\azure-iot-gateway-sdk\bu
> ild\modules\hello_world\Release\".
> Creating directory "hello_world.dir\Release\hello_world.tlog\".
> 32>ClCompile:
> simulated_device.c
> 39>InitializeBuildStatus:
> Creating "hello_world.dir\Release\hello_world.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> 35>Link:
> Creating library C:/s/azure-iot-gateway-sdk/bui
> ld/modules/iothub/Release/iothub.lib and object C:/s/azure-i
> ot-gateway-sdk/build/modules/iothub/Release/iothub.exp
> 35>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
> other libs; use /NODEFAULTLIB:library [c:\s\a
> zure-iot-gateway-sdk\build\modules\iothub\iothub.vcxproj]
> 38>Link:
> Creating library C:/s/azure-iot-gateway-sdk/bui
> ld/modules/identitymap/Release/identity_map.lib and object C
> :/s/azure-iot-gateway-sdk/build/modules/identitymap/Release
> /identity_map.exp
> 38>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
> other libs; use /NODEFAULTLIB:library [c:\s\a
> zure-iot-gateway-sdk\build\modules\identitymap\identity_map
> .vcxproj]
> 36>Lib:
> identity_map_static.vcxproj -> C:\s\azure-iot-gateway-sdk\bui
> ld\modules\identitymap\Release\identity_map_stati
> c.lib
> 35>Link:
> iothub.vcxproj -> C:\s\azure-iot-gateway-sdk\bui
> ld\modules\iothub\Release\iothub.dll
> FinalizeBuildStatus:
> Deleting file "iothub.dir\Release\iothub.tlo
> g\unsuccessfulbuild".
> Touching "iothub.dir\Release\iothub.tlog\iothub.lastbuildstate".
> 35>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\iothub\iothub.vcxproj" (default targets).
> 36>FinalizeBuildStatus:
> Deleting file "identity_map_static.dir\Relea
> se\identity.CE7B1BA5.tlog\unsuccessfulbuild".
> Touching "identity_map_static.dir\Relea
> se\identity.CE7B1BA5.tlog\identity_map_static.lastbuildstate".
> 36>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\identitymap\identity_map_static.vcxproj" (defaul
> t targets).
> 32>Link:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\s\az
> ure-iot-gateway-sdk\build\modules\simulated_device\Release\simulated_device.dll"
> /INCREMENTAL:NO /NOLOGO kerne
> l32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib
> oleaut32.lib uuid.lib comdlg32.lib advapi32.li
> b ..\..\core\Release\gateway.lib "..\..\..\install-deps\lib\aziotsharedutil.lib"
> crypt32.lib winhttp.lib crypt
> 32.lib winhttp.lib ws2_32.lib secur32.lib
> ..\..\core\deps\Release\parson.lib "..\..\..\install-deps\lib\nanoms
> g.lib" rpcrt4.lib /MANIFEST /MANIFESTUAC:"level='asInvoker'
> uiAccess='false'" /manifest:embed /PDB:"C:/s/azure
> -iot-gateway-sdk/build/modules/simulated_device/Release/simulated_device.pdb"
> /SUBSYSTEM:CONSOLE /TLBID:1 /DYN
> AMICBASE /NXCOMPAT /IMPLIB:"C:/s/azure-iot-gatewa
> y-sdk/build/modules/simulated_device/Release/simulated_device
> .lib" /MACHINE:X64 /machine:x64 /guard:cf /DLL
> simulated_device.dir\Release\simulated_device.obj
> 33>Lib:
> C:\Program Files (x86)\Microsoft Visual Studio
> 14.0\VC\bin\x86_amd64\Lib.exe /OUT:"C:\s\azure-iot-gateway-sdk\
> build\modules\logger\Release\logger_static.lib" /NOLOGO
> /MACHINE:X64 /machine:x64 logger_static.dir\Release\l
> ogger.obj
> 39>CustomBuild:
> Building Custom Rule C:/s/azure-iot-gateway-sdk/mod
> ules/hello_world/CMakeLists.txt
> 32>Link:
> Creating library C:/s/azure-iot-gateway-sdk/bui
> ld/modules/simulated_device/Release/simulated_device.lib and
> object C:/s/azure-iot-gateway-sdk/bui
> ld/modules/simulated_device/Release/simulated_device.exp
> 38>Link:
> identity_map.vcxproj -> C:\s\azure-iot-gateway-sdk\bui
> ld\modules\identitymap\Release\identity_map.dll
> 32>LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of
> other libs; use /NODEFAULTLIB:library [c:\s\a
> zure-iot-gateway-sdk\build\modules\simulated_device\simulat
> ed_device.vcxproj]
> FinalizeBuildStatus:
> Deleting file "identity_map.dir\Release\iden
> tity_map.tlog\unsuccessfulbuild".
> Touching "identity_map.dir\Release\iden
> tity_map.tlog\identity_map.lastbuildstate".
> 38>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\identitymap\identity_map.vcxproj" (default targe
> ts).
> 16>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\iothub\iothub.vcxproj.metaproj" (default targets
> ).
> 15>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\identitymap\identity_map_static.vcxproj.metaproj
> " (default targets).
> 14>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\identitymap\identity_map.vcxproj.metaproj" (defa
> ult targets).
> 33>Lib:
> logger_static.vcxproj -> C:\s\azure-iot-gateway-sdk\bui
> ld\modules\logger\Release\logger_static.lib
> The target "_ConvertPdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,37)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectPdbFiles" listed in an AfterTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (34,70)"
> does not exist in the project, and will be ignore
> d.
> The target "_CollectMdbFiles" listed in a BeforeTargets attribute
> at "C:\Program Files (x86)\MSBuild\14.0\Micros
> oft.Common.targets\ImportAfter\Xamarin.Common.targets (41,38)"
> does not exist in the project, and will be ignore
> d.
> The target "_CopyMdbFiles" listed in an AfterTargets attribute at
> "C:\Program Files (x86)\MSBuild\14.0\Microsoft
> .Common.targets\ImportAfter\Xamarin.Common.targets (41,71)" does
> not exist in the project, and will be ignored.
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\bindings\dotnet\dotnet_static.vcxproj.metaproj" (8) on
> node 1 (default targets).
> 8>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\bindings\dotnet\dotnet_static.vcxproj.metaproj" (8) is building
> "c:\s\
> azure-iot-gateway-sdk\build\bindings\dotnet\dotnet_static.vcxproj"
> (40) on node 1 (default targets).
> 40>PrepareForBuild:
> Creating directory "dotnet_static.dir\Release\".
> Creating directory "dotnet_static.dir\Release\dot
> net_static.tlog\".
> InitializeBuildStatus:
> Creating "dotnet_static.dir\Release\dot
> net_static.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified
> .
> 33>FinalizeBuildStatus:
> Deleting file "logger_static.dir\Release\log
> ger_static.tlog\unsuccessfulbuild".
> Touching "logger_static.dir\Release\log
> ger_static.tlog\logger_static.lastbuildstate".
> 33>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\logger\logger_static.vcxproj" (default targets).
> 32>Link:
> simulated_device.vcxproj -> C:\s\azure-iot-gateway-sdk\bui
> ld\modules\simulated_device\Release\simulated_device
> .dll
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\logger\logger.vcxproj.metaproj" (18) on node 1
> (default targets).
> 18>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\logger\logger.vcxproj.metaproj" (18) is building
> "c:\s\azure-i
> ot-gateway-sdk\build\modules\logger\logger.vcxproj" (31) on node
> 2 (default targets).
> 31>PrepareForBuild:
> Creating directory "logger.dir\Release\".
> Creating directory "logger.dir\Release\logger.tlog\".
> InitializeBuildStatus:
> Creating "logger.dir\Release\logger.tlog\unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> 32>FinalizeBuildStatus:
> Deleting file "simulated_device.dir\Release\
> simulated_device.tlog\unsuccessfulbuild".
> Touching "simulated_device.dir\Release\
> simulated_device.tlog\simulated_device.lastbuildstate".
> 32>Done Building Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\simulated_device\simulated_device.vcxproj" (defa
> ult targets).
> 1>Project "c:\s\azure-iot-gateway-sdk\build\azure_iot_gateway_sdk.sln"
> (1) is building "c:\s\azure-iot-gateway-sdk
> \build\modules\iothub\iothub_static.vcxproj.metaproj" (17) on
> node 1 (default targets).
> 17>Project "c:\s\azure-iot-gateway-sdk\bu
> ild\modules\iothub\iothub_static.vcxproj.metaproj" (17) is building
> "c:\s\
> azure-iot-gateway-sdk\build\modules\iothub\iothub_static.vc
|
Yes, our CI server builds for 64-bit Windows whenever we push commits to the repository.
Did you resolve this issue? You pasted your build log into the comment, but it appears to have been truncated. Can you attach the log file to your next GitHub comment (drag & drop into comment window) instead of pasting contents? Finally, are there any other unresolved issues in this thread? Thanks! |
If I try to build gateway sdk on windows 10 with x64 cmake (cmake-3.7.1-win64-x64.msi) I'm getting bunch of exceptions.
To build solution I'm using
build.cmd --config Release --platform x64 --skip-unittests --disable-ble-module --enable-dotnet-binding
Sample exception:
gateway.lib(module_loader.obj) : error LNK2001: unresolved external symbol VECTOR_size [c:\s\azure-iot-gateway
-sdk\build\bindings\dotnet\dotnet.vcxproj]
gateway.lib(gateway_internal.obj) : error LNK2001: unresolved external symbol VECTOR_size [c:\s\azure-iot-gate
way-sdk\build\bindings\dotnet\dotnet.vcxproj]
gateway.lib(gateway.obj) : error LNK2019: unresolved external symbol VECTOR_front referenced in function Gatew
ay_DestroyModuleList [c:\s\azure-iot-gateway-sdk\build\bindings\dotnet\dotnet.vcxproj]
Whole output attached to issue.
build.docx
The text was updated successfully, but these errors were encountered: