<div dir="ltr"><br>Hi Joel,<br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Standard questions and advice.  Build outside the source tree.  You probably only<br>
want to build 1 BSP and are building many.  You might be out of disk space given<br>
that.<br>
<br>
Make sure you have the RTEMS autoconf and automake installed and at the<br>
FRONT of your PATH.<br>
<br>
cd rtems<br>
./bootstrap<br>
cd ..<br>
mkdir b-sis<br>
cd b-sis<br>
../rtems/configure --target=sparc-rtems4.9 --enable-rtemsbsp=sis \<br>
 --enable-tests=samples --prefix=SOME_DIRECTORY<br>
make<br>
<br>
That should work.<br>
</blockquote><div><br>Thanks a lot for the reply. This is the PATH I have set<br><br>madhu@madhusudan:/media/professional/rtems/b-sis$ echo $PATH <br>/opt/rtems-4.9/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games<br>
 <br></div></div>And everything is done as you said. But still getting the same error. <br><br clear="all"><br>-- <br>Thanks and regards,<br> Madhusudan.C.S<br><br>Blogs at: <a href="http://www.madhusudancs.info">www.madhusudancs.info</a><br>
<br>
</div>