error when building psim

Ralf Corsepius ralf_corsepius at rtems.org
Wed Apr 28 14:10:24 UTC 2004


On Wed, 2004-04-28 at 16:49, Sebastian Fischmeister wrote:
> hello.
> 
>   i tried to build psim with rtems-4.6.1 and i get the following error? huh.
Yes, because you somehow managed to pass -myellowknife to CFLAGS.

Whatever yellowknife is (I don't know), it is not supported by RTEMS.

> does anyone have a clue what cpu model i need to define for the psim?
tar xjvf rtems-4.6.1.tar.bz2
mkdir build
cd build
../rtems-4.6.1/configure --target=powerpc-rtems --enable-rtemsbsp=psim [further options]

will select the default cpu model for the psim
(cf. rtems-4.6.1/make/custom/psim.cfg: -mcpu=603e -D_OLD_EXCEPTIONS -Dppc603e).
 
Ralf





More information about the users mailing list