luigi burdo <intermedi...@hotmail.com> writes: > Hi all, kernel here is not building.
Did it just stop working? That code is from 2014? > attached file will explain better than my poor english. > > Host Machine BE Qoriq e5500 16GB ram What userspace are you running? Is it 32-bit ? > HOSTCC arch/powerpc/boot/addnote ^^^^^^ What compiler is that? Building with V=1 should show you. > arch/powerpc/boot/addnote.c: In function ‘main’: > arch/powerpc/boot/addnote.c:75:47: warning: right shift count >= width of > type [-Wshift-count-overflow] > #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \ These warnings seem like they're correct, but that code should never actually run on 32-bit so it should be harmless. > mv: cannot move 'arch/powerpc/boot/.addnote.tmp' to > 'arch/powerpc/boot/.addnote.cmd': No such file or directory > scripts/Makefile.host:107: recipe for target 'arch/powerpc/boot/addnote' > failed > make[1]: *** [arch/powerpc/boot/addnote] Error 1 But they're only warnings, so they shouldn't be breaking the build AFAICS. cheers