<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><blockquote type="cite"><div><br>Is this with CVS-HEAD?<br></div></blockquote><div><br></div>No 4.10.2.  Straight out of the box. Latest version of the 4.10 tools. </div><div><br></div><div>System config command looks like:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">../rtems-4.10.2/configure --target=powerpc-rtems4.10 \</font></div><div><font class="Apple-style-span" face="Courier">--disable-itron \</font></div><div><font class="Apple-style-span" face="Courier">--enable-posix \</font></div><div><font class="Apple-style-span" face="Courier">--enable-rtemsbsp='mpc5566evb' \</font></div><div><font class="Apple-style-span" face="Courier">--enable-networking \</font></div><div><font class="Apple-style-span" face="Courier">--disable-tests \</font></div><div><font class="Apple-style-span" face="Courier">--prefix /c/opt/src/rtems/powerpc</font></div><div><font class="Apple-style-span" face="Courier"><br></font></div><div><font class="Apple-style-span" face="Courier">make all install</font></div><div><br></div></div><div><br></div><div>Project config command looks like:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">cd ../build</font></div><div><font class="Apple-style-span" face="Courier">../src/configure --host=powerpc-rtems4.10 \</font></div><div><font class="Apple-style-span" face="Courier">--prefix=/c/opt/src/rtems/powerpc \</font></div><div><font class="Apple-style-span" face="Courier">--enable-rtemsbsp=mpc5566evb</font></div><div><br></div></div><div>code looks like:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">#include <stdio.h></font></div><div><font class="Apple-style-span" face="Courier"><br></font></div><div><font class="Apple-style-span" face="Courier">int</font></div><div><font class="Apple-style-span" face="Courier">main()</font></div><div><font class="Apple-style-span" face="Courier">{</font></div><div><font class="Apple-style-span" face="Courier">  printf ("Example program main\n");</font></div><div><font class="Apple-style-span" face="Courier">  return 0;</font></div><div><font class="Apple-style-span" face="Courier">}</font></div><div><br></div></div><div><br><blockquote type="cite"><div>Building CVS-HEAD with rtems-4.10 tools is not supported. You need to to use the rtems-4.11 tools.<br><br>Ralf<br><br></div></blockquote></div><div><br></div><div>What I'm trying to do is use the latest supported base (4.10.2), create a new BSP for a new board from something that is within a million miles (done that twice now),  and get something to compile.</div><div><br></div><div>Thanks,</div><div>Andrei</div></body></html>