Makefile Creation!!

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

Makefile Creation!!

1,938件の閲覧回数
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,551件の閲覧回数
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,551件の閲覧回数
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,551件の閲覧回数
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