compiling CAU and mmCAU library with Freescale compiler - errors

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

compiling CAU and mmCAU library with Freescale compiler - errors

664 Views
martinpi
Contributor III


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

0 Kudos
2 Replies

409 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello martinpi:

Do you still have this problem?

I have not used the mmcau library, but I think the assembly code should be compatible with both compilers.


Regards!,
Jorge Gonzalez

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

409 Views
martinpi
Contributor III

Thank you for answering.

The readme says that the sources have been compiled with GCC,

and it simply does not compile with CW.

But there is a compiled library enclosed in the download (I thought it is an additional library to be linked with the assembly code, but it is the same binary which I get when I compile the assembly code with GCC).

So, I do not need to compile but use the binary provided.

0 Kudos