This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/AM3358: Will the library compiler by GNU complier and TI ARM compiler inter-changable?

Guru* 95265 points
Part Number: AM3358

Tool/software: TI C/C++ Compiler

Champs,

I have an application and libraries built with Linaro GNU 6.3.1 compiler, running on AM335x A8 core, with TI-RTOS. Now I wanted to change the tool chain to TI ARM 16.9.4 LTS. 

My question, can the library created by GNU be used on the TI ARM compiler to link? Or I have to rebuild libraries with TI ARM compiler?

Regards, Eric

  • lding said:
    My question, can the library created by GNU be used on the TI ARM compiler to link?

    Yes.  One caveat ... The linker and the compiler RTS library must be from the same toolchain.  But I'm sure you weren't thinking of mixing those together.

    Thanks and regards,

    -George