[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error compiling mpc8260ads
- Date: Wed, 14 Feb 2007 13:42:38 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Error compiling mpc8260ads
On Wed, 2007-02-14 at 13:54 +0200, Leon Pollak wrote:
> Ralf,
>
> 1. Thousands of thanks.
> 2. No, bootstrap is silent - I rerun it to check. And my version of automake
> is 1.9.6.
Are you using RTEMS from rtems-4-7-branch on CVS or the latest snapshot?
I've tightened all possible screws in CVS in a way, you should be
flooded with errors when using anything older than autoconf-2.60 and
automake-1.10.
Please try this:
cd <sourcetree>
./bootstrap -c
./bootstrap
If this doesn't trigger the errors, please also try
cd c/src/lib/libbsp/powerpc/mpc8260ads
rm -rf autom4te.cache
autoreconf -fi
Ralf