Hi everybody,
We have an existing Kinetis Project and need to add an MD5 calculation.
I added the CAU/mmCAU library and got lots of errors when I tried to compile.
Created a new bareboard project, this time using GCC instead of Freescale compiler,
and it compiled (i.e. assembled) smoothly.
The existing project is compiled with Freescale compiler and not with GCC.
It will not compile with GCC, and we have to use the Freescale compiler for legal reasons.
How do I compile the CAU/mmCAU library under Freescale compiler?
Greetings,
Martin