<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Jan 31, 2025 at 2:11 PM Robert W <<a href="mailto:rbtwas@gmail.com">rbtwas@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> This sounds like you might be using the BSP build sets in the RSB. It might<br>
> be better for you to build just the tools with the bset 6/rtems-m68k and then<br>
> build and test BSPs individually. That way you can test, tweak, debug, test,<br>
> etc each BSP without having to rebuild the tools.<br>
><br>
> The tools do not need to change between builds of BSPs within the same<br>
> architecture which is why the BSP bsets are good for production deployment<br>
> but can be awkward for testing.<br>
><br>
> --joel<br>
<br>
<br>
<br>
>From "<a href="https://ftp.rtems.org/pub/rtems/releases/5/5.3/#quick-guide-to-building" rel="noreferrer" target="_blank">https://ftp.rtems.org/pub/rtems/releases/5/5.3/#quick-guide-to-building</a>"<br>
<br>
"<br>
.<br>
.<br>
.<br>
To build the tools for the ARM architecture:<br>
<br>
../source-builder/sb-set-builder \<br>
--prefix=$HOME/development/rtems/5.3 \<br>
5/rtems-arm<br>
"<br>
<br>
This *exact* ( used this line out of the manual for this target) line<br>
fails with:<br>
<br>
"<br>
.<br>
.<br>
<br>
building: expat-2.1.0-x86_64-linux-gnu-1<br>
sizes: expat-2.1.0-x86_64-linux-gnu-1: 7.459MB (installed: 1.417MB)<br>
cleaning: expat-2.1.0-x86_64-linux-gnu-1<br>
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-linux-gnu-1.txt<br>
reporting: devel/expat-2.1.0-1.cfg -> expat-2.1.0-x86_64-linux-gnu-1.xml<br>
config: tools/rtems-gdb-9.1-1.cfg<br>
error: shell macro failed:<br>
/usr/local/packages/ee/rtems/rtems.20250125.2015.rtems52/rtems-source-builder-5.2/source-builder/sb/rtems-build-dep<br>
-c gcc -l : 2: error: no library (-l) provided<br>
Build FAILED<br>
Build Set: Time 0:00:23.866886<br>
Build FAILED<br>
"<br>
**Please note that this sequence successfully builds "automake" and<br>
"autoconf" before encountering the error building gdb<br>
<br>
Is this not the right way to build the tools?<br>
I'm not able to find any other instructions for building compiler tools.<br></blockquote><div><br></div><div>I am pretty sure 5.3 is still referencing URLs that do not exist since we switched</div><div>to Gitlab. The 5 branches should be OK. We are discussing cutting a 5.4 but it was</div><div>second to getting 6.1 out.</div><div><br></div><div>6.1 is out and would be a better starting point.</div><div><br></div><div>Also you can add --log=FILE and maybe even --trace to see what was tried but </div><div>it looks like it didn't find a library it needed (no idea which or why) and the name on</div><div>the -l argument expanded to nothing.</div><div><br></div><div>--joel </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Help appreciated, Thanks.<br>
<br>
Robert W.<br>
</blockquote></div></div>