davygravy / rescue-dg

A NAND-flash rescue/utility root file system for Kirkwood SoC devices, produced using Buildroot
4 stars 0 forks source link

uboot does not build w/ gcc 10 #1

Closed davygravy closed 3 years ago

davygravy commented 3 years ago

Error thrown: "scripts/dtc/dtc-parser.tab.o:(.bss+0x10): multiple definition of `yylloc';" u boot

This hit in 2020 and uboot code is now changed to avoid the problem.

We may just turn off uboot build as it is not essential here.

davygravy commented 3 years ago

build of uboot binaries turned off, since it is out of scope.

Recall though that patch for this is readily available, and sources newer than early 2020 may be already fixed.