How to compile a c/c++ program in computer

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

How to compile a c/c++ program in computer

1,149 Views
wujiankang
Contributor II

Can I use the S32DS to run a program only in computer instead of MCU and computer? For example, I'm just to print a "hello world" to the computer screen.

Do I still need to install something else?

0 Kudos
4 Replies

1,031 Views
jiri_kral
NXP Employee
NXP Employee

Hi,

S32DS contain compilers for ARM or Power PC target machines and MCU simulator is not part of S32DS Installation. Anyway - what's your goal? 

Jiri

0 Kudos

1,031 Views
wujiankang
Contributor II

Thanks for your reply. Actually, I wanna writte a program to read a *.txt file and calculate it and then output it to another *.txt file. But this process is not about MCU for the time being. That is just like what Visual Studio does, but I don't wanna install another IDE. So I wanna use the S32DS to complete it.

0 Kudos

1,031 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

this is not supported by S32DS. You can try Eclipse IDE for C/C++ Developers | Eclipse Packages  

Jiri

0 Kudos

1,031 Views
wujiankang
Contributor II

Thanks for your answer.

0 Kudos