I am trying to run the Armadillo Linear Algebra package on my Altera Cyclone V.
Armadillo: C++ linear algebra library
I get it to work with general Linux GCC and it runs on my Red Hat computer
Invoking: GCC C++ Compilerg++ -I/usr/include -O0 -g3 -Wall -c…
g++ provides an option -pg which allows to write epilg and prolog for functions
Does gcc does not have such an option?