discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Problem trying to implement Reed Solomon encoder


From: Alvaro Palomo
Subject: Re: [Discuss-gnuradio] Problem trying to implement Reed Solomon encoder
Date: Mon, 24 Nov 2008 12:20:49 +0000
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]