<div dir="ltr">Hi,<div>I tried to link my code in the command line as I was not sure about how to do it with the makefile :</div><div><br></div><div><div>sambeet@Holmes ~/NewRockPort/x86/Build/Rock-Port_ana/Tests/Eigen $ i386-rtems4.11-g++ -B/home/sambeet/NewRockPort/x86/Install/rtems/4.11.0-rc3/i386-rtems4.11/pc386/lib/ -specs bsp_specs -qrtems -O2 -g  -mtune=i386 -c -I/home/sambeet/NewRockPort/x86/Install/eigen/include/eigen2 -o o-optimize/eigen.o eigen.cc</div><div>eigen.cc:19:4: error: expected constructor, destructor, or type conversion before '(' token</div><div>   m(0,0) = 3;</div><div>    ^</div><div>eigen.cc:20:4: error: expected constructor, destructor, or type conversion before '(' token</div><div>   m(1,0) = 2.5;</div><div>    ^</div><div>eigen.cc:21:4: error: expected constructor, destructor, or type conversion before '(' token</div><div>   m(0,1) = -1;</div><div>    ^</div><div>eigen.cc:22:4: error: expected constructor, destructor, or type conversion before '(' token</div><div>   m(1,1) = m(1,0) + m(0,1);</div><div>    ^</div><div>eigen.cc:23:8: error: 'cout' in namespace 'std' does not name a type</div><div>   std::cout << m << std::endl;</div><div>        ^</div><div>eigen.cc:24:7: error: expected constructor, destructor, or type conversion before '(' token</div><div>   exit( 0 );</div><div>       ^</div></div><div>These happens usually due to STL being not supported in a g++ version.Does rtems-g++ support STL ( vectors,maps etc. only the basic version of STL is required for Eigen to work)?</div><div><br></div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 29, 2016 at 7:54 AM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 29/08/2016 11:23, Sambeet Panigrahi wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
How do I add the eigen header file to the makefile?Adding CXX flags like<br>
in the code in the initial post is not working.<br>
</blockquote>
<br>
</span><a href="https://lists.rtems.org/pipermail/users/2016-August/030547.html" rel="noreferrer" target="_blank">https://lists.rtems.org/piperm<wbr>ail/users/2016-August/030547.<wbr>html</a><span class="HOEnZb"><font color="#888888"><br>
<br>
Chris<br>
</font></span></blockquote></div><br></div>