New comment by jjsullivan5196 on void-packages repository https://github.com/void-linux/void-packages/pull/24072#issuecomment-672707056 Comment: I think I figured out the uboot problem, I used pinebookpro's uboot as a template and forgot to copy a small detail over. I think travis should be OK with this one. The only "problem" then is the fact that i686 can't build the or1k cross toolchain for some reason, but I'm not sure why. The build output isn't that helpful. ``` /builddir/gcc-9.3.0/build/./gcc/xgcc -B/builddir/gcc-9.3.0/build/./gcc/ -B/usr/or1k-none-elf/bin/ -B/usr/or1k-none-elf/lib/ -isystem /usr/or1k-none-elf/include -isystem /usr/or1k-none-elf/sys-include -g -Os -ffunction-sections -fdata-sections -mcmov -O2 -g -Os -ffunction-sections -fdata-sections -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -g -DIN_LIBGCC2 -fbuilding-libgcc -fno-stack-protector -Dinhibit_libc -I. -I. -I../../.././gcc -I../../../../libgcc -I../../../../libgcc/. -I../../../../libgcc/../gcc -I../../../../libgcc/../include -o __mulsi3_s.o -MT __mulsi3_s.o -MD -MP -MF __mulsi3_s.dep -DSHARED -DL__mulsi3 -xassembler-with-cpp -c ../../../../libgcc/config/or1k/lib1funcs.S # multilibs. ../../../../libgcc/config/or1k/lib1funcs.S: Assembler messages: ../../../../libgcc/config/or1k/lib1funcs.S:45: Error: operand out of range (1073741817 not between -33554432 and 33554431) ``` I don't think this is a critical issue, as most people shouldn't have to compile uboot from source. I just don't like red tickmarks :^)