>>> tekui 1.12 Extracting gzip -d -c /data/buildroot/buildroot-test/instance-1/dl/tekui/tekui-1.12.tgz | /data/buildroot/buildroot-test/instance-1/output/host/bin/tar --strip-components=1 -C /data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12 -xf - >>> tekui 1.12 Patching >>> tekui 1.12 Configuring >>> tekui 1.12 Building PATH="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j12 CC="/data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC" AR="/data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu" INSTALL_S="install" LUAVER=5.3 LUA_DEFS="" TEKUI_DEFS="-DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG" TEKUI_LIBS=-lpng DIRECTFB_LIBS="-lfreetype -ldirectfb -lpthread" DIRECTFB_DEFS="-D_REENTRANT -I/data/buildroot/buildroot-test/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/directfb -I/data/buildroot/buildroot-test/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/freetype2" DISPLAY_DRIVER=directfb PREFIX="/usr" -C /data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12 all make[1]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12' cd src && /usr/bin/make libs make[2]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src' cd teklib && /usr/bin/make libs make[3]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/teklib' mkdir -p ../../lib/posix mkdir -p build/posix /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/debug.lo -c debug.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/init.lo -c init.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/teklib.lo -c teklib.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/host.lo -c posix/host.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/main.lo -c posix/main.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_LAZY_SINGLETON -o build/posix/string.lo -c string.c In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from debug.c:14: debug.c: In function 'TDebugFatal': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ debug.c:47:2: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDEBUG_PLATFORM_FATAL(); ^~~~~~~~~~~~~~~~~~~~~ string.c: In function 'TStrToI': string.c:370:9: warning: this statement may fall through [-Wimplicit-fallthrough=] neg ^= 1; ~~~~^~~~ string.c:371:4: note: here case 9: ^~~~ In file included from ../../include/tek/lib/init.h:12:0, from init.c:10: init.c: In function 'init_destroyapptask': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ init.c:265:2: note: in expansion of macro 'TDBASSERT' TDBASSERT(20, msg == TMSG_DESTROY); ^~~~~~~~~ teklib.c: In function 'TForEachTag': teklib.c:285:15: warning: this statement may fall through [-Wimplicit-fallthrough=] complete = (TBOOL) teklib.c:288:5: note: here case TTAG_IGNORE: ^~~~ teklib.c: In function 'TGetTag': teklib.c:333:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (tag == listtag) ^ teklib.c:336:4: note: here case TTAG_IGNORE: ^~~~ /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu ../../lib/posix/libtekdebug.a build/posix/debug.lo posix/host.c:86:2: warning: #warning using globals (-DENABLE_LAZY_SINGLETON) [-Wcpp] #warning using globals (-DENABLE_LAZY_SINGLETON) ^~~~~~~ /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu ../../lib/posix/libtekstring.a build/posix/string.lo /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu ../../lib/posix/libtek.a build/posix/teklib.lo /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu ../../lib/posix/libtekcmain.a build/posix/init.lo build/posix/teklib.lo build/posix/host.lo build/posix/main.lo /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu ../../lib/posix/libtekc.a build/posix/init.lo build/posix/teklib.lo build/posix/host.lo make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/teklib' cd hal && /usr/bin/make libs make[3]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/hal' mkdir -p build/posix /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -o build/posix/hal_mod.lo -c hal_mod.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -o build/posix/hal.lo -c posix/hal.c posix/hal.c: In function 'hal_beginio': posix/hal.c:900:6: warning: this statement may fall through [-Wimplicit-fallthrough=] x *= 1000000; ~~^~~~~~~~~~ posix/hal.c:901:3: note: here case TTREQ_WAITUNIVERSALDATE: ^~~~ posix/hal.c:906:4: warning: this statement may fall through [-Wimplicit-fallthrough=] TSubTime(&req->ttr_Data.ttr_Time, &nowtime); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ posix/hal.c:908:3: note: here case TTREQ_WAITTIME: ^~~~ /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu ../../lib/posix/libhal.a build/posix/hal_mod.lo build/posix/hal.lo make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/hal' cd exec && /usr/bin/make libs make[3]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/exec' mkdir -p build/posix /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -o build/posix/exec_mod.lo -c exec_all.c In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from ../teklib/teklib.c:16, from exec_all.c:22: ../teklib/debug.c: In function 'TDebugFatal': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../teklib/debug.c:47:2: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDEBUG_PLATFORM_FATAL(); ^~~~~~~~~~~~~~~~~~~~~ In file included from exec_mod.c:11:0, from exec_all.c:28: exec_mod.c: In function 'exec_sendmsg': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_mod.c:524:4: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, reply == mem); ^~~~~~~~~ exec_api.c: In function 'exec_WaitPort': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_api.c:632:3: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, THALFindSelf(hal) == port->tmp_SigTask); ^~~~~~~~~ In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from ../teklib/teklib.c:16, from exec_all.c:22: exec_api.c: In function 'exec_RemoveMsg': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_api.c:1042:4: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ In file included from exec_mod.c:11:0, from exec_all.c:28: exec_memory.c: In function 'exec_FreePool': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_memory.c:735:2: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, (mem == TNULL) == (size == 0)); ^~~~~~~~~ ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_memory.c:769:4: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, TFALSE); ^~~~~~~~~ exec_memory.c: In function 'exec_ReallocPool': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:17:49: note: in definition of macro 'TDB' #define TDB(level, x) ((level) >= (TDEBUG) ? ((x), (void)0) : (void)0) ^ ../../include/tek/debug.h:25:48: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' TDebugPrintF(#expr " : assertion failed\n"), TDEBUG_PLATFORM_FATAL()), \ ^~~~~~~~~~~~~~~~~~~~~ exec_memory.c:853:2: note: in expansion of macro 'TDBASSERT' TDBASSERT(99, TFALSE); ^~~~~~~~~ In file included from ../../include/tek/config.h:17:0, from ../../include/tek/type.h:11, from ../../include/tek/exec.h:11, from ../../include/tek/teklib.h:11, from ../teklib/teklib.c:16, from exec_all.c:22: exec_doexec.c: In function 'exec_ramlib': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:135:3: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_loadmod': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:230:6: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_checkmodules': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:299:3: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_main': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:374:3: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ exec_doexec.c: In function 'exec_taskentryfunc': ../../include/tek/config/posix.h:67:41: warning: right-hand operand of comma expression has no effect [-Wunused-value] #define TDEBUG_PLATFORM_FATAL() (abort(), 0) ~~~~~~~~^~~~ ../../include/tek/debug.h:19:21: note: in expansion of macro 'TDEBUG_PLATFORM_FATAL' #define TDBFATAL() TDEBUG_PLATFORM_FATAL() ^~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:718:5: note: in expansion of macro 'TDBFATAL' TDBFATAL(); ^~~~~~~~ In file included from exec_all.c:22:0: ../teklib/teklib.c: In function 'TGetTag': ../teklib/teklib.c:333:8: warning: this statement may fall through [-Wimplicit-fallthrough=] if (tag == listtag) ^ ../teklib/teklib.c:336:4: note: here case TTAG_IGNORE: ^~~~ In file included from exec_all.c:31:0: exec_doexec.c: In function 'exec_lockatom': exec_doexec.c:925:9: warning: this statement may fall through [-Wimplicit-fallthrough=] atom = exec_lookupatom(TExecBase, (TSTRPTR) atom); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ exec_doexec.c:927:3: note: here case TATOMF_SHARED | TATOMF_TRY: ^~~~ exec_doexec.c:932:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (atom) ^ exec_doexec.c:935:3: note: here fail: ^~~~ /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-ar rcu ../../lib/posix/libexec.a build/posix/exec_mod.lo make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/exec' cd misc && /usr/bin/make libs make[3]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/misc' mkdir -p build/posix /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libregion.lo -c region.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libutf8.lo -c utf8.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libpixconv.lo -c pixconv.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libimgcache.lo -c imgcache.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libimgload.lo -c imgload.c /data/buildroot/buildroot-test/instance-1/output/host/bin/mipsel-linux-gcc -fPIC -DTDEBUG=5 -g -Wall -Wextra -Wno-unused-parameter -Wno-unused-function -Wno-long-long -O2 -fno-strict-aliasing -I. -Iinclude -I../../include -DENABLE_GRADIENT -DENABLE_FILENO -DENABLE_PIXMAP_CACHE -DENABLE_PNG -o build/posix/libcachemanager.lo -c cachemanager.c Assembler messages: Fatal error: can't create build/posix/libimgcache.lo: No such file or directory Assembler messages: Fatal error: can't create build/posix/libutf8.lo: No such file or directory make[3]: *** [Makefile:24: build/posix/libimgcache.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: *** [Makefile:20: build/posix/libutf8.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/libcachemanager.lo: No such file or directory make[3]: *** [Makefile:26: build/posix/libcachemanager.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/libimgload.lo: No such file or directory make[3]: *** [Makefile:28: build/posix/libimgload.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/libregion.lo: No such file or directory make[3]: *** [Makefile:18: build/posix/libregion.lo] Error 1 Assembler messages: Fatal error: can't create build/posix/libpixconv.lo: No such file or directory make[3]: *** [Makefile:22: build/posix/libpixconv.lo] Error 1 make[3]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src/misc' make[2]: *** [Makefile:10: libs] Error 2 make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/src' make[1]: *** [Makefile:9: libs] Error 2 make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12' make: *** [package/pkg-generic.mk:241: /data/buildroot/buildroot-test/instance-1/output/build/tekui-1.12/.stamp_built] Error 2 make: Leaving directory '/data/buildroot/buildroot-test/instance-1/buildroot'