<div dir="ltr"><div>Hi,<br></div><div>thanks for your reply.<br></div><div>Actually I am writing a simple text with my experience, just in case could help to build RTEMS on NetBSD. I am trying a couple of fresh install of NetBSD versions right to test whether it works with several options. Everything is embryonic now.<br>
</div><div> Anyway I used this to build gcc:<br><br>cd ../gcc-4.8.1<br>ln -s ../newlib-2.0.0/newlib .<br>cd ../b-gcc<br><br>../gcc-4.8.1/configure \<br>--target=${TARGET} \<br>--with-gnu-as --with-newlib \<br>--verbose \<br>
--enable-threads \<br>--enable-languages="c,c++" \<br>--prefix=/usr/rtems/rtems-4.11 \<br>--with-gmp=/usr/pkg \<br>--with-mpfr=/usr/pkg \<br>--with-mpc=/usr/pkg \<br><br></div><div> I needed to set LD_LIBRARY_PATH to /usr/pkg where gmp, mpfr and mpcomplex were installed using pkgin. and added /usr/rtems/rtems-4.11/bin to PATH.<br>
</div><div> I also installed "isl" but I do not know if is really needed, I have to check a bit more.<br></div><div><br></div><div> Because I did not use /opt directory I have to set also --prefix=/usr/rtems/rtems-4.11 to the rtems build, I have seen some default configurations that point directly to /opt.<br>
</div><div> This is the command I used for RTEMS build with no success:<br><br>VirtualNetBSD# ../../rtems/configure --target=$TARGET --enable-rtemsbsp=jmr3904 \ <br>--enable-tests=samples --disable-posix \ <br>--prefix=/usr/rtems/rtems-4.11<br>
<br></div><div> Then I enabled posix following Chris recommendation (thanks) and at least now compiles. I am ok setting posix but, do not you think it should work with posix disable?<br></div><div>  I am going to test gdb now, I will let you know.<br>
<br></div><div> By the way, I am not an expert at all but want to learn.<br></div><div><br></div><div> Regards,<br></div><div> Ivan<br></div><div><br></div><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/8/27 Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Steven Grunza wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Can you send us the commands you used to configure the tools?<br>
<br>
</blockquote>
<br></div>
Me ?<br>
<br>
<a href="http://www.rtems.org/pipermail/rtems-tooltestresults/2013-August/000750.html" target="_blank">http://www.rtems.org/<u></u>pipermail/rtems-<u></u>tooltestresults/2013-August/<u></u>000750.html</a><span class="HOEnZb"><font color="#888888"><br>

<br>
Chris</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org" target="_blank">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/<u></u>listinfo/rtems-users</a><br>
</div></div></blockquote></div><br></div>