<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 08/22/2012 07:07 PM, Claas Ziemke
      wrote:<br>
    </div>
    <blockquote cite="mid:DUB115-W1255DEAEAB57A9EB32F111EBEBF0@phx.gbl"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=iso-8859-1">
      <div dir="ltr">
        > Date: Wed, 22 Aug 2012 18:56:07 +0200<br>
        <div>> From: <a class="moz-txt-link-abbreviated" href="mailto:ralf.corsepius@rtems.org">ralf.corsepius@rtems.org</a><br>
          > To: <a class="moz-txt-link-abbreviated" href="mailto:der_stuttgarter_25@hotmail.de">der_stuttgarter_25@hotmail.de</a><br>
          > CC: <a class="moz-txt-link-abbreviated" href="mailto:rtems-devel@rtems.org">rtems-devel@rtems.org</a>; <a class="moz-txt-link-abbreviated" href="mailto:rtems-gsoc@rtems.org">rtems-gsoc@rtems.org</a><br>
          > Subject: Re: autoconf 2.69 is giving me a hard time<br>
          > <br>
          > On 08/22/2012 06:36 PM, Claas Ziemke wrote:<br>
          > > hi everybody,<br>
          > ><br>
          > > i have a little problem here... the master branch of
          rtems moved on to<br>
          > > autoconf 2.69 which means i can only build rtems
          after i rebuild the whole<br>
          > > toolchain.<br>
          > <br>
          > How that? You must be doing something wrong.<br>
          <br>
          ok, then i missread the documentation<br>
          <br>
          > <br>
          > > and that is only a couple of days before deadline.<br>
          > <br>
          > autoconf-2.69 was released ca. 1/2 year ago and had been
          required by <br>
          <br>
          it was released by upstream 1/2 year ago, but i dont know any
          linux distribution shipping it already. 2.68 is shipped with
          any major distro,</div>
      </div>
    </blockquote>
    ... and? rtems/master is the bleeding edge, so we use the bleeding
    edge toolchain.<br>
    <br>
    <br>
    <blockquote cite="mid:DUB115-W1255DEAEAB57A9EB32F111EBEBF0@phx.gbl"
      type="cite">
      <div dir="ltr">
        <div> also with gentoo which i a m using, so i wasnt aware of
          any rtems-autconf at all... <br>
        </div>
      </div>
    </blockquote>
    Your poison, your problem ;)<br>
    <br>
    Apart of this, building a local version of the autotools is close to
    being trivial:<br>
    <br>
    export PATH=$(HOME)/rtems/bin:$PATH<br>
    <br>
    tar xf autoconf-2.69.tar.xz<br>
    cd autoconf-2.69<br>
    ./configure --prefix=$(HOME)/rtems<br>
    make<br>
    make install<br>
    cd ..<br>
    <br>
    tar xf automake-1.12.2.tar.xz<br>
    cd automake-1.12.2<br>
    ./configure --prefix=$(HOME)/rtems<br>
    make<br>
    make install<br>
    cd ..<br>
    <br>
    <br>
    Then use this auto-toolset to regenerate RTEMS source-tree:<br>
    <br>
    export PATH=$(HOME)/rtems/bin:$PATH<br>
    cd <git clone rtems-source-tree><br>
    ./bootstrap<br>
    <br>
    <br>
    <blockquote cite="mid:DUB115-W1255DEAEAB57A9EB32F111EBEBF0@phx.gbl"
      type="cite">
      <div dir="ltr">
        <div>> > i have rebased my code as requested but now i
          have NO means of testing<br>
          > > it...<br>
          > <br>
          > > any advice? i briefly read about how to rebuild the
          toolchain, but that<br>
          <br>
          still... any advice? shall i just rebuild the toolSET?<br>
          <br>
          > > seems quite complicated to do on the last few
          days...<br>
          > <br>
          > RTEMS requiring autoconf-2.69 is not connected to the
          toolchain at all.<br>
          <br>
          yes ok... its NOT the toolchain, i ment toolSET sorry for the
          confusion...  but i cant bootstrap anymore which is.... not
          ideal...<br>
        </div>
      </div>
    </blockquote>
    See above.<br>
    <br>
    Ralf<br>
    <br>
  </body>
</html>