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

Compatibility between gcc-arm and ds-5 compiler

I am trying to build a static library with ARM DS-5, then link to this library from an executable which is built using GCC-arm.

I am able to build the static library with ARM-DS-5, but when I build my executable (which links to the static library) with gcc-arm, I get the following Linker error

"Object has vendor-specific contents that must be processed by the 'ARM' toolchain"

Does this mean that I have to build, both my executable and static library in ARM-DS-5 to get my use case to work?

Is the executable built with GCC-arm compatible with a library built using ARM-DS-5?

Target: Xilinx Zynq-7020 ARM

Target OS: Linux

Thank you

0