RTEMS with virtual machine

Chris Johns chrisj at rtems.org
Sun Jul 24 01:59:52 UTC 2011


On 24/07/11 3:41 AM, Asma Mehiaoui wrote:
>
> I would like to install RTEMS with virtual machine, i download the image of
> Fedora with RTEMS "Fedora12-RTEMS-20100312.zip"
> and i follow the steps in this page :
> http://www.rtems.com/wiki/index.php/Virtual_Machines_for_RTEMS_Development
> but when i tape ./bootstrap i have this error:
> configure.ac5: error: Autoconf version 2.86 or higher is required.
> and when i try to install autoconf this message appear : Package autoconf
> -2.63-5 fc 12.noarch already installed and latest version
> nothing to do
>
> I need your help please
>

What was your path set to when you ran the bootstrap ( $ set | grep PATH) ?

It should include the location of the tools, eg /opt/rtems-4.11/bin for 
the development branch of RTEMS. In a shell this means:

  $ export PATH=/opt/rtems-4.11/bin:$PATH
  $ ./bootstrap

Chris



More information about the users mailing list