MPC5634M starting point
Andrei Chichak
groups at chichak.ca
Tue Jan 3 07:07:43 UTC 2012
>
> Is this with CVS-HEAD?
No 4.10.2. Straight out of the box. Latest version of the 4.10 tools.
System config command looks like:
../rtems-4.10.2/configure --target=powerpc-rtems4.10 \
--disable-itron \
--enable-posix \
--enable-rtemsbsp='mpc5566evb' \
--enable-networking \
--disable-tests \
--prefix /c/opt/src/rtems/powerpc
make all install
Project config command looks like:
cd ../build
../src/configure --host=powerpc-rtems4.10 \
--prefix=/c/opt/src/rtems/powerpc \
--enable-rtemsbsp=mpc5566evb
code looks like:
#include <stdio.h>
int
main()
{
printf ("Example program main\n");
return 0;
}
> Building CVS-HEAD with rtems-4.10 tools is not supported. You need to to use the rtems-4.11 tools.
>
> Ralf
>
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.
Thanks,
Andrei
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20120103/75818db6/attachment-0001.html>
More information about the users
mailing list