Build Linux: FAILED 6/rtems-sparc on x86_64-linux-gnu (sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1)
Joel Sherrill
joel at rtems.org
Sat May 16 16:52:16 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:57.317901
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
sparc.c: In function 'chk_asi':
sparc.c:65:1: warning: old-style function definition [-Wold-style-definition]
65 | chk_asi (sregs, asi, op3)
| ^~~~~~~
func.c: In function 'batch':
func.c:96:1: warning: old-style function definition [-Wold-style-definition]
96 | batch (sregs, fname)
| ^~~~~
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)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
func.c: In function 'limcalc':
erc32.c: In function 'mec_intack':
func.c:126:1: warning: old-style function definition [-Wold-style-definition]
126 | limcalc (freq)
| ^~~~~~~
erc32.c:508:1: warning: old-style function definition [-Wold-style-definition]
508 | mec_intack (level)
| ^~~~~~~~~~
erc32.c: In function 'mec_irq':
erc32.c:553:1: warning: old-style function definition [-Wold-style-definition]
553 | mec_irq (level)
| ^~~~~~~
erc32.c: In function 'set_sfsr':
erc32.c:561:1: warning: old-style function definition [-Wold-style-definition]
561 | set_sfsr (fault, addr, asi, read)
| ^~~~~~~~
erc32.c: In function 'mec_read':
erc32.c:585:1: warning: old-style function definition [-Wold-style-definition]
585 | mec_read (addr, asi, data)
| ^~~~~~~~
erc32.c: In function 'mec_write':
erc32.c:697:1: warning: old-style function definition [-Wold-style-definition]
697 | mec_write (addr, data)
| ^~~~~~~~~
erc32.c: In function 'read_uart':
erc32.c:1042:1: warning: old-style function definition [-Wold-style-definition]
1042 | read_uart (addr)
| ^~~~~~~~~
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)
| ^~~~~~~~
erc32.c: In function 'write_uart':
erc32.c:1189:1: warning: old-style function definition [-Wold-style-definition]
1189 | write_uart (addr, data)
| ^~~~~~~~~~
make[1]: *** [Makefile:399: grlib.o] Error 1
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)
| ^~~~~~~
erc32.c: In function 'uart_rx':
erc32.c:1339:1: warning: old-style function definition [-Wold-style-definition]
1339 | uart_rx (arg)
| ^~~~~~~
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)
| ^~~~~~~~~~~~
erc32.c:1386:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1386 | event (uart_rx, 0, UART_RX_TIME);
| ^~~~~~~
| |
| void (*)(int32) {aka void (*)(int)}
In file included from erc32.c:34:
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);
| ~~~~~~~^~~~~~~~~
erc32.c:1339:1: note: 'uart_rx' declared here
1339 | uart_rx (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)}
sparc.c: In function 'fpexec':
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)
| ^~~~~~~~~~
erc32.c: In function 'uart_intr':
erc32.c:1390:1: warning: old-style function definition [-Wold-style-definition]
1390 | uart_intr (arg)
| ^~~~~~~~~
func.c: In function 'advance_time':
func.c:1020:1: warning: old-style function definition [-Wold-style-definition]
1020 | advance_time (endtime)
| ^~~~~~~~~~~~
sparc.c:1661:1: warning: old-style function definition [-Wold-style-definition]
1661 | fpexec (op3, rd, rs1, rs2, sregs)
| ^~~~~~
sis.c: In function 'main':
make[1]: *** [Makefile:399: remote.o] Error 1
erc32.c:1395:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1395 | event (uart_intr, 0, UART_FLUSH_TIME);
| ^~~~~~~~~
| |
| void (*)(int32) {aka void (*)(int)}
sis.c:44:1: warning: old-style function definition [-Wold-style-definition]
44 | main (argc, argv)
| ^~~~
func.c:1038:7: error: too many arguments to function 'cfunc'; expected 0, have 1
1038 | cfunc (arg);
| ^~~~~ ~~~
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);
| ~~~~~~~^~~~~~~~~
erc32.c:1390:1: note: 'uart_intr' declared here
1390 | uart_intr (arg)
| ^~~~~~~~~
erc32.c: In function 'uart_irq_start':
erc32.c:1403:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1403 | 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);
| ~~~~~~~^~~~~~~~~
erc32.c:1390:1: note: 'uart_intr' declared here
1390 | uart_intr (arg)
| ^~~~~~~~~
erc32.c: In function 'wdog_intr':
erc32.c:1414:1: warning: old-style function definition [-Wold-style-definition]
1414 | wdog_intr (arg)
| ^~~~~~~~~
func.c: In function 'check_bpt':
func.c:1076:1: warning: old-style function definition [-Wold-style-definition]
1076 | check_bpt (sregs)
| ^~~~~~~~~
erc32.c:1427:18: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1427 | event (wdog_intr, 0, wdog_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);
| ~~~~~~~^~~~~~~~~
erc32.c:1414:1: note: 'wdog_intr' declared here
1414 | wdog_intr (arg)
| ^~~~~~~~~
erc32.c:1442:22: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1442 | event (wdog_intr, 0, wdog_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);
| ~~~~~~~^~~~~~~~~
erc32.c:1414:1: note: 'wdog_intr' declared here
1414 | wdog_intr (arg)
| ^~~~~~~~~
erc32.c: In function 'wdog_start':
erc32.c:1451:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1451 | event (wdog_intr, 0, wdog_scaler + 1);
| ^~~~~~~~~
| |
| void (*)(int32) {aka void (*)(int)}
func.c: In function 'run_sim_un':
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);
| ~~~~~~~^~~~~~~~~
func.c:1158:1: warning: old-style function definition [-Wold-style-definition]
1158 | run_sim_un (sregs, icount, dis)
| ^~~~~~~~~~
erc32.c:1414:1: note: 'wdog_intr' declared here
1414 | wdog_intr (arg)
| ^~~~~~~~~
erc32.c: In function 'rtc_intr':
erc32.c:1460:1: warning: old-style function definition [-Wold-style-definition]
1460 | rtc_intr (arg)
| ^~~~~~~~
erc32.c:1476:14: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1476 | event (rtc_intr, 0, rtc_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);
| ~~~~~~~^~~~~~~~~
erc32.c:1460:1: note: 'rtc_intr' declared here
1460 | rtc_intr (arg)
| ^~~~~~~~
erc32.c: In function 'rtc_start':
erc32.c:1493:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1493 | event (rtc_intr, 0, rtc_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);
| ~~~~~~~^~~~~~~~~
erc32.c:1460:1: note: 'rtc_intr' declared here
1460 | rtc_intr (arg)
| ^~~~~~~~
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)
| ^~~~~~~~~~~~
erc32.c: In function 'rtc_scaler_set':
erc32.c:1505:1: warning: old-style function definition [-Wold-style-definition]
1505 | rtc_scaler_set (val)
| ^~~~~~~~~~~~~~
erc32.c: In function 'rtc_reload_set':
erc32.c:1512:1: warning: old-style function definition [-Wold-style-definition]
1512 | rtc_reload_set (val)
| ^~~~~~~~~~~~~~
erc32.c: In function 'gpt_intr':
erc32.c:1519:1: warning: old-style function definition [-Wold-style-definition]
1519 | gpt_intr (arg)
| ^~~~~~~~
erc32.c:1534:14: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1534 | 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);
| ~~~~~~~^~~~~~~~~
erc32.c:1519:1: note: 'gpt_intr' declared here
1519 | gpt_intr (arg)
| ^~~~~~~~
func.c: In function 'run_sim_mp':
erc32.c: In function 'gpt_start':
func.c:1408:1: warning: old-style function definition [-Wold-style-definition]
1408 | run_sim_mp (icount, dis)
| ^~~~~~~~~~
erc32.c:1551:10: error: passing argument 1 of 'event' from incompatible pointer type [-Wincompatible-pointer-types]
1551 | 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);
| ~~~~~~~^~~~~~~~~
erc32.c:1519:1: note: 'gpt_intr' declared here
1519 | gpt_intr (arg)
| ^~~~~~~~
erc32.c: In function 'gpt_scaler_set':
erc32.c:1563:1: warning: old-style function definition [-Wold-style-definition]
1563 | gpt_scaler_set (val)
| ^~~~~~~~~~~~~~
erc32.c: In function 'gpt_reload_set':
erc32.c:1570:1: warning: old-style function definition [-Wold-style-definition]
1570 | gpt_reload_set (val)
| ^~~~~~~~~~~~~~
erc32.c: In function 'timer_ctrl':
erc32.c:1577:1: warning: old-style function definition [-Wold-style-definition]
1577 | timer_ctrl (val)
| ^~~~~~~~~~
func.c: In function 'run_sim':
func.c:1470:1: warning: old-style function definition [-Wold-style-definition]
1470 | run_sim (icount, dis)
| ^~~~~~~
sparc.c: In function 'sparc_execute_trap':
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)}
sparc.c:1941:1: warning: old-style function definition [-Wold-style-definition]
1941 | sparc_execute_trap (sregs)
| ^~~~~~~~~~~~~~~~~~
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)
| ^~~~~~~~~~~
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 */
| ^~~~~~
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)
| ^~~~~~~~~~~
sparc.c: In function 'sparc_check_interrupts':
sparc.c:2004:1: warning: old-style function definition [-Wold-style-definition]
2004 | sparc_check_interrupts (sregs)
| ^~~~~~~~~~~~~~~~~~~~~~
erc32.c: In function 'get_mem_ptr':
erc32.c:1795:1: warning: old-style function definition [-Wold-style-definition]
1795 | get_mem_ptr (addr, size)
| ^~~~~~~~~~~
erc32.c: In function 'sis_memory_write':
erc32.c:1812:1: warning: old-style function definition [-Wold-style-definition]
1812 | sis_memory_write (addr, data, length)
| ^~~~~~~~~~~~~~~~
erc32.c: In function 'sis_memory_read':
erc32.c:1827:1: warning: old-style function definition [-Wold-style-definition]
1827 | sis_memory_read (addr, data, length)
| ^~~~~~~~~~~~~~~
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)
| ^~~~~~~~~~~~~~
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)
| ^~~~~~~~~~~~~~
sparc.c: In function 'disp_reg':
sparc.c:2309:1: warning: old-style function definition [-Wold-style-definition]
2309 | disp_reg (sregs, reg)
| ^~~~~~~~
mv -f .deps/help.Tpo .deps/help.Po
make[1]: *** [Makefile:399: erc32.o] Error 1
make[1]: *** [Makefile:399: func.o] Error 1
make[1]: *** [Makefile:399: sparc.o] Error 1
make[1]: *** [Makefile:399: riscv.o] Error 1
mv -f .deps/exec.Tpo .deps/exec.Po
mv -f .deps/gr740.Tpo .deps/gr740.Po
mv -f .deps/leon3.Tpo .deps/leon3.Po
mv -f .deps/rv32.Tpo .deps/rv32.Po
mv -f .deps/tap.Tpo .deps/tap.Po
mv -f .deps/greth.Tpo .deps/greth.Po
mv -f .deps/elf.Tpo .deps/elf.Po
mv -f .deps/interf.Tpo .deps/interf.Po
mv -f .deps/sis.Tpo .deps/sis.Po
mv -f .deps/linenoise.Tpo .deps/linenoise.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-sparc
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.128680
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.387156
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:27.460219
Build Set: textproc/gsed-internal.bset
config: textproc/gsed.cfg
Build Set: Time 0:00:00.020507
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:29.821672
config: tools/rtems-gdb-15.2.cfg
package: sparc-rtems6-gdb-15.2-x86_64-linux-gnu-1
building: sparc-rtems6-gdb-15.2-x86_64-linux-gnu-1
error: building sparc-rtems6-gdb-15.2-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-sparc-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 sparc-rtems6-gdb-15.2-x86_64-linux-gnu-1
config: tools/rtems-binutils-2.43.cfg
package: sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1
building: sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1
sizes: sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1: 607.958MB (installed: 146.409MB)
cleaning: sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1
reporting: tools/rtems-binutils-2.43.cfg -> sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1.txt
reporting: tools/rtems-binutils-2.43.cfg -> sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1.xml
config: tools/rtems-gcc-13.3-newlib-head.cfg
package: sparc-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1
building: sparc-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1
error: building sparc-rtems6-gcc-13.3.0-newlib-1b3dcfd-x86_64-linux-gnu-1
Build FAILED
See error report: rsb-report-sparc-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 sparc-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: sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1
cleaning: rtems-tools-a2538346b745e2bd31e7bf8909a4e847f6d9c760-1
Build Sizes: usage: 834.514MB total: 591.395MB (sources: 364.523MB, patches: 323.933KB, installed 226.556MB)
Build Set: Time 0:06:51.711243
config: devel/sis-2-1.cfg
package: sis-e785959b498edcdf40e858631545a24b839d597f-x86_64-linux-gnu-1
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:45:36 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 sparc-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:45:36 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 sparc-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:50:45 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: sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.43.cfg
Summary:
Binutils v2.43 for target sparc-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 "sparc-rtems6" -o "x86_64-linux-gnu" == "sparc-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=sparc-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/sparc-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/sparc-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/sparc-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/sparc-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:50:45 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: sparc-rtems6-binutils-2.43-x86_64-linux-gnu-1
Config: tools/rtems-binutils-2.43.cfg
Summary:
Binutils v2.43 for target sparc-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 "sparc-rtems6" -o "x86_64-linux-gnu" == "sparc-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=sparc-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/sparc-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/sparc-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/sparc-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/bin/sparc-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/joel/rtems-cron-6/tools/6/share/man/man1/sparc-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sat May 16 11:52:03 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:52:03 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