Dear All,
I build the live555 library in order to have the RTP stack on the DM365. Now, the library calls are in C++ so I have to build some file with g++ (arm_v5le_g++, montavista kernel). The major part of the code is build in gcc and it is not so easy to build all with g++ (including the mcvip framework for the TVP5158). If I try to link objects which have been built with gcc and objects build in g++ the linker does not finds the symbols.
Is there a way to link these objects together? I think I have to modify the calling conventions but I don't know how.
Thank you.