> Finally, I haven't had any problems mixing C++ 11/14 compiled code
> with GNURadio however I strongly suggest you use the same compiler.
> On this subject, mixing compilers is generally a bad thing to do
> whether it is something like GCC-4 verses GCC-6 or CLang verses GCC.
Sorry, for got a few things on this subject.
The GNU ABI changed between versions-- GCC5 IIRC. Thus mixing compiled
code between versions is not a good idea. CLang DOES NOT guarantee
compatibility between versions so mixing versions is almost always a
bad idea. Finally, the performance between the GNU and CLANG standard
libraries can be radically different and linking between GNU and CLang
libraries can be problematic.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment