Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi
I want to use Thingworx C-SDK on Ordroid-C2 with Ubuntu 64 linux.
Ordroid-C2 has arm64 apu, when I try to build C-SDK, It occures error after linking.
Ubuntu 16.04 and arm64 version.
------------------------------------- Error messages here------------------------------------------
.
.
.
[100%] Linking C Shared library libtwCSdk.so
.../../src/thirdParty/openssl-1.0.2l_fips-2.0.16/gcc-linux-x86-64-cross/lib/libssl.so.1.0..0: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
src/CMakeFiles/twCSdk.dir/build.make:1474: recipe for target 'src/libtwCSdk.so.2.1.1' failed
make[2]: *** [src/libtwCSdk.so.2.1.1] Error 1
CMakeFiles/Makefile2:157: recipe for target 'src/CMakeFiles/twCSdk.dir/all' failed
make[1]: ***[src/CMakeFiles/twCSdk..dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2