This is a longer reply than necessary hoping others read it and remember these details about the RTEMS testing setup. :)
On Mon, Feb 13, 2023, 3:12 AM Hesham Almatary <heshamelmat...@gmail.com> wrote: > Hello Joel, > > There shouldn't be any BSP with "medany" name in it. Where's the build > script? I tried to fix your build in the cron script [1] but not sure > if you use "medany" anywhere else. > The rtems-bsp-builder is driven by the configuration files in this directory: https://git.rtems.org/rtems-tools/tree/config BSP tiers are defined in the User Guide although I wonder if this is really more of something that should be in the Software Engineering Guide. https://docs.rtems.org/branches/master/user/hardware/tiers.html The BSPs in the tier files are placed there by hand. It is a conscious decision. It is arguable that anything in my rtems-cron-helpers with good results is in Tier 2. I don't think we have a Tier 1 which is REGULARLY reported although we have BSPs we all would accept as Tier 1. Most are Tier 3 because we can build but not test. Tier 4 status is usually transitory. *** The list of files in rtems-bsps-riscv* must be out of date. That also makes me wonder what else is out of date there. I made a pass a few months ago but if you can script checking what rtems-bsps reports versus what's in each rtems-bsps-CPU.ini, that would be helpful. I think long term Chris wanted the BSP builder to get them from rtems itself on the fly. > [1] https://github.com/joelsherrill/rtems-cron-helpers/pulls > > On Sun, 12 Feb 2023 at 18:12, Joel Sherrill <j...@rtems.org> wrote: > > > > Hi > > > > Looks like after Karel's fix goes in, the failures to build are all > risc-v bsps. They show up on the Ubuntu and Freebsd build reports but are > likely everywhere but the other hosts haven't rotated around yet. > > > > Hesham.. could you kindly please try to resolve those? > > > > Thanks > > > > ---------- Forwarded message --------- > > From: OAR Tester for FreeBSD 12 <rtems-tes...@oarcorp.com> > > Date: Sun, Feb 12, 2023, 11:50 AM > > Subject: [rtems-bsp-builder] 2023-02-12 05:13:18: Profile(s): everything > > To: <bu...@rtems.org> > > > > > > RTEMS Tools Project - RTEMS Kernel BSP Builder, 6.0.not_released > > ================================================================ > > > > Host: FreeBSD 12.3-RELEASE-p6 GENERIC > > > > command: /home/tester/rtems-cron-6/tools/6/bin/rtems-bsp-builder\ > > --rtems=/home/tester/rtems-cron-6/rtems > --build-path=/home/tester\ > > /rtems-cron-6/build --prefix=/home/tester/rtems-\ > > cron-6/tools/6/bsps --log=/home/tester/rtems-cron-6/bsp-\ > > builder.log --warnings-report=warnings.log --mail > --use-gitconfig\ > > --profiles=everything > > > > Total Time : 6:36:35.332796 for 1282 completed job(s) > > Average BSP Build Time: 0:00:18.561102 > > > > Builds > > ====== > > debug > > no-posix > > posix > > posix-debug > > posix-profiling > > profiling > > smp > > smp-debug > > > > Failures Report > > =============== > > 1 debug arm/stm32h757i-eval-m4 build: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-arm-stm32h757i-\ > > eval-m4-debug.ini > > error: bsps/arm/stm32h7/boards/stm/stm32h757i- > > eval/stm32h7-bspstarthooks.c:39:10: fatal error: > > stm32h747i_eval_qspi.h: No such file or directory > > > > 2 no-posix arm/stm32h757i-eval-m4 build: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems > --rtems-config=config-arm-stm32h757i-eval-m4-no-\ > > posix.ini > > error: bsps/arm/stm32h7/boards/stm/stm32h757i- > > eval/stm32h7-bspstarthooks.c:39:10: fatal error: > > stm32h747i_eval_qspi.h: No such file or directory > > > > 3 posix arm/stm32h757i-eval-m4 build: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-arm-stm32h757i-\ > > eval-m4-posix.ini > > error: bsps/arm/stm32h7/boards/stm/stm32h757i- > > eval/stm32h7-bspstarthooks.c:39:10: fatal error: > > stm32h747i_eval_qspi.h: No such file or directory > > > > 4 posix-debug arm/stm32h757i-eval-m4 build: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-arm-stm32h757i-eval-m4\ > > -posix-debug.ini > > error: bsps/arm/stm32h7/boards/stm/stm32h757i- > > eval/stm32h7-bspstarthooks.c:39:10: fatal error: > > stm32h747i_eval_qspi.h: No such file or directory > > > > 5 posix-profiling arm/stm32h757i-eval-m4 build: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-arm-stm32h757i-eval-m4\ > > -posix-profiling.ini > > error: bsps/arm/stm32h7/boards/stm/stm32h757i- > > eval/stm32h7-bspstarthooks.c:39:10: fatal error: > > stm32h747i_eval_qspi.h: No such file or directory > > > > 6 profiling arm/stm32h757i-eval-m4 build: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-arm-stm32h757i-\ > > eval-m4-profiling.ini > > error: bsps/arm/stm32h7/boards/stm/stm32h757i- > > eval/stm32h7-bspstarthooks.c:39:10: fatal error: > > stm32h747i_eval_qspi.h: No such file or directory > > > > 7 debug riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imac_medany-\ > > debug.ini > > > > 8 no-posix riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems > --rtems-config=config-riscv-rv64imac_medany-no-\ > > posix.ini > > > > 9 posix riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imac_medany-\ > > posix.ini > > > > 10 posix-debug riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imac_medany-\ > > posix-debug.ini > > > > 11 posix-profiling riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imac_medany-\ > > posix-profiling.ini > > > > 12 profiling riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imac_medany-\ > > profiling.ini > > > > 13 smp riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imac_medany-\ > > smp.ini > > > > 14 smp-debug riscv/rv64imac_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems > --rtems-config=config-riscv-rv64imac_medany-smp-\ > > debug.ini > > > > 15 debug riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafd_medany-\ > > debug.ini > > > > 16 no-posix riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems > --rtems-config=config-riscv-rv64imafd_medany-no-\ > > posix.ini > > > > 17 posix riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafd_medany-\ > > posix.ini > > > > 18 posix-debug riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafd_medany-\ > > posix-debug.ini > > > > 19 posix-profiling riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafd_medany-\ > > posix-profiling.ini > > > > 20 profiling riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafd_medany-\ > > profiling.ini > > > > 21 smp riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafd_medany-\ > > smp.ini > > > > 22 smp-debug riscv/rv64imafd_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafd_medany-\ > > smp-debug.ini > > > > 23 debug riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > debug.ini > > > > 24 no-posix riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > no-posix.ini > > > > 25 posix riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > posix.ini > > > > 26 posix-debug riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > posix-debug.ini > > > > 27 posix-profiling riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > posix-profiling.ini > > > > 28 profiling riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > profiling.ini > > > > 29 smp riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > smp.ini > > > > 30 smp-debug riscv/rv64imafdc_medany configure: > > configure: /home/tester/rtems-cron-6/rtems/waf configure\ > > --prefix=/home/tester/rtems-cron-6/tools/6/bsps --top=/home/tester\ > > /rtems-cron-6/rtems --rtems-config=config-riscv-rv64imafdc_medany-\ > > smp-debug.ini > > > > > > Warnings Report > > =============== > > +=====================================================================+ > > | By Architecture (total : 10477) | > > +---------------------------------------------------------------------+ > > | common : 14 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 738 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 168 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | aarch64 : 21 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 3 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 532 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | arm : 34 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 192 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 202 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | bfin : 32 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 138 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 234 | CPU Kit : 90 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | i386 : 31 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 60 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | lm32 : 14 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 156 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 72 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k : 33 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 936 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 330 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | microblaze : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 36 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | mips : 8 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 24 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | moxie : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 12 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | nios2 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | or1k : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 6 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 24 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc : 25 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 140 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 12 | CPU Kit : 218 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | sh : 162 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 84 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 84 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | sparc : 4 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | sparc64 : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 36 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | v850 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 72 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 36 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | x86_64 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 6 | | | > > +-------+---------+----------------+----------------+-----------------+ > > > > +=====================================================================+ > > | By BSP (total : 10477) | > > +---------------------------------------------------------------------+ > > | common : 291 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 1557 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 96 | CPU Kit : 1300 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | aarch64/a53_ilp32_qemu : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | aarch64/a72_ilp32_qemu : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | aarch64/xilinx_zynqmp_ilp32_qemu : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | aarch64/xilinx_zynqmp_ilp32_zu3eg : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 2 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 152 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | arm/altcycv_devkit : 7 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | arm/atsamv : 6 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 6 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 6 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | arm/beagleboardorig : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/beagleboardxm : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/beagleboneblack : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/beaglebonewhite : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/csb336 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/csb337 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/csb637 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/gumstix : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/imx7 : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 32 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | arm/imxrt1052 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/kit637_v6 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lm3s3749 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lm3s6965 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lm3s6965_qemu : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lm4f120 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc1768_mbed : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc1768_mbed_ahb_ram : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc1768_mbed_ahb_ram_eth : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc17xx_ea_ram : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc17xx_ea_rom_int : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc17xx_plx800_ram : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc17xx_plx800_rom_int : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc2362 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc23xx_tli800 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc24xx_ea : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc24xx_ncs_ram : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc24xx_ncs_rom_ext : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc24xx_ncs_rom_int : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc24xx_plx800_ram : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc24xx_plx800_rom_int : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc32xx_mzx : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc32xx_mzx_stage_1 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc32xx_mzx_stage_2 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc32xx_phycore : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc40xx_ea_ram : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/lpc40xx_ea_rom_int : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/nucleo-h743zi : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/raspberrypi : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/raspberrypi2 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/realview_pbx_a9_qemu : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/smdk2410 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/stm32f105rc : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/stm32f4 : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 6 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 6 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | arm/stm32h7 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/stm32h747i-disco : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/stm32h747i-disco-m4 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/stm32h757i-eval : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/stm32h757i-eval-m4 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/stm32h7b3i-dk : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | arm/xilinx_zynqmp_ultra96 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | bfin/TLL6527M : 11 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 42 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 138 | CPU Kit : 30 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | bfin/bf537Stamp : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | bfin/eZKit533 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | i386/pc386 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | i386/pc486 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | i386/pc586 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | i386/pc586-sse : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | i386/pc686 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | i386/pcp4 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | lm32/lm32_evr : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | lm32/lm32_evr_gdbsim : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | lm32/milkymist : 12 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 96 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 24 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/COBRA5475 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/av5282 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/csb360 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/gen68340 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/gen68360 : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 18 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 12 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/gen68360_040 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/m5484FireEngine : 3 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 66 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 24 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/mcf5206elite : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 78 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/mcf52235 : 3 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 78 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/mcf5225x : 3 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 78 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/mcf5235 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 78 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/mcf5329 : 3 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 78 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | m68k/mrm332 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/mvme147 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/mvme147s : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/mvme162 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/mvme162lx : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/mvme167 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/pgh360 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | m68k/uC5282 : 6 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 78 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | microblaze/kcu105 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | microblaze/kcu105_qemu : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | mips/hurricane : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | mips/malta : 6 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 24 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | mips/rbtx4938 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | moxie/moxiesim : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 12 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 18 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | nios2/nios2_iss : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | or1k/generic_or1k : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 6 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 24 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/beatnik : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 18 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 12 | CPU Kit : 4 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/br_uid : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/gwlcfm : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/hsc_cm01 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/icecube : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mcp750 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc5566evb : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc5643l_evb : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc5668g : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc5674fevb : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc8260ads : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc8309som : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc8313erdb : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mpc8349eamds : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mtx603e : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mvme2100 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mvme2307 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/mvme3100 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 12 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 4 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/mvme5500 : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 18 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 4 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/pghplus : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/phycore_mpc5554 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/pm520_cr825 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/pm520_ze30 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/psim : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 4 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/qemuppc : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 4 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/qemuprep : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/qemuprep-altivec : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/qoriq_core_0 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/qoriq_core_1 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/qoriq_e500 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/qoriq_e6500_32 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/qoriq_e6500_64 : 4 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 24 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 30 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/ss555 : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 12 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 4 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/t32mppc : 2 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 40 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | powerpc/tqm8xx_stk8xx : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/virtex : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/virtex4 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | powerpc/virtex5 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sh/gensh1 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 12 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 12 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | sh/gensh2 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 12 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 12 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | sh/gensh4 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 12 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 12 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | sh/simsh1 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sh/simsh2 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sh/simsh2e : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sh/simsh4 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc/at697f : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc/gr712rc : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc/gr740 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc/leon2 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc/leon3 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc/ut699 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc/ut700 : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc64/niagara : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | sparc64/usiii : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 18 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 0 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | v850/v850e1sim : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | v850/v850e2sim : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | v850/v850e2v3sim : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | v850/v850esim : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | v850/v850essim : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | v850/v850sim : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | x86_64/amd64 : 1 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 0 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 0 | CPU Kit : 6 | | | > > +-------+---------+----------------+----------------+-----------------+ > > > > +=====================================================================+ > > | By Build (total : 10477) | > > +---------------------------------------------------------------------+ > > | common : 381 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 1491 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 205 | CPU Kit : 1574 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | debug : 5 warning(s) | > > +-----------------+----------------+----------------+-----------------+ > > | Shared : 296 | BSP : 0 | Network : 0 | Tests : 0 | > > | LibCPU : 41 | CPU Kit : 324 | | | > > +-------+---------+----------------+----------------+-----------------+ > > | no-posix : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | posix : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | posix-debug : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | posix-profiling : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | profiling : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | smp : 0 warning(s) | > > +---------------------------------------------------------------------+ > > | smp-debug : 0 warning(s) | > > +---------------------------------------------------------------------+ > > > > _______________________________________________ > > build mailing list > > bu...@rtems.org > > http://lists.rtems.org/mailman/listinfo/build > > > > -- > Regards, > Hesham >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel