Determining if the __x86_64__ exist failed with the following output: Change Dir: /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_eeb24/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_eeb24.dir/build.make CMakeFiles/cmTC_eeb24.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_eeb24.dir/CheckSymbolExists.c.o /tmp/instance-1/output-1/host/bin/riscv32-linux-gcc --sysroot=/tmp/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot -D_POSIX_C_SOURCE=200112L -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Werror -Werror -DNDEBUG -fPIE -o CMakeFiles/cmTC_eeb24.dir/CheckSymbolExists.c.o -c /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: '__x86_64__' undeclared (first use in this function) 7 | return ((int*)(&__x86_64__))[argc]; | ^~~~~~~~~~ /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_eeb24.dir/build.make:66: CMakeFiles/cmTC_eeb24.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_eeb24/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' File /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef __x86_64__ return ((int*)(&__x86_64__))[argc]; #else (void)argc; return 0; #endif } Determining if the __i386__ exist failed with the following output: Change Dir: /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_e006c/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_e006c.dir/build.make CMakeFiles/cmTC_e006c.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e006c.dir/CheckSymbolExists.c.o /tmp/instance-1/output-1/host/bin/riscv32-linux-gcc --sysroot=/tmp/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot -D_POSIX_C_SOURCE=200112L -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Werror -Werror -DNDEBUG -fPIE -o CMakeFiles/cmTC_e006c.dir/CheckSymbolExists.c.o -c /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: '__i386__' undeclared (first use in this function) 7 | return ((int*)(&__i386__))[argc]; | ^~~~~~~~ /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_e006c.dir/build.make:66: CMakeFiles/cmTC_e006c.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_e006c/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' File /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef __i386__ return ((int*)(&__i386__))[argc]; #else (void)argc; return 0; #endif } Determining if the __arm__ exist failed with the following output: Change Dir: /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_76f62/fast && make[1]: Entering directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_76f62.dir/build.make CMakeFiles/cmTC_76f62.dir/build make[2]: Entering directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_76f62.dir/CheckSymbolExists.c.o /tmp/instance-1/output-1/host/bin/riscv32-linux-gcc --sysroot=/tmp/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot -D_POSIX_C_SOURCE=200112L -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -Werror -Werror -DNDEBUG -fPIE -o CMakeFiles/cmTC_76f62.dir/CheckSymbolExists.c.o -c /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function 'main': /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: error: '__arm__' undeclared (first use in this function) 7 | return ((int*)(&__arm__))[argc]; | ^~~~~~~ /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c:7:19: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [CMakeFiles/cmTC_76f62.dir/build.make:66: CMakeFiles/cmTC_76f62.dir/CheckSymbolExists.c.o] Error 1 make[2]: Leaving directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' make[1]: *** [Makefile:121: cmTC_76f62/fast] Error 2 make[1]: Leaving directory '/tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp' File /tmp/instance-1/output-1/build/azure-iot-sdk-c-LTS_07_2020_Ref02/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ int main(int argc, char** argv) { (void)argv; #ifndef __arm__ return ((int*)(&__arm__))[argc]; #else (void)argc; return 0; #endif }