This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Whether Can ARM compiler 5 project call library compiled by ARM compiler 6?

To optimize an algorith performance, I compiled it with ARM compiler 6.

But another problem appears that the library will be called by older ARM compiler 5 project.

I want to know:

Whether Can ARM compiler 5 project call library compiled by ARM compiler 6?

who can help me?

Thanks!

Parents
  • Hi,

    Good to know that AC6 delivers faster performance for you than AC5! We invest significantly in compiler performance, every year, so it's good to see we are driving real-world value!

    The ideal situation, particularly given your performance findings, would be to migrate all of your code to AC6! However both AC5 and AC6 implement the Arm C ABI, and should allow inter-working for C libraries.

    Paul.

Reply
  • Hi,

    Good to know that AC6 delivers faster performance for you than AC5! We invest significantly in compiler performance, every year, so it's good to see we are driving real-world value!

    The ideal situation, particularly given your performance findings, would be to migrate all of your code to AC6! However both AC5 and AC6 implement the Arm C ABI, and should allow inter-working for C libraries.

    Paul.

Children