cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Thingworx C-SDK GCC - version requirements

JohanD
4-Participant

Thingworx C-SDK GCC - version requirements

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

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:JohanD)

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

View solution in original post

4 REPLIES 4

What architecture(s) you intend to build for?

JohanD
4-Participant
(To:VladimirRosu)

Hi, thanks for your answer,

 

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

 

slangley
23-Emerald II
(To:JohanD)

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

JohanD
4-Participant
(To:slangley)

Exactly the information I needed, thanks a lot Sharon.

Top Tags