Skip to main content
1-Visitor
September 2, 2021
Solved

Thingworx C-SDK GCC - version requirements

  • September 2, 2021
  • 2 replies
  • 1593 views

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

 

 

Best answer by slangley

Hi @JohanD

 

Here's the latest support matrix available.  We don't have a recommended version--just the minimum indicated in the documentation.

 

Regards.

 

--Sharon

2 replies

19-Tanzanite
September 2, 2021

What architecture(s) you intend to build for?

JohanD1-VisitorAuthor
1-Visitor
September 3, 2021

Hi, thanks for your answer,

 

We are building for ARM (arm-eabi) and i686. We have currently two platforms that we need to maintain.

 

slangleyCommunity ManagerAnswer
Support
September 10, 2021

Hi @JohanD

 

Here's the latest support matrix available.  We don't have a recommended version--just the minimum indicated in the documentation.

 

Regards.

 

--Sharon

JohanD1-VisitorAuthor
1-Visitor
September 13, 2021

Exactly the information I needed, thanks a lot Sharon.