[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
MPC5634M starting point
- Date: Tue, 3 Jan 2012 00:07:43 -0700
- From: groups at chichak.ca (Andrei Chichak)
- Subject: MPC5634M starting point
>
> 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://www.rtems.org/pipermail/rtems-users/attachments/20120103/75818db6/attachment-0001.html>