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.
Hello,
You can easily generate a makefile using the 'Makefile Project with Existing Code' wizard. Just select File -> New -> Makefile Project with Existing Code.
Then complete the wizard by supplying a name for the new project and the path the existing source code.
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
Hello Mike,
I am using IAR compiler for compilation process. Can I use the option you mentioned above?
Thanks and Regards
Deepak
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.
Hope it helps,
Mike