Hi Stevie,

thank you very much for the advice. I have tried to compile it removing the extern C wrap but it is not working, it keep on displaying the same error message.

Maybe I'm wrong, but since all the files in the directory lib/reed-solomon are written in C instead of C++, isn't the wrap "extern C" necessary in my C++ component code?

Thanks again.

Alvaro

stevie.glass wrote:
Hi,

Your problem is because you are not *linking* with the Reed/Solomon library.

The problem is that you've wrapped the '#include <fixed.h>' inside an 'extern "C"' block.

If you remove it then you'll be one step closer to getting it working.

Is mise,

Stevie


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to