Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI know something about Armadillo library, because I've used it on a PC with Windows, I mean not with NIOS.
I'm not confident Nios compiler can manage it, since this library uses some advanced C++ language construct. Infact when I used Armadillo on my PC I had to upgrade the compiler to the newer version because my old VisualC 6.0 could not support it. Moreover most of Armadillo APIs rely on other open source libraries (i.e. BLAS, LAPACK) which I don't know if you can easily move to Nios; With the PC I simply had the Win32 DLLs, but with Nios you would have to rebuild them from source code. Therefore, you should find the answer to the above concerns if you create a Nios C++ project including the library source code and try to compile and link it.