Hi everyone
I tried to install the Eigen library for Arduino and it is working with Due(Link : Arduino Due libraries (official and 3rd party) - Arduino Due - Arduino Forum) fine but I tried to compile it with Arduino Mega by following instructions here ( Link : GitHub - vancegroup/EigenArduino: Port of the Eigen matrix-math library to the Arduino (and similar AVR platforms)). However, I am getting error messages while compiling. I have not built the stlport library (Link : GitHub - vancegroup/stlport-avr: stlport C++ standard library with modifications for use with AVR microcontrollers -- see wiki) but just added the stlport folder to my include folder. I also tried the StandardCPlusPlus but it is not compiling. Please help me out at the earliest.
Hi mcprakash
Please post the error messages you are getting, and also post your code that you are compiling (use code tags - the "#" button above the smileys).
Thanks
Ray
Hi Ryan
I switched to a Due now. Thanks for the help. Anyways if you want to look into it, I am copying the error messages.
Thanks
Chandra
err.txt (222 KB)