How to compiler mulit .c file in S32DS?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to compiler mulit .c file in S32DS?

1,467件の閲覧回数
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,374件の閲覧回数
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 件の賞賛
返信