Hi mcgillformulaelectric,
First of all - if you have setup the Toolbox to use the CodeWarrior Compiler an ELF should always be generated.
Can you check if your build procedure finished successfully in MATLAB build console. Usually both ELF and MOT files are being generated.
Secondly, there is no silver bullet to import the generated code into the CodeWarrior for these platform. FYI we have newer version that rely on a different IDE and the entire process is automated.
In case of older toolboxes and older IDE's the best advices i can give are:
- if you wish to perform the debugging over JTAG then just import the ELF file. That will allow you to debug the application with debugging support from C-source file
- if you wish to re-use part of the generated files into a larger project developed with an IDE, then just copy-paste or link with (if the IDE support this feature) the files what you need from MATLAB generated code.
Hope this helps!
Daniel