Makefile Creation!!

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

Makefile Creation!!

1,673 次查看
deepakachiradon
Contributor II

Hi,

I am looking for guidance in creation and execution of make file for S32K144 project. I have a project containing many folders. I need help in creation of make file with S32 Design Studio. Somebody please help me in creation of make file.

Regards

Deepak, India.

标记 (3)
3 回复数

1,286 次查看
mikedoidge
NXP Employee
NXP Employee

Hello,

You can easily generate a makefile using the 'Makefile Project with Existing Code' wizard. Just select File -> New -> Makefile Project with Existing Code.

pastedImage_1.png

Then complete the wizard by supplying a name for the new project and the path the existing source code.

pastedImage_2.png

For toolchain selections, choose the right one for your project according to:

1) ARM Bare-Metal 32-bit Target Binary Toolchain

   Use this to select the GCC toolchain v6.3, which was developed by NXP

2) Standard S32DS toolchain for ARM

   Use this to select the GCC toolchain v4.9, which was developed by ARM

0 项奖励

1,286 次查看
deepakachiradon
Contributor II

Hello Mike,

I am using IAR compiler for compilation process. Can I use the option you mentioned above?

Thanks and Regards

Deepak

0 项奖励

1,286 次查看
mikedoidge
NXP Employee
NXP Employee

Hello Deepak,

Be sure to follow all of the steps in HOWTO: Install IAR Eclipse plug-in into S32 Design Studio for ARM, then you will find options for the IAR toolchain.

pastedImage_2.png

Hope it helps,

Mike