• 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...
  • 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...
  • Whether Can ARM compiler 5 project call the library compiled by ARM compiler 6?
    HI, all, To optimize an algorith(coded by C) performance, I compiled the algorithm as a library with ARM compiler 6. But another problem appears that the library will be called by older ARM compiler...
  • Whether Can ARM compiler 5 project call the library compiled by ARM compiler 6?
    HI, all, To optimize an algorith(coded by C) performance, I compiled the algorithm as a library with ARM compiler 6. But another problem appears that the library will be called by older ARM compiler...
  • How to add library into the project?
    Hello all, I've a workspace which contain a library project and blinky project. *when a library project compiled successfully, it's created a lib??.a not lib??.lib Well, then I would like to...