Build Linux: FAILED 6/rtems-riscv on x86_64-linux-gnu (sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1)

Joel Sherrill joel at rtems.org
Sat May 16 16:38:38 UTC 2026


RTEMS Source Builder - Set Builder, 6 (7c3fffecf84f)

Host: Linux-5.14.0-611.41.1.el9_7.x86_64-x86_64-with-glibc2.34
       Linux gitlab.oarcorp.com 5.14.0-611.41.1.el9_7.x86_64 #1 SMP
       PREEMPT_DYNAMIC Sat Mar 21 12:28:25 UTC 2026 x86_64 x86_64

Build Time: 0:06:38.560072

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
Build FAILED: sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
      |                     void (*)(int32) {aka void (*)(int)}
sis.h:319:34: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  319 | extern void remove_event (void (*cfunc) (), int32 arg);
      |                           ~~~~~~~^~~~~~~~~
grlib.c:745:1: note: 'gpt_intr' declared here
  745 | gpt_intr (int32 i)
      | ^~~~~~~~
make[1]: *** [Makefile:399: erc32.o] Error 1
make[1]: *** Waiting for unfinished jobs....
grlib.c: In function 'uart_rx':
grlib.c:1285:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
 1285 |   event (uart_rx, 0, UART_RX_TIME);
      |          ^~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
grlib.c:1265:1: note: 'uart_rx' declared here
 1265 | uart_rx (int32 arg)
      | ^~~~~~~
grlib.c: In function 'uart_intr':
grlib.c:1295:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
 1295 |   event (uart_intr, 0, UART_FLUSH_TIME);
      |          ^~~~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
leon2.c: In function 'reset':
leon2.c:179:19: error: assignment to 'void (*)(void)' from incompatible pointer type 'void (*)(int32)' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
  179 |   sregs[0].intack = irqctrl_intack;
      |                   ^
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
grlib.c:1289:1: note: 'uart_intr' declared here
 1289 | uart_intr (int32 arg)
      | ^~~~~~~~~
grlib.c: In function 'uart_irq_start':
grlib.c:1303:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
 1303 |   event (uart_intr, 0, UART_FLUSH_TIME);
      |          ^~~~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
grlib.c:1289:1: note: 'uart_intr' declared here
 1289 | uart_intr (int32 arg)
      | ^~~~~~~~~
leon2.c:137:13: note: 'irqctrl_intack' declared here
  137 | static void irqctrl_intack (int32 level);
      |             ^~~~~~~~~~~~~~
grlib.c: In function 'clint_write':
grlib.c:1602:25: error: passing argument 1 of 'remove_event' from incompatible pointer type [-Wincompatible-pointer-types]
 1602 |           remove_event (set_mtip, cpuid);
      |                         ^~~~~~~~
      |                         |
      |                         void (*)(int32) {aka void (*)(int)}
sis.h:319:34: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  319 | extern void remove_event (void (*cfunc) (), int32 arg);
      |                           ~~~~~~~^~~~~~~~~
grlib.c:1572:1: note: 'set_mtip' declared here
 1572 | set_mtip (int32 arg)
      | ^~~~~~~~
grlib.c:1607:20: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
 1607 |             event (set_mtip, cpuid,
      |                    ^~~~~~~~
      |                    |
      |                    void (*)(int32) {aka void (*)(int)}
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
grlib.c:1572:1: note: 'set_mtip' declared here
 1572 | set_mtip (int32 arg)
      | ^~~~~~~~
leon2.c: In function 'uart_rx':
leon2.c:702:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
  702 |   event (uart_rx, 0, UART_RX_TIME);
      |          ^~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
In file included from leon2.c:37:
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
leon2.c:683:1: note: 'uart_rx' declared here
  683 | uart_rx (int32 arg)
      | ^~~~~~~
leon2.c: In function 'uart_intr':
leon2.c:711:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
  711 |   event (uart_intr, 0, UART_FLUSH_TIME);
      |          ^~~~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
leon2.c:706:1: note: 'uart_intr' declared here
  706 | uart_intr (int32 arg)
      | ^~~~~~~~~
leon2.c: In function 'uart_irq_start':
leon2.c:719:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
  719 |   event (uart_intr, 0, UART_FLUSH_TIME);
      |          ^~~~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
leon2.c:706:1: note: 'uart_intr' declared here
  706 | uart_intr (int32 arg)
      | ^~~~~~~~~
leon2.c: In function 'gpt_intr':
leon2.c:747:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
  747 |   event (gpt_intr, 0, gpt_scaler + 1);
      |          ^~~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
leon2.c:730:1: note: 'gpt_intr' declared here
  730 | gpt_intr (int32 arg)
      | ^~~~~~~~
leon2.c: In function 'gpt_reset':
leon2.c:761:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
  761 |   event (gpt_intr, 0, gpt_scaler + 1);
      |          ^~~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
sis.h:294:27: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  294 | extern void event (void (*cfunc) (), int32 arg, uint64 delta);
      |                    ~~~~~~~^~~~~~~~~
leon2.c:730:1: note: 'gpt_intr' declared here
  730 | gpt_intr (int32 arg)
      | ^~~~~~~~
make[1]: *** [Makefile:399: leon2.o] Error 1
mv -f .deps/help.Tpo .deps/help.Po
sis.c: In function 'main':
sis.c:44:1: warning: old-style function definition [-Wold-style-definition]
   44 | main (argc, argv)
      | ^~~~
sparc.c: In function 'sub_cc':
sparc.c:14:1: warning: old-style function definition [-Wold-style-definition]
   14 | sub_cc (psr, operand1, operand2, result)
      | ^~~~~~
sparc.c: In function 'add_cc':
sparc.c:34:1: warning: old-style function definition [-Wold-style-definition]
   34 | add_cc (psr, operand1, operand2, result)
      | ^~~~~~
sparc.c: In function 'log_cc':
sparc.c:54:1: warning: old-style function definition [-Wold-style-definition]
   54 | log_cc (result, sregs)
      | ^~~~~~
sparc.c: In function 'chk_asi':
sparc.c:65:1: warning: old-style function definition [-Wold-style-definition]
   65 | chk_asi (sregs, asi, op3)
      | ^~~~~~~
sparc.c: In function 'sparc_set_fsr':
sparc.c:138:1: warning: old-style function definition [-Wold-style-definition]
  138 | sparc_set_fsr (fsr)
      | ^~~~~~~~~~~~~
sparc.c: In function 'sparc_dispatch_instruction':
sparc.c:163:1: warning: old-style function definition [-Wold-style-definition]
  163 | sparc_dispatch_instruction (sregs)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:399: grlib.o] Error 1
sparc.c: In function 'fpexec':
sparc.c:1661:1: warning: old-style function definition [-Wold-style-definition]
 1661 | fpexec (op3, rd, rs1, rs2, sregs)
      | ^~~~~~
sparc.c: In function 'sparc_execute_trap':
sparc.c:1941:1: warning: old-style function definition [-Wold-style-definition]
 1941 | sparc_execute_trap (sregs)
      | ^~~~~~~~~~~~~~~~~~
sparc.c:1969:9: error: too many arguments to function 'sregs->intack'; expected 0, have 2
 1969 |         sregs->intack (sregs->trap - 16, sregs->cpu);
      |         ^~~~~          ~~~~~~~~~~~~~~~~
In file included from sparc.h:2,
                 from sparc.c:8:
sis.h:149:10: note: declared here
  149 |   void (*intack) ();            /* interrupt ack. callback */
      |          ^~~~~~
sparc.c: In function 'sparc_check_interrupts':
sparc.c:2004:1: warning: old-style function definition [-Wold-style-definition]
 2004 | sparc_check_interrupts (sregs)
      | ^~~~~~~~~~~~~~~~~~~~~~
riscv.c: In function 'riscv_set_fsr':
riscv.c:57:1: warning: old-style function definition [-Wold-style-definition]
   57 | riscv_set_fsr (fsr)
      | ^~~~~~~~~~~~~
riscv.c: In function 'set_csr':
riscv.c:83:1: warning: old-style function definition [-Wold-style-definition]
   83 | set_csr (address, sregs, value)
      | ^~~~~~~
riscv.c: In function 'get_csr':
riscv.c:135:1: warning: old-style function definition [-Wold-style-definition]
  135 | get_csr (address, sregs)
      | ^~~~~~~
sparc.c: In function 'sparc_set_regi':
sparc.c:2079:1: warning: old-style function definition [-Wold-style-definition]
 2079 | sparc_set_regi (sregs, reg, rval)
      | ^~~~~~~~~~~~~~
exec.c: In function 'init_regs':
exec.c:126:1: warning: old-style function definition [-Wold-style-definition]
  126 | init_regs (sregs)
      | ^~~~~~~~~
sparc.c: In function 'disp_reg':
sparc.c:2309:1: warning: old-style function definition [-Wold-style-definition]
 2309 | disp_reg (sregs, reg)
      | ^~~~~~~~
Updating ./version.texi
func.c: In function 'batch':
func.c:96:1: warning: old-style function definition [-Wold-style-definition]
   96 | batch (sregs, fname)
      | ^~~~~
interf.c: In function 'run_sim_gdb':
func.c: In function 'limcalc':
interf.c:39:1: warning: old-style function definition [-Wold-style-definition]
   39 | run_sim_gdb (icount, dis)
      | ^~~~~~~~~~~
func.c:126:1: warning: old-style function definition [-Wold-style-definition]
  126 | limcalc (freq)
      | ^~~~~~~
riscv.c: In function 'riscv_dispatch_instruction':
riscv.c:219:1: warning: old-style function definition [-Wold-style-definition]
  219 | riscv_dispatch_instruction (sregs)
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
interf.c: In function 'sim_close':
interf.c:54:1: warning: old-style function definition [-Wold-style-definition]
   54 | sim_close (sd, quitting)
      | ^~~~~~~~~
interf.c: In function 'sim_info':
interf.c:114:1: warning: old-style function definition [-Wold-style-definition]
  114 | sim_info (sd, verbose)
      | ^~~~~~~~
func.c: In function 'reset_stat':
func.c:656:1: warning: old-style function definition [-Wold-style-definition]
  656 | reset_stat (sregs)
      | ^~~~~~~~~~
func.c: In function 'show_stat':
func.c:676:1: warning: old-style function definition [-Wold-style-definition]
  676 | show_stat (sregs)
      | ^~~~~~~~~
func.c: In function 'init_bpt':
func.c:773:1: warning: old-style function definition [-Wold-style-definition]
  773 | init_bpt (sregs)
      | ^~~~~~~~
func.c: In function 'init_signals':
func.c:852:14: error: assignment to 'PFI' {aka 'void (*)(void)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
  852 |   int_tab[0] = signal (SIGTERM, int_handler);
      |              ^
func.c:849:18: note: 'PFI' declared here
  849 |   typedef void (*PFI) ();
      |                  ^~~
In file included from func.c:21:
/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
func.c:853:14: error: assignment to 'PFI' {aka 'void (*)(void)'} from incompatible pointer type '__sighandler_t' {aka 'void (*)(int)'} [-Wincompatible-pointer-types]
  853 |   int_tab[1] = signal (SIGINT, int_handler);
      |              ^
func.c:849:18: note: 'PFI' declared here
  849 |   typedef void (*PFI) ();
      |                  ^~~
/usr/include/signal.h:72:16: note: '__sighandler_t' declared here
   72 | typedef void (*__sighandler_t) (int);
      |                ^~~~~~~~~~~~~~
func.c: In function 'disp_mem':
func.c:867:1: warning: old-style function definition [-Wold-style-definition]
  867 | disp_mem (addr, len)
      | ^~~~~~~~
func.c: In function 'dis_mem':
func.c:904:1: warning: old-style function definition [-Wold-style-definition]
  904 | dis_mem (addr, len)
      | ^~~~~~~
func.c: In function 'event':
func.c:935:1: warning: old-style function definition [-Wold-style-definition]
  935 | event (cfunc, arg, delta)
      | ^~~~~
func.c: In function 'remove_event':
func.c:974:1: warning: old-style function definition [-Wold-style-definition]
  974 | remove_event (cfunc, arg)
      | ^~~~~~~~~~~~
func.c: In function 'init_event':
func.c:1014:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
 1014 |   event (last_event, 0, UINT64_MAX);
      |          ^~~~~~~~~~
      |          |
      |          void (*)(int32) {aka void (*)(int)}
func.c:936:13: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  936 |      void (*cfunc) ();
      |             ^~~~~
func.c:996:1: note: 'last_event' declared here
  996 | last_event (int32 arg)
      | ^~~~~~~~~~
func.c: In function 'advance_time':
func.c:1020:1: warning: old-style function definition [-Wold-style-definition]
 1020 | advance_time (endtime)
      | ^~~~~~~~~~~~
func.c:1038:7: error: too many arguments to function 'cfunc'; expected 0, have 1
 1038 |       cfunc (arg);
      |       ^~~~~  ~~~
func.c: In function 'check_bpt':
func.c:1076:1: warning: old-style function definition [-Wold-style-definition]
 1076 | check_bpt (sregs)
      | ^~~~~~~~~
func.c: In function 'run_sim_un':
func.c:1158:1: warning: old-style function definition [-Wold-style-definition]
 1158 | run_sim_un (sregs, icount, dis)
      | ^~~~~~~~~~
func.c: In function 'run_sim_core':
func.c:1290:1: warning: old-style function definition [-Wold-style-definition]
 1290 | run_sim_core (sregs, ntime, deb, dis)
      | ^~~~~~~~~~~~
func.c: In function 'run_sim_mp':
func.c:1408:1: warning: old-style function definition [-Wold-style-definition]
 1408 | run_sim_mp (icount, dis)
      | ^~~~~~~~~~
func.c: In function 'run_sim':
func.c:1470:1: warning: old-style function definition [-Wold-style-definition]
 1470 | run_sim (icount, dis)
      | ^~~~~~~
func.c:1481:12: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
 1481 |     event (sim_timeout, 2, ebase.tlimit - ebase.simtime);
      |            ^~~~~~~~~~~
      |            |
      |            void (*)(int32) {aka void (*)(int)}
func.c:936:13: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  936 |      void (*cfunc) ();
      |             ^~~~~
func.c:1282:1: note: 'sim_timeout' declared here
 1282 | sim_timeout (int32 arg)
      | ^~~~~~~~~~~
func.c:1488:17: error: passing argument 1 of 'remove_event' from incompatible pointer type [-Wincompatible-pointer-types]
 1488 |   remove_event (sim_timeout, -1);
      |                 ^~~~~~~~~~~
      |                 |
      |                 void (*)(int32) {aka void (*)(int)}
func.c:975:13: note: expected 'void (*)(void)' but argument is of type 'void (*)(int32)' {aka 'void (*)(int)'}
  975 |      void (*cfunc) ();
      |             ^~~~~
func.c:1282:1: note: 'sim_timeout' declared here
 1282 | sim_timeout (int32 arg)
      | ^~~~~~~~~~~
riscv.c: In function 'riscv_execute_trap':
riscv.c:2028:1: warning: old-style function definition [-Wold-style-definition]
 2028 | riscv_execute_trap (sregs)
      | ^~~~~~~~~~~~~~~~~~
riscv.c:2091:13: error: too many arguments to function 'sregs->intack'; expected 0, have 2
 2091 |             sregs->intack (sregs->trap - 16, sregs->cpu);
      |             ^~~~~          ~~~~~~~~~~~~~~~~
In file included from riscv.h:22,
                 from riscv.c:19:
sis.h:149:10: note: declared here
  149 |   void (*intack) ();            /* interrupt ack. callback */
      |          ^~~~~~
riscv.c: In function 'riscv_check_interrupts':
riscv.c:2126:1: warning: old-style function definition [-Wold-style-definition]
 2126 | riscv_check_interrupts (sregs)
      | ^~~~~~~~~~~~~~~~~~~~~~
riscv.c: In function 'riscv_set_regi':
riscv.c:2146:1: warning: old-style function definition [-Wold-style-definition]
 2146 | riscv_set_regi (sregs, reg, rval)
      | ^~~~~~~~~~~~~~
make[1]: *** [Makefile:399: func.o] Error 1
remote.c: In function 'gdb_remote_exec':
remote.c:344:7: error: too many arguments to function 'sim_create_inferior'; expected 0, have 4
  344 |       sim_create_inferior (0, 0, 0, 0);
      |       ^~~~~~~~~~~~~~~~~~~  ~
In file included from remote.c:41:
sis.h:398:13: note: declared here
  398 | extern void sim_create_inferior ();
      |             ^~~~~~~~~~~~~~~~~~~
remote.c:350:11: error: too many arguments to function 'sim_create_inferior'; expected 0, have 4
  350 |           sim_create_inferior (0, 0, 0, 0);
      |           ^~~~~~~~~~~~~~~~~~~  ~
make[1]: *** [Makefile:399: sparc.o] Error 1
mv -f .deps/leon3.Tpo .deps/leon3.Po
sis.h:398:13: note: declared here
  398 | extern void sim_create_inferior ();
      |             ^~~~~~~~~~~~~~~~~~~
remote.c:355:11: error: too many arguments to function 'sim_create_inferior'; expected 0, have 4
  355 |           sim_create_inferior (0, 0, 0, 0);
      |           ^~~~~~~~~~~~~~~~~~~  ~
sis.h:398:13: note: declared here
  398 | extern void sim_create_inferior ();
      |             ^~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:399: remote.o] Error 1
make[1]: *** [Makefile:399: riscv.o] Error 1
mv -f .deps/exec.Tpo .deps/exec.Po
mv -f .deps/sis.Tpo .deps/sis.Po
mv -f .deps/interf.Tpo .deps/interf.Po
make[1]: Leaving directory '/home/joel/rtems-cron-6/rtems-source-builder/rtems/build/sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1/rtems-sis-e785959b498edcdf40e858631545a24b839d597f'
make: *** [Makefile:276: all] Error 2
shell cmd failed: /bin/sh -ex  /home/joel/rtems-cron-6/rtems-source-builder/rtems/build/sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1/do-build
error: building sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
  See error report: rsb-report-sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1.txt
  Note: In some cases the error appears only in
  the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 


Output
======

Build Set: 6/rtems-riscv
Build Set: tools/rtems-default-tools.bset
config: devel/dtc-1.6.1-1.cfg
package: dtc-1.6.1-x86_64-linux-gnu-1
building: dtc-1.6.1-x86_64-linux-gnu-1
sizes: dtc-1.6.1-x86_64-linux-gnu-1: 4.236MB (installed: 1.103MB)
cleaning: dtc-1.6.1-x86_64-linux-gnu-1
reporting: devel/dtc-1.6.1-1.cfg -> dtc-1.6.1-x86_64-linux-gnu-1.txt
reporting: devel/dtc-1.6.1-1.cfg -> dtc-1.6.1-x86_64-linux-gnu-1.xml
Build Set: devel/expat-internal.bset
config: devel/expat-2.5.0-1.cfg
package: expat-2.5.0-x86_64-linux-gnu-1
building: expat-2.5.0-x86_64-linux-gnu-1
sizes: expat-2.5.0-x86_64-linux-gnu-1: 9.034MB (installed: 0.000B)
cleaning: expat-2.5.0-x86_64-linux-gnu-1
cleaning: expat-2.5.0-x86_64-linux-gnu-1
Build Set: Time 0:00:27.951497
Build Set: devel/gmp-internal.bset
config: devel/gmp-6.3.0.cfg
package: gmp-6.3.0-x86_64-linux-gnu-1
building: gmp-6.3.0-x86_64-linux-gnu-1
error: building gmp-6.3.0-x86_64-linux-gnu-1
Build FAILED
  See error report: rsb-report-gmp-6.3.0-x86_64-linux-gnu-1.txt
  Note: In some cases the error appears only in
  the complete build log (see --log option)
error: building gmp-6.3.0-x86_64-linux-gnu-1
Build Set: Time 0:00:04.202440
Build Set: devel/mpfr-internal.bset
config: devel/mpfr-4.2.1.cfg
package: mpfr-4.2.1-x86_64-linux-gnu-1
building: mpfr-4.2.1-x86_64-linux-gnu-1
sizes: mpfr-4.2.1-x86_64-linux-gnu-1: 20.295MB (installed: 0.000B)
cleaning: mpfr-4.2.1-x86_64-linux-gnu-1
cleaning: mpfr-4.2.1-x86_64-linux-gnu-1
Build Set: Time 0:00:23.933423
Build Set: textproc/gsed-internal.bset
config: textproc/gsed.cfg
Build Set: Time 0:00:00.023207
Build Set: print/texinfo-internal.bset
config: print/texinfo.cfg
package: texinfo-7.0.3-x86_64-linux-gnu-1
building: texinfo-7.0.3-x86_64-linux-gnu-1
error: building texinfo-7.0.3-x86_64-linux-gnu-1
Build FAILED
  See error report: rsb-report-texinfo-7.0.3-x86_64-linux-gnu-1.txt
  Note: In some cases the error appears only in
  the complete build log (see --log option)
error: building texinfo-7.0.3-x86_64-linux-gnu-1
Build Set: Time 0:00:35.116763
config: tools/rtems-gdb-15.2.cfg
package: riscv-rtems6-gdb-15.2-x86_64-linux-gnu-1
building: riscv-rtems6-gdb-15.2-x86_64-linux-gnu-1
error: building riscv-rtems6-gdb-15.2-x86_64-linux-gnu-1
Build FAILED
  See error report: rsb-report-riscv-rtems6-gdb-15.2-x86_64-linux-gnu-1.txt
  Note: In some cases the error appears only in
  the complete build log (see --log option)
error: building riscv-rtems6-gdb-15.2-x86_64-linux-gnu-1
config: tools/rtems-binutils-2.43.cfg
package: riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1
building: riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1
sizes: riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1: 659.456MB (installed: 172.522MB)
cleaning: riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1
reporting: tools/rtems-binutils-2.43.cfg -> riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1.txt
reporting: tools/rtems-binutils-2.43.cfg -> riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1.xml
config: tools/rtems-gcc-13.3-newlib-head.cfg
package: riscv-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1
building: riscv-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1
error: building riscv-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1
Build FAILED
  See error report: rsb-report-riscv-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1.txt
  Note: In some cases the error appears only in
  the complete build log (see --log option)
error: building riscv-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1
config: tools/rtems-tools-6.cfg
package: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
building: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
sizes: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1: 290.222MB (installed: 79.044MB)
cleaning: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
reporting: tools/rtems-tools-6.cfg -> rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1.txt
reporting: tools/rtems-tools-6.cfg -> rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1.xml
cleaning: dtc-1.6.1-x86_64-linux-gnu-1
cleaning: riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1
cleaning: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
Build Sizes: usage: 912.125MB total: 617.213MB (sources: 364.227MB, patches: 323.933KB, installed 252.669MB)
Build Set: Time 0:06:19.408781
config: devel/sis-2-1.cfg
package: sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
download: https://dl.rtems.org/a8fd365c6e23832bc911979fd5b3439040c20d6519ee18d5bd8683e63391631736b67229ccabb8c7f778a4f44c051224f80aebaf02aeef3fd927d73f401f5e50/rtems-sis-e785959b498edcdf40e858631545a24b839d597f.tar.bz2 -> sources/rtems-sis-e785959b498edcdf40e858631545a24b839d597f.tar.bz2
building: sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
error: building sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
Build FAILED
  See error report: rsb-report-sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1.txt
  Note: In some cases the error appears only in
  the complete build log (see --log option)
error: building sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
Mailing report: build at rtems.org

Report
======

==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:32:19 2026
==============================================================================
Report: devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7c3fffecf84f0333c940bdda3f9f19f8ed8398f4
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/dtc-1.6.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
Package: dtc-1.6.1-x86_64-linux-gnu-1
 Config: devel/dtc-1.6.1-1.cfg
 Summary:
  Device Tree Compiler v1.6.1 for target riscv-rtems6 on host x86_64-linux-gnu
 URL:
  https://www.devicetree.org/
 Version:
  1.6.1
 Release:
  1
  Sources: 1
    1: https://www.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.gz
       sha512: NLZPNWBwcQ/XjzTtYkoGzsApFcmKtT7duwhD8qTGLclaeKqFg9f0M9tg0SM+saK6vs2FzYF5508n/kbKQSyysw==
  Patches: 1
    1: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/0001-checks.c-Ensure-argument-is-an-integer-v2.patch
       sha512: zNuHlcT6zdJwotdSJu5RMxjuigezWDIW4UEd/ceE5TqNbo1zANVhdhV6XMffZoNzl5GOP9YPBYgSWviaVDunXg==
 Preparation:
  build_top=$(pwd)
  %setup source dtc -q -n dtc-1.6.1
  %setup patch dtc -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd dtc-1.6.1
  # Build and build flags means force build == host
  # gcc is not ready to be compiled with -std=gnu99
  LDFLAGS="${SB_HOST_LDFLAGS}"
  LIBS="${SB_HOST_LIBS}"
  CC=$(echo "gcc ${SB_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CXX=$(echo "g++ ${SB_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CC_FOR_BUILD=${CC}
  CXX_FOR_BUILD=${CXX}
  export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS LDFLAGS LIBS
  make PREFIX=/home/joel/rtems-cron-6/tools/6 WARNINGS=
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd dtc-1.6.1
  make DESTDIR=$SB_BUILD_ROOT PREFIX=/home/joel/rtems-cron-6/tools/6 WARNINGS= install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:32:19 2026
==============================================================================
Report: devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7c3fffecf84f0333c940bdda3f9f19f8ed8398f4
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/dtc-1.6.1-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/dtc-1.6.1-1.cfg
------------------------------------------------------------------------------
Package: dtc-1.6.1-x86_64-linux-gnu-1
 Config: devel/dtc-1.6.1-1.cfg
 Summary:
  Device Tree Compiler v1.6.1 for target riscv-rtems6 on host x86_64-linux-gnu
 URL:
  https://www.devicetree.org/
 Version:
  1.6.1
 Release:
  1
  Sources: 1
    1: https://www.kernel.org/pub/software/utils/dtc/dtc-1.6.1.tar.gz
       sha512: NLZPNWBwcQ/XjzTtYkoGzsApFcmKtT7duwhD8qTGLclaeKqFg9f0M9tg0SM+saK6vs2FzYF5508n/kbKQSyysw==
  Patches: 1
    1: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_attachments/0001-checks.c-Ensure-argument-is-an-integer-v2.patch
       sha512: zNuHlcT6zdJwotdSJu5RMxjuigezWDIW4UEd/ceE5TqNbo1zANVhdhV6XMffZoNzl5GOP9YPBYgSWviaVDunXg==
 Preparation:
  build_top=$(pwd)
  %setup source dtc -q -n dtc-1.6.1
  %setup patch dtc -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  cd dtc-1.6.1
  # Build and build flags means force build == host
  # gcc is not ready to be compiled with -std=gnu99
  LDFLAGS="${SB_HOST_LDFLAGS}"
  LIBS="${SB_HOST_LIBS}"
  CC=$(echo "gcc ${SB_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CXX=$(echo "g++ ${SB_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  CC_FOR_BUILD=${CC}
  CXX_FOR_BUILD=${CXX}
  export CC CXX CC_FOR_BUILD CXX_FOR_BUILD CFLAGS LDFLAGS LIBS
  make PREFIX=/home/joel/rtems-cron-6/tools/6 WARNINGS=
  cd ${build_top}
 Install:
  build_top=$(pwd)
  rm -rf $SB_BUILD_ROOT
  cd dtc-1.6.1
  make DESTDIR=$SB_BUILD_ROOT PREFIX=/home/joel/rtems-cron-6/tools/6 WARNINGS= install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:36:47 2026
==============================================================================
Report: tools/rtems-binutils-2.43.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7c3fffecf84f0333c940bdda3f9f19f8ed8398f4
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.43.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.43.cfg
------------------------------------------------------------------------------
Package: riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1
 Config: tools/rtems-binutils-2.43.cfg
 Summary:
  Binutils v2.43 for target riscv-rtems6 on host x86_64-linux-gnu
 URL:
  http://sources.redhat.com/binutils
 Version:
  2.43
 Release:
  1
  Sources: 1
    1: https://ftpmirror.gnu.org/binutils/binutils-2.43.tar.bz2
       sha512: rQBoju8+cIYoUN/YZb1LK6+Vs0M409GzrhvfhAuerA9SihyWdnRY7p0GVZ2tr8yxOqtcqud77fhEQ6VRyu8SiQ==
  Patches: 1
    1: https://gitlab.rtems.org/-/project/7/uploads/a5241de34b7aee206466140201bcfb54/binutils-2.43-zlib-macos-fix.diff
       sha512: 5JN0WrRptla9zZ1H7M0pODaso2nuXFf9ehd90Vex7I89+ow6/FQFbYlTW7YHhnqBqztQJHDJWpFr3iU0twsCVA==
 Preparation:
  build_top=$(pwd)
  binutils_source="binutils-2.43"
  source_dir_binutils=${binutils_source}
  %setup source binutils -q -n ${binutils_source}
  %setup patch binutils -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
    # Cross-build (Xc) if no target or the host and target match.
    # Canadian-cross (Cxc) if build, host and target are all different.
    if test -z "riscv-rtems6" -o "x86_64-linux-gnu" == "riscv-rtems6" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  mkdir -p ${build_dir}
  cd ${build_dir}
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
    # Cross build
    CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LDLIBS="${SB_HOST_LIBS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
  ../${source_dir_binutils}/configure  --build=x86_64-linux-gnu --host=x86_64-linux-gnu  --target=riscv-rtems6  --verbose --disable-nls  --disable-gdb --disable-libdecnumber --disable-readline --disable-sim  --enable-deterministic-archives  --enable-64-bit-bfd    --without-included-gettext  --disable-win32-registry  --disable-werror  --prefix=/home/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin  --exec-prefix=/home/joel/rtems-cron-6/tools/6  --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib  --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info  --disable-warn-execstack --disable-warn-rwx-segments
  make -j 56 all
  cd ${build_top}
 Install:
  cd ${build_top}
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  make DESTDIR=$SB_BUILD_ROOT install
  /bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/configure.info*
  /bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
  touch $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
  mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/locale
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/lib/libiberty*
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-dlltool; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-dlltool*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-nlmconv; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-nlmconv*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-windres; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-windres*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-windmc; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-windmc*
  fi
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:36:47 2026
==============================================================================
Report: tools/rtems-binutils-2.43.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7c3fffecf84f0333c940bdda3f9f19f8ed8398f4
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-binutils-2.43.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-binutils-2.43.cfg
------------------------------------------------------------------------------
Package: riscv-rtems6-binutils-2.43-x86_64-linux-gnu-1
 Config: tools/rtems-binutils-2.43.cfg
 Summary:
  Binutils v2.43 for target riscv-rtems6 on host x86_64-linux-gnu
 URL:
  http://sources.redhat.com/binutils
 Version:
  2.43
 Release:
  1
  Sources: 1
    1: https://ftpmirror.gnu.org/binutils/binutils-2.43.tar.bz2
       sha512: rQBoju8+cIYoUN/YZb1LK6+Vs0M409GzrhvfhAuerA9SihyWdnRY7p0GVZ2tr8yxOqtcqud77fhEQ6VRyu8SiQ==
  Patches: 1
    1: https://gitlab.rtems.org/-/project/7/uploads/a5241de34b7aee206466140201bcfb54/binutils-2.43-zlib-macos-fix.diff
       sha512: 5JN0WrRptla9zZ1H7M0pODaso2nuXFf9ehd90Vex7I89+ow6/FQFbYlTW7YHhnqBqztQJHDJWpFr3iU0twsCVA==
 Preparation:
  build_top=$(pwd)
  binutils_source="binutils-2.43"
  source_dir_binutils=${binutils_source}
  %setup source binutils -q -n ${binutils_source}
  %setup patch binutils -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
    # Cross-build (Xc) if no target or the host and target match.
    # Canadian-cross (Cxc) if build, host and target are all different.
    if test -z "riscv-rtems6" -o "x86_64-linux-gnu" == "riscv-rtems6" ; then
      build_dir="build-xc"
    else
      build_dir="build-cxc"
    fi
  else
    build_dir="build"
  fi
  mkdir -p ${build_dir}
  cd ${build_dir}
  # Host and build flags, Cross build if host and build are different and
  # Cxc build if target is deifned and also different.
  # Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
  if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
    # Cross build
    CC=$(echo "x86_64-linux-gnu-gcc" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "x86_64-linux-gnu-g++" | sed -e 's,-std=gnu99 ,,')
    CPPFLAGS="${SB_HOST_CPPFLAGS}"
    CFLAGS="${SB_HOST_CFLAGS}"
    CXXFLAGS="${SB_HOST_CXXFLAGS}"
    LDFLAGS="${SB_HOST_LDFLAGS}"
    LDLIBS="${SB_HOST_LIBS}"
    LIBS="${SB_HOST_LIBS}"
    # Host
    CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
    CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
    LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
    LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
    LIBS_FOR_HOST="${SB_HOST_LIBS}"
    CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
    CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    # Build
    CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
    LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
    LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
    CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
    CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
  else
    LDFLAGS="${SB_BUILD_LDFLAGS}"
    LDLIBS="${SB_BUILD_LIBS}"
    LIBS="${SB_BUILD_LIBS}"
    CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
    CC_FOR_BUILD=${CC}
    CXX_FOR_BUILD=${CXX}
  fi
  export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
  export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
  export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
  ../${source_dir_binutils}/configure  --build=x86_64-linux-gnu --host=x86_64-linux-gnu  --target=riscv-rtems6  --verbose --disable-nls  --disable-gdb --disable-libdecnumber --disable-readline --disable-sim  --enable-deterministic-archives  --enable-64-bit-bfd    --without-included-gettext  --disable-win32-registry  --disable-werror  --prefix=/home/joel/rtems-cron-6/tools/6 --bindir=/home/joel/rtems-cron-6/tools/6/bin  --exec-prefix=/home/joel/rtems-cron-6/tools/6  --includedir=/home/joel/rtems-cron-6/tools/6/include --libdir=/home/joel/rtems-cron-6/tools/6/lib  --mandir=/home/joel/rtems-cron-6/tools/6/share/man --infodir=/home/joel/rtems-cron-6/tools/6/share/info  --disable-warn-execstack --disable-warn-rwx-segments
  make -j 56 all
  cd ${build_top}
 Install:
  cd ${build_top}
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${build_dir}
  make DESTDIR=$SB_BUILD_ROOT install
  /bin/rm -rf $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/configure.info*
  /bin/rm -f $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
  touch $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/info/dir
  mkdir -p $SB_BUILD_ROOT/home/joel/rtems-cron-6/tools/6/share/locale
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/lib/libiberty*
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-dlltool; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-dlltool*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-nlmconv; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-nlmconv*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-windres; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-windres*
  fi
  if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/riscv-rtems6-windmc; then
  /bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/riscv-rtems6-windmc*
  fi
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:38:10 2026
==============================================================================
Report: tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7c3fffecf84f0333c940bdda3f9f19f8ed8398f4
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-6.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
Package: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
 Config: tools/rtems-tools-6.cfg
 Summary:
  RTEMS Tools a2538346b745e2bd31e7bf8909a4e847f6d9c760 for host x86_64-linux-gnu
 URL:
  http://www.rtems.org/
 Version:
  a2538346b745e2bd31e7bf8909a4e847f6d9c760
 Release:
  1
  Sources: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/a2538346b745e2bd31e7bf8909a4e847f6d9c760/rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760.tar.bz2
       sha512: 9rogzrsHWKfRqCdyrG8u41BzUVVHAAcKD0dWfUSKjUVrE5r8J8kA5d+9JBGHx91c8lRsjJLQUe2MlTsp79JnlA==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  rtems_tools_source=rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760
  source_dir_rtems_tools=${rtems_tools_source}
  %setup source rtems-tools -q -n ${rtems_tools_source}
  %setup patch rtems-tools -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
  RT_HOST="--host=x86_64-linux-gnu"
  else
  RT_HOST=
  fi
  cd ${source_dir_rtems_tools}
  ./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-6/tools/6
  ./waf
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${source_dir_rtems_tools}
  ./waf --destdir=$SB_BUILD_ROOT install
  cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:38:10 2026
==============================================================================
Report: tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
 Remotes:
[ remotes removed, contact sender for details ]
 Status:
  Clean
 Head:
  Commit: 7c3fffecf84f0333c940bdda3f9f19f8ed8398f4
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-6.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
Package: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
 Config: tools/rtems-tools-6.cfg
 Summary:
  RTEMS Tools a2538346b745e2bd31e7bf8909a4e847f6d9c760 for host x86_64-linux-gnu
 URL:
  http://www.rtems.org/
 Version:
  a2538346b745e2bd31e7bf8909a4e847f6d9c760
 Release:
  1
  Sources: 1
    1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/a2538346b745e2bd31e7bf8909a4e847f6d9c760/rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760.tar.bz2
       sha512: 9rogzrsHWKfRqCdyrG8u41BzUVVHAAcKD0dWfUSKjUVrE5r8J8kA5d+9JBGHx91c8lRsjJLQUe2MlTsp79JnlA==
  Patches: 0
 Preparation:
  build_top=$(pwd)
  rtems_tools_source=rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760
  source_dir_rtems_tools=${rtems_tools_source}
  %setup source rtems-tools -q -n ${rtems_tools_source}
  %setup patch rtems-tools -p1
  cd ${build_top}
 Build:
  build_top=$(pwd)
  if test "x86_64-linux-gnu" != "x86_64-linux-gnu" ; then
  RT_HOST="--host=x86_64-linux-gnu"
  else
  RT_HOST=
  fi
  cd ${source_dir_rtems_tools}
  ./waf distclean configure ${RT_HOST} --prefix=/home/joel/rtems-cron-6/tools/6
  ./waf
  cd ${build_top}
 Install:
  build_top=$(pwd)
  /bin/rm -rf $SB_BUILD_ROOT
  cd ${source_dir_rtems_tools}
  ./waf --destdir=$SB_BUILD_ROOT install
  cd ${build_top}




More information about the build mailing list