Hello All, I started a server to do only daily builds of all U-boot board configurations. (currently on a old slow box, but it works, it takes about 2 hours to build all boards for ARM only)
The primary goal was to find early compile regressions in the u-boot-USB tree that I maintain, before pushing patches to mainline. To find a regression compared to u-boot mainline, the u-boot mainline (master branch) also needs to build, so I build that tree also daily from now. Currently I only build for ARM based boards, but there is no limit on architectures, if I have all the cross-compilers. I use the Denx ELDK for ARM as cross-compile toolchain. First, I discovered some build failures of which the logging is listed below. What can we do about these errors? Are these boards still maintained? Should these be fixed? Who wants to fix them? I currently run the 'MAKEALL arm' script to build all these boards, so either the boards should be fixed, or if no longer maintained removed (at least from the MAKEALL script) Further, is there any interest to make the daily build results public? * Is it appreciated if I post the build results in a daily post to the mailinglist, _if_ there is a build failure? (No news is good news) What format is preferred? * Or is it preferred to post the results on a website? * Or ... Working it up from here to make it public will take me some time, so I will only do that if there is any serious interest. Kind Regards, Remy Here are the build errors of last night build: ------------------------------------------------------------ Building U-boot: * branch: master * src-dir: /home/remy/nightbuild/git/u-boot ------------------------------------------------------------ Configuring for m501sk board... cpu/arm920t/at91rm9200/libat91rm9200.a(lowlevel_init.o): In function `SMRDATA': /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `MC_PUIA_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `MC_PUP_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `MC_PUER_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `MC_ASR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `MC_AASR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `EBI_CFGR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SMC_CSR0_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `PLLAR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `PLLBR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `MCKR_VAL' cpu/arm920t/at91rm9200/libat91rm9200.a(lowlevel_init.o): In function `SMRDATA1': /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `PIOC_ASR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `PIOC_BSR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `PIOC_PDR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `EBI_CSA_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRC_CR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRC_MR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRC_MR_VAL1' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRC_MR_VAL2' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM1' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRC_TR_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRC_MR_VAL3' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM' /home/remy/nightbuild/git/u-boot/cpu/arm920t/at91rm9200/lowlevel_init.S:132: undefined reference to `SDRAM_VAL' make: *** [/home/remy/nightbuild/scratch/build/u-boot] Error 1 Configuring for actux4 board... actux4.c: In function 'board_init': actux4.c:83: warning: left shift count >= width of type actux4.c:83: warning: left shift count >= width of type text data bss dec hex filename 222576 6692 550812 780080 be730 /home/remy/nightbuild/scratch/build/u-boot Configuring for ixdp425 board... make[1]: *** No rule to make target `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/IxNpeMicrocode.o', needed by `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a'. Stop. make: *** [/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a] Error 2 Configuring for ixdpg425 board... make[1]: *** No rule to make target `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/IxNpeMicrocode.o', needed by `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a'. Stop. make: *** [/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a] Error 2 Configuring for pdnb3 board... make[1]: *** No rule to make target `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/IxNpeMicrocode.o', needed by `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a'. Stop. make: *** [/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a] Error 2 ... on SCPU board variant Configuring for pdnb3 board... make[1]: *** No rule to make target `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/IxNpeMicrocode.o', needed by `/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a'. Stop. make: *** [/home/remy/nightbuild/scratch/build/cpu/ixp/npe/libnpe.a] Error 2 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

