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++ Compiler
g++ -I/usr/include -O0 -g3 -Wall -c…