Makefile Creation!!

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

Makefile Creation!!

1,651 Views
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 Replies

1,264 Views
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 Kudos

1,264 Views
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 Kudos

1,264 Views
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