Need makefile for MPC5606B

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

Need makefile for MPC5606B

672 Views
vijaysrinivasa
Contributor II

Hello 

 

Need makefile for MPC5606B micro chip. If anyone has please share here.

 

Best regards

vijay

Labels (1)
0 Kudos
3 Replies

556 Views
martin_kovar
NXP Employee
NXP Employee

Hello Vijay,

makefile is dependent on the project structure you have created, so there is not any universal makefile usable for any project. I am attaching you two makefiles. First one is makefile generated by CodeWarrior for MCU, second one is generated by S32 Design Studio.

Regards,

Martin

556 Views
vijaysrinivasa
Contributor II

Hello Martin

Thanks you for sharing the makefile.

How you generated make file from code warrior IDE, Can you please mention steps or any document is there. i have installed CODE WARRIOR IDE version 5.9 and have valid code warrior licence. can we feed all the .c , .h files, and compiler path, linker path on the IDE and generate the make file? , if it so , please let me know.

Best regards

vijay

0 Kudos

556 Views
martin_kovar
NXP Employee
NXP Employee

Hello Vijay,

CodeWarrior 5.9 is little bit different. It does not use external makefile, but makefile is called internally via .dll library (you do not find any makefile in project structure).

Please look at the AN4094 which is part of CodeWarrior installation (installation_folder/Help/PDF).

Regards,

Martin

0 Kudos