I haven't figured out how to get both derivative.h and derivative.inc. Even if the project is "for C", I also have assembly code that should use the correct derivative definitions.
I see many references to derivative.inc in the manuals so I expected it to be generated like derivative.h.
I'd appreciate information from those more experienced with the CW 10 environment.
Thanks,
KEC
Hello
When you create your project with the wizard, make sure that you checked both "C" and "Relocatable Assembly"
in the Languages dialog.
This is the 4th dialog showing up in the wizard after you specify the project name.
CrasyCat
Does this apply to CW10 for Coldfire? I've tried to create new projects using the 'General' Project, 'Bareboard' Project, and 'MQX 3.6' Project, and none of those wizards appear to have those options, or create the derivative files.
I'm trying to add the Freescale USB stack to an MQX project for the JM128, following the MSDFATFSUG and MEDUSBHOSTUG user guides, but the documentation is very poor and incomplete. The sample projects include the derivative.h file, but when I try to reproduce the project I don't get that file.
Thanks