S32K3 Linux development with gcc without S32DS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K3 Linux development with gcc without S32DS

550 Views
hns80
Contributor V

Is the version of gcc used with S32 Design Studio 3.5 the same as the ARM GNU toolchain from github, or are there NXP specific patches applied to it?

Are the RTDs still not supported when building with Linux? It looks like the only issue is a case sensitivity mismatch between the include files and the actual filenames. 

We would like to only use S32DS for the configurator.
All builds would be done from the Linux command line as part of our CI/CD process.

 

0 Kudos
Reply
1 Reply

507 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

the NXP gcc version is slightly different. You can download standalone version for Linux here - https://www.nxp.com/webapp/sps/download/license.jsp?colCode=NXP_GCC10_2_eARMv7_b1728_g5963bc8-bin&ap...

 

Unfortunately the RTD is still not supported on Linux platform. If the project is not very large, you can modify filenames manually. 

0 Kudos
Reply