<div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div>Thank you, Chris.<br></div>Worked perfectly using the " --url=file://path-to-the-sources" switch, but "--without_rtems_tools" must be added to rsb invocation (eg ../source-builder/sb-set-builder --without_rtems_tools ... ) because rsb keeps trying to download rtems-tools-4.11.3.tar.xz, after adding that switch toolchain is built OK.<br></div><div>To build BSP, I found that installing pax in building machine is another prerequisite not mentioned in documentation.<br>After installing pax configure must be reissued before compiling bsp<br></div>The host I used to build the toolchain was a Fedora 19 x86-64 for 64 bits tools and Fedora 19 i386 for a 32 bits version and a sparc bsp compiles ok with both toolchains.<br></div><div>Best regards<br></div></div></div><br><div class="gmail_quote"><div dir="ltr">El mié., 12 dic. 2018 a las 20:17, Chris Johns (<<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 13/12/18 3:16 am, Ricardo Derbes wrote:<br>
> Hello.<br>
> I'm currently using rtems-4.10.2 but trying to upgrade to rtems-4.11.3<br>
> Due to network restrictions, I can not to use RSB, <br>
<br>
Could you please try downloading the `sources` directory from ...<br>
<br>
 <a href="https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/sources/" rel="noreferrer" target="_blank">https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/sources/</a><br>
<br>
plus the RSB ...<br>
<br>
 <a href="https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-source-builder-4.11.3.tar.xz" rel="noreferrer" target="_blank">https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-source-builder-4.11.3.tar.xz</a><br>
<br>
and then use the --url=file://path-to-the-sources with the RSB? I have not<br>
tested this on 4.113 or for a while but the option is there for this reason.<br>
<br>
If this does not work have a look in the RSB sources for VERSION at the top, it<br>
has the path to the release sources. See if you can set a local path you can access.<br>
<br>
> so I'm trying to build it the<br>
> classic way: bootstrap, configure, make, make install, but I cannot find the<br>
> right toolchain, if I try to use the same of 4.10.2 I get a fatal error starting at:<br>
> ....<br>
> In file included from<br>
> ../../../../cpukit/../../../leon3/lib/include/rtems/score/percpu.h:29,<br>
>                  from<br>
> ../../../../../../../../rtems-4.11.3/c/src/../../cpukit/score/cpu/sparc/cpu.c:22:<br>
> ../../../../cpukit/../../../leon3/lib/include/rtems/score/timestamp.h: In<br>
> function '_Timestamp_Set':<br>
> ../../../../cpukit/../../../leon3/lib/include/rtems/score/timestamp.h:78:<br>
> warning: implicit declaration of function 'timespec2bintime'<br>
> ../../../../cpukit/../../../leon3/lib/include/rtems/score/timestamp.h:78:<br>
> warning: nested extern declaration of 'timespec2bintime'<br>
> ....<br>
> and so on.<br>
> Which is the right toolchain version for this release? Where can I download it from?<br>
<br>
You need the tools that match the 4.11.3 release.<br>
<br>
Chris<br>
</blockquote></div>