Menu

Not able to debug sample examples in eclipse?

Dinesh
2021-01-24
2021-01-29
  • Dinesh

    Dinesh - 2021-01-24

    Respected Sir/Madam

    I have extracted sigpack library to a local folder but not able to debug existing sample examples in eclipse environment.

    I have chosen FIR IIR filter example.

     
  • Claes Rolen

    Claes Rolen - 2021-01-29

    Hi, it is not necessary to include the <armadillo> header, it is already included in sigpack.h. Use only#include <sigpack.h> Looks like you have extracted sigpack to /usr/include/sigpack then it should be compiled with g++ kalmantesting.cpp -g -I/usr/include/sigpack -larmadillo
    For more detailed info see sigpack doc

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.