How to compiler mulit .c file in S32DS?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to compiler mulit .c file in S32DS?

1,474 次查看
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?

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

1,381 次查看
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 项奖励
回复