DEBUG: Executing shell function do_compile
NOTE: make -j 32 -l 32.0 CROSS_COMPILE=mips-yoe-linux- CC=gcc HOSTCC=gcc CPUS=32 generated/unstripped/toybox
scripts/make.sh
Generate headers from toys/*/*.c...
generated/newtoys.h Library probe...........
Make generated/config.h from .config.
generated/flags.h generated/globals.h generated/tags.h generated/help.h
Compile toybox................................lib/portability.c:404:21: error: 'SIGSTKFLT' undeclared here (not in a function); did you mean 'SIGSTKSZ'?
404 | #define SIGNIFY(x) {SIG##x, #x}
| ^~~
lib/portability.c:416:3: note: in expansion of macro 'SIGNIFY'
416 | SIGNIFY(STKFLT), SIGNIFY(POLL), SIGNIFY(PWR),
| ^~~~~~~
toys/lsb/mount.c: In function 'mount_filesystem':
toys/lsb/mount.c:188:22: warning: '%s' directive argument is null [-Wformat-overflow=]
188 | if (!dev) return error_msg("No uuid %s", dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
..........Makefile:19: recipe for target 'generated/unstripped/toybox' failed
make: *** [generated/unstripped/toybox] Error 1
ERROR: oe_runmake failed
WARNING: TOPDIR/build/tmp/work/mips32r2-yoe-linux/toybox/0.8.2-r0/temp/run.do_compile.26779:1 exit 1 from 'exit 1'
ERROR: Execution of 'TOPDIR/build/tmp/work/mips32r2-yoe-linux/toybox/0.8.2-r0/temp/run.do_compile.26779' failed with exit code 1:
scripts/make.sh
Generate headers from toys/*/*.c...
generated/newtoys.h Library probe...........
Make generated/config.h from .config.
generated/flags.h generated/globals.h generated/tags.h generated/help.h
Compile toybox................................lib/portability.c:404:21: error: 'SIGSTKFLT' undeclared here (not in a function); did you mean 'SIGSTKSZ'?
404 | #define SIGNIFY(x) {SIG##x, #x}
| ^~~
lib/portability.c:416:3: note: in expansion of macro 'SIGNIFY'
416 | SIGNIFY(STKFLT), SIGNIFY(POLL), SIGNIFY(PWR),
| ^~~~~~~
toys/lsb/mount.c: In function 'mount_filesystem':
toys/lsb/mount.c:188:22: warning: '%s' directive argument is null [-Wformat-overflow=]
188 | if (!dev) return error_msg("No uuid %s", dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
..........Makefile:19: recipe for target 'generated/unstripped/toybox' failed
make: *** [generated/unstripped/toybox] Error 1
WARNING: TOPDIR/build/tmp/work/mips32r2-yoe-linux/toybox/0.8.2-r0/temp/run.do_compile.26779:1 exit 1 from 'exit 1'