Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi community,
We will be using the C-SDK in a upcoming project and there are some concerns which GCC version to use.
We are aiming to use GCC version 6.3.0 to port existing system to ThingWorx.
In the CMakeFile C99 is mentione menaing GCC version > 4.5 should be used according to my knowledge.
A bit futher down C11 is mentioned whne compiling for UWP platform.
Question, do anyone know from which GCC version is recommended to run with ThingWorx C-SDK?
Kind regards //JD
Solved! Go to Solution.
What architecture(s) you intend to build for?
Hi, thanks for your answer,
We are building for ARM (arm-eabi) and i686. We have currently two platforms that we need to maintain.
Exactly the information I needed, thanks a lot Sharon.