[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building from CVS
- Date: Wed, 08 Feb 2006 19:29:51 -0500
- From: lists at brianrose.net (Brian Rose)
- Subject: Building from CVS
Joel Sherrill wrote:
> Just make sure to use the RTEMS provided versions of autoconf and automake.
> But it is just that easy.
>
Note: I am building this on a Cygwin system.
I see two autoconf's in the ftp://ftp.rtems.com/pub/rtems/cygwin/rtems-4.6/
directory on the ftp server. One is 2.57-2 and the other is 2.59-0.
I assume 2.59-0 is the more recent and therefore proper one to use.
I plan on invoking the bootstrap in a shell script like this...
PATH=/path/to/rtems/tools:${PATH}
./bootstrap
--
Brian