<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hey all,<div><br></div><div>A while back I got a hand from Chris to get started with the MC68332, then Eric Norum helped me get a BSP going for the Axiom CML5282, again 68K based.</div><div><br></div><div>Now I am getting going on one of Freescale's MPC5634M StarterTRAK dev board. It uses a PPC with hardware floating point.</div><div><br></div><div>I am currently using RTEMS 4.9.4 on a windows VM using MINGW/MSYS. I didn't move up to 4.10 yet, since it wasn't stable when I was working on that project.</div><div><br></div><div>To get the basics going I used:</div><div><br></div><div><div><font class="Apple-style-span" face="Courier">cd powerpc</font></div><div><font class="Apple-style-span" face="Courier">../rtems-4.9.4/configure --target=powerpc-rtems4.9 \</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='mpc55xx' \</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><div><br></div><div>since I figured that a 55xx would be within a million miles. This is basically the same command that I use to set up for the m68k based BSPs (with appropriate changes of parameters of course).</div><div><br></div><div>For some odd reason it looks like the 55xx BSP wasn't installed properly, since it didn't compile the libraries for a couple of hours. </div><div><br></div><div>It also looks like the distribution has the mpc55xx BSP and mpc55xxevb, but it looks like portions are missing.</div><div><br></div><div>Is there someone using either the 5632M or a 55xx that can suggest a better config command to get started?</div><div><br></div><div><br></div><div><br></div><div>Sorry that I'm not as concise and complete as you might hope, my first language isn't German :-)</div><div><br></div><div>Andrei</div></body></html>