HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32128 )
Change subject: TEST current toolchain ......................................................................
Patch Set 3:
Failure is the size of the smaug bootblock:
arm-eabi-ld.bfd: Bootblock exceeded its allotted size! (28K) arm-eabi-ld.bfd: verstage overlaps the previous region! make[2]: *** [src/arch/arm/Makefile.inc:70: /cb-build/coreboot-toolchain.0/GOOGLE_SMAUG/cbfs/fallback/bootblock.debug] Error 1 make[2]: Leaving directory '/home/coreboot/slave-root/workspace/coreboot-toolchain'
Interesting that we're seeing the failure here, but not on the current jenkins builds. I'll have to take a look at the previous toolchain commits to see what's going on. I did notice that sometimes jenkins is giving a validated +1 without running the toolchain build, so we might have to watch out for that.
yes, the latest toolchain compiled with no problem is https://review.coreboot.org/#/c/coreboot/+/32028/
1- the problem is probably coming from a commit after this one, but I didn't find it
2- we probably need to upgrade the builder toolchain each time to set using the same as the tree. as you can see for exmple : https://review.coreboot.org/#/c/coreboot/+/31554/ https://review.coreboot.org/#/c/coreboot/+/31526/ https://review.coreboot.org/#/c/coreboot/+/31528/ spotted using IASL 20190215. so if Jenkins didn't use the same toolchain, we can merge by mistake not good changes
what is your thought ?