libfec icon indicating copy to clipboard operation
libfec copied to clipboard

Clone of Phil Karn's libfec with capability to build on x86-64

Results 7 libfec issues
Sort by recently updated
recently updated
newest added

I am trying to build libfec on Windows using “Build Tools for Visual Studio” and running Visual Studio Code with the C/C++ Extension Pack and CMake Tools. It just doesn't...

I was in need to build this lib under MacOsX. Now it builds.

I installed libfec and then I confiugured liquid-dsp , in the output of ./configure i am getting these lines about libfec checking fec.h usability... no checking fec.h presence... no checking...

Hi, thank you for your work which helped me a lot, but I encountered a small problem. The configure and make went fine for my tested platforms, but to compile...

Compiling libfec on Mac OS 10.11.3 (El Capitan) keeps failing by saying `error: unknown target CPU 'i386'` when running `make` after `./configure`. I tried to fix that by manually specifing...

I made some changes to be compilable in mingw32. Also I changed README to be in markdown and put instructions to generate a linkable library in MSVC. Also tested on...