How to compiler mulit .c file in S32DS?

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

How to compiler mulit .c file in S32DS?

649 Views
klimmmike123456
Contributor II

Hi

I want to port a large program to my board, which contains a lot of .c files and .h files.

Use the command line to achieve the results I want in the Linux system.
(   gcc -o A a.c b.c c.c d.c ....... )

But how do I declare my instructions in the S32DS environment?
Does anyone teach me the more detailed more better?

Labels (1)
Tags (2)
0 Kudos
1 Reply

556 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

I'm not sure what you are trying to do, but S32DS is compiling all files which are inside project. Just create new project for your MCU (board) and copy your code into project src and include folder (inside workspace) .  

Jiri

0 Kudos