Hello
Need makefile for MPC5606B micro chip. If anyone has please share here.
Best regards
vijay
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
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
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