<div>autoconf version2.65   automake version1.11.</div><div><br></div><div>I build rtems 4.9.4 successfully but failed in the current cvs version.</div><div><br></div><div>Besides, I finished the things " Prove You can Work On RTEMS" required, can somebody be so kind to tell me where the diff and snapshot to be sent ? Thank you a lot!</div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 13px; line-height: 19px; "><h2 style="color: black; background-image: none; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; font-weight: normal; margin-top: 0px; margin-right: 0px; margin-bottom: 0.6em; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(170, 170, 170); font-size: 19px; background-position: initial initial; background-repeat: initial initial; ">
<font class="Apple-style-span" face="arial"><span class="Apple-style-span" style="line-height: normal; font-size: small;"><font class="Apple-style-span" face="sans-serif" size="6"><span class="Apple-style-span" style="font-size: 19px; line-height: 19px;"><br>
</span></font></span></font></h2></span><div class="gmail_quote">2010/3/29 Joel Sherrill <span dir="ltr"><<a href="mailto:joel.sherrill@oarcorp.com">joel.sherrill@oarcorp.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 03/29/2010 07:44 AM, smy wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You lost steps in the configure process somewhere. Every<br>
BSP is built every day now.  Plus you are looking at 4.9.4.<br>
<br>
We will need more information to help you.  What host,<br>
configure command, "echo $PATH", etc.  You just said<br>
"it's broken" and we can't see your screen.<br>
<br>
FWIW you need to build the CVS head as part of the<br>
GSoC Getting Started but since you have started<br>
with 4.9.4, let's finish that first.<br>
<br>
--joel<br>
<br>
     <br>
</blockquote>
Thank you for replying. :)<br>
<br>
My steps are:<br>
1. cvs -d :pserver:anoncvs@www.rtems.com:/usr1/CVS -z 9 co<br>
-rrtems-x-y-branch rtems<br>
     cd rtems<br>
     ./bootstrap<br>
   <br>
</blockquote>
<br></div>
What version of autoconf and automake do you have?<br>
RTEMS has to be bootstrapped with the right versions.<br>
4.9 uses these<br>
<br>
-bash-4.0$ rpm -qf /opt/rtems-4.9/bin/autoconf<br>
rtems-4.9-autoconf-2.62-4.fc12.noarch<br>
-bash-4.0$ rpm -qf /opt/rtems-4.9/bin/automake<br>
rtems-4.9-automake-1.10.3-1.fc12.noarch<br>
<br>
It doesn't look like either has any patches.<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2. mkdir rtems-build<br>
     cd rtems-build<br>
     ../rtems/configure --target=sparc-rtems -enable-rtemsbsp=sis<br>
--enable-test=samples --disable-posix --disable-itron<br>
--prefix=/home/smy/sparc-rtems<br>
   <br>
</blockquote></div>
Since you built your own tools, did you apply the patches<br>
in contrib/crossrpms/patches?  What --target did you use<br>
on the tool configure. The expected target here is:<br>
<br>
--target=sparc-rtems4.9<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
3. make&&  make install<br>
<br>
configure: error: Invalid BSP<br>
configure: error:<br>
../../../../../../../rtems/c/src/lib/libbsp/sparc/configure failed for<br>
lib/libbsp/sparc<br>
make[2]: *** [sis] Error 1<br>
make[2]: Leaving directory `/home/smy/toolchain/rtems-build/sparc-rtems/c'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/smy/toolchain/rtems-build/sparc-rtems/c'<br>
make: *** [all-recursive] Error 1<br>
<br>
<br>
Besides, the 'uname -a' result is 'Linux mort-desktop 2.6.24-26-generic<br>
#1 SMP Tue Dec 1 18:37:31 UTC 2009 i686 GNU/Linux'<br>
and<br>
PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/smy/sparc-bin/bin'<br>
where /home/smy/sparc-bin/bin contains the binutils and cross-compiler.<br>
<br>
<br>
   <br>
</blockquote></div>
What distribution is this?  Obviously you built your<br>
own tools.<br>
<br>
This looks suspiciously like a bootstrap and autotools<br>
version issue.<br><font color="#888888">
<br>
-- <br>
Joel Sherrill, Ph.D.             Director of Research&  Development<br>
joel.sherrill@OARcorp.com        On-Line Applications Research<br>
Ask me about RTEMS: a free RTOS  Huntsville AL 35805<br>
   Support Available             (256) 722-9985<br>
<br>
<br>
</font></blockquote></div><br>