DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75
arm-poky-linux-gnueabi-gcc -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/recipe-sysroot -c -I. -I../sources/diffstat-1.68 -DHAVE_CONFIG_H -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=500 -O2 -g -fcanon-prefix-map -ffile-prefix-map=TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/sources/diffstat-1.68=/usr/src/debug/diffstat/1.68 -ffile-prefix-map=TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/build=/usr/src/debug/diffstat/1.68 -ffile-prefix-map=TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/recipe-sysroot= -ffile-prefix-map=TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/recipe-sysroot-native= -pipe ../sources/diffstat-1.68/diffstat.c
In file included from ../sources/diffstat-1.68/diffstat.c:215:
./config.h:9:1: error: stray '@' in program
9 | @DEFS@
| ^
./config.h:9:6: error: stray '@' in program
9 | @DEFS@
| ^
./config.h:9:6: error: expected ';' before 'typedef'
9 | @DEFS@
| ^
| ;
../sources/diffstat-1.68/diffstat.c: In function 'failed':
../sources/diffstat-1.68/diffstat.c:501:5: error: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
501 | exit(EXIT_FAILURE);
| ^~~~
../sources/diffstat-1.68/diffstat.c:283:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
282 | #include <sys/stat.h>
+++ |+#include <stdlib.h>
283 |
../sources/diffstat-1.68/diffstat.c:501:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
501 | exit(EXIT_FAILURE);
| ^~~~
../sources/diffstat-1.68/diffstat.c:501:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
../sources/diffstat-1.68/diffstat.c: In function 'xmalloc':
../sources/diffstat-1.68/diffstat.c:509:14: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
509 | if ((p = malloc(s)) == NULL)
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:509:14: note: include '<stdlib.h>' or provide a declaration of 'malloc'
../sources/diffstat-1.68/diffstat.c:509:14: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
../sources/diffstat-1.68/diffstat.c:509:14: note: include '<stdlib.h>' or provide a declaration of 'malloc'
../sources/diffstat-1.68/diffstat.c: In function 'new_string':
../sources/diffstat-1.68/diffstat.c:605:12: error: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
605 | return strcpy((char *) xmalloc((size_t) (strlen(s) + 1)), s);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:283:1: note: include '<string.h>' or provide a declaration of 'strcpy'
282 | #include <sys/stat.h>
+++ |+#include <string.h>
283 |
../sources/diffstat-1.68/diffstat.c:605:12: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
605 | return strcpy((char *) xmalloc((size_t) (strlen(s) + 1)), s);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:605:12: note: include '<string.h>' or provide a declaration of 'strcpy'
../sources/diffstat-1.68/diffstat.c:605:46: error: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
605 | return strcpy((char *) xmalloc((size_t) (strlen(s) + 1)), s);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:605:46: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c:605:46: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
../sources/diffstat-1.68/diffstat.c:605:46: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c: In function 'compare_data':
../sources/diffstat-1.68/diffstat.c:616:18: error: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
616 | ? strcmp(p->modified + p->base, q->modified + q->base)
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:616:18: note: include '<string.h>' or provide a declaration of 'strcmp'
../sources/diffstat-1.68/diffstat.c: In function 'init_data':
../sources/diffstat-1.68/diffstat.c:624:5: error: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
624 | memset(data, 0, sizeof(*data));
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:624:5: note: include '<string.h>' or provide a declaration of 'memset'
../sources/diffstat-1.68/diffstat.c:624:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
../sources/diffstat-1.68/diffstat.c:624:5: note: include '<string.h>' or provide a declaration of 'memset'
../sources/diffstat-1.68/diffstat.c: In function 'delink':
../sources/diffstat-1.68/diffstat.c:774:17: error: implicit declaration of function 'free' [-Wimplicit-function-declaration]
774 | free(p->original);
| ^~~~
../sources/diffstat-1.68/diffstat.c:774:17: note: include '<stdlib.h>' or provide a declaration of 'free'
../sources/diffstat-1.68/diffstat.c:774:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
../sources/diffstat-1.68/diffstat.c:774:17: note: include '<stdlib.h>' or provide a declaration of 'free'
../sources/diffstat-1.68/diffstat.c:777:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
777 | free(p);
| ^~~~
../sources/diffstat-1.68/diffstat.c:777:13: note: include '<stdlib.h>' or provide a declaration of 'free'
../sources/diffstat-1.68/diffstat.c: In function 'decode_default':
../sources/diffstat-1.68/diffstat.c:844:18: error: implicit declaration of function 'strtol' [-Wimplicit-function-declaration]
844 | *first = strtol(s, &next, 10);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c: In function 'compare_tails':
../sources/diffstat-1.68/diffstat.c:990:19: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
990 | size_t len1 = strlen(target);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:990:19: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c: In function 'do_merging':
../sources/diffstat-1.68/diffstat.c:1041:27: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
1041 | size_t len1 = strlen(target);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1041:27: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c:1052:22: error: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
1052 | if (!strncmp(target, source, len2)) {
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:1052:22: note: include '<string.h>' or provide a declaration of 'strncmp'
../sources/diffstat-1.68/diffstat.c:1143:46: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
1143 | result = target + (int) (strlen(target) - matched);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1143:46: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c: In function 'dequote':
../sources/diffstat-1.68/diffstat.c:1222:18: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
1222 | size_t len = strlen(s);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1222:18: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c: In function 'adjust_buffer':
../sources/diffstat-1.68/diffstat.c:1250:29: error: implicit declaration of function 'realloc' [-Wimplicit-function-declaration]
1250 | if ((*buffer = (char *) realloc(*buffer, want)) == NULL)
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:1250:29: note: include '<stdlib.h>' or provide a declaration of 'realloc'
../sources/diffstat-1.68/diffstat.c:1250:29: warning: incompatible implicit declaration of built-in function 'realloc' [-Wbuiltin-declaration-mismatch]
../sources/diffstat-1.68/diffstat.c:1250:29: note: include '<stdlib.h>' or provide a declaration of 'realloc'
../sources/diffstat-1.68/diffstat.c: In function 'count_lines':
../sources/diffstat-1.68/diffstat.c:1316:19: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
1316 | size_t want = strlen(path_opt) + 2 + strlen(filetail) + strlen(p->modified);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1316:19: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c:1334:25: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
1334 | strcpy(filename, path_opt);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1334:25: note: include '<string.h>' or provide a declaration of 'strcpy'
../sources/diffstat-1.68/diffstat.c:1358:29: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
1358 | strcpy(filename, filetail);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1358:29: note: include '<string.h>' or provide a declaration of 'strcpy'
../sources/diffstat-1.68/diffstat.c:1366:17: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
1366 | strcpy(filename, p->modified);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1366:17: note: include '<string.h>' or provide a declaration of 'strcpy'
../sources/diffstat-1.68/diffstat.c:1373:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
1373 | free(filename);
| ^~~~
../sources/diffstat-1.68/diffstat.c:1373:9: note: include '<stdlib.h>' or provide a declaration of 'free'
../sources/diffstat-1.68/diffstat.c: In function 'copy_git_name':
../sources/diffstat-1.68/diffstat.c:1494:46: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
1494 | if (limit <= 2 || (strncmp(source, "a/", 2) && strncmp(source, "b/", 2))) {
| ^
<built-in>: note: built-in 'strncmp' declared here
../sources/diffstat-1.68/diffstat.c:1494:74: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
1494 | if (limit <= 2 || (strncmp(source, "a/", 2) && strncmp(source, "b/", 2))) {
| ^
<built-in>: note: built-in 'strncmp' declared here
../sources/diffstat-1.68/diffstat.c:1497:49: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
1497 | if (path_dest && !strncmp(source, "b/", 2)) {
| ^
<built-in>: note: built-in 'strncmp' declared here
../sources/diffstat-1.68/diffstat.c: In function 'do_file':
../sources/diffstat-1.68/diffstat.c:1727:27: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
1727 | for (s = buffer + strlen(buffer); s != buffer; s--) {
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1727:27: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c:1871:21: error: implicit declaration of function 'strstr' [-Wimplicit-function-declaration]
1871 | if (strstr(buffer, "newline") != NULL) {
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1871:21: note: include '<string.h>' or provide a declaration of 'strstr'
../sources/diffstat-1.68/diffstat.c:1871:21: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch]
../sources/diffstat-1.68/diffstat.c:1871:21: note: include '<string.h>' or provide a declaration of 'strstr'
../sources/diffstat-1.68/diffstat.c:1922:20: error: implicit declaration of function 'memcpy' [-Wimplicit-function-declaration]
1922 | (void) memcpy(buffer, "***", (size_t) 3);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:1922:20: note: include '<string.h>' or provide a declaration of 'memcpy'
../sources/diffstat-1.68/diffstat.c:1922:20: warning: incompatible implicit declaration of built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
../sources/diffstat-1.68/diffstat.c:1922:20: note: include '<string.h>' or provide a declaration of 'memcpy'
../sources/diffstat-1.68/diffstat.c:2037:38: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
2037 | size_t old_len = strlen(original);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2037:38: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c:2045:21: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
2045 | free(temp);
| ^~~~
../sources/diffstat-1.68/diffstat.c:2045:21: note: include '<stdlib.h>' or provide a declaration of 'free'
../sources/diffstat-1.68/diffstat.c:388:32: error: implicit declaration of function 'strcspn' [-Wimplicit-function-declaration]
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:2121:29: note: in expansion of macro 'contain_any'
2121 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:32: note: include '<string.h>' or provide a declaration of 'strcspn'
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:2121:29: note: in expansion of macro 'contain_any'
2121 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:32: warning: incompatible implicit declaration of built-in function 'strcspn' [-Wbuiltin-declaration-mismatch]
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:2121:29: note: in expansion of macro 'contain_any'
2121 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:32: note: include '<string.h>' or provide a declaration of 'strcspn'
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:2121:29: note: in expansion of macro 'contain_any'
2121 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:53: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2121:29: note: in expansion of macro 'contain_any'
2121 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:53: note: include '<string.h>' or provide a declaration of 'strlen'
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2121:29: note: in expansion of macro 'contain_any'
2121 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:2138:52: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
2138 | && (!strncmp("a/", tt, 2)
| ^
<built-in>: note: built-in 'strncmp' declared here
../sources/diffstat-1.68/diffstat.c:2139:55: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch]
2139 | || !strncmp("b/", tt, 2))) {
| ^
<built-in>: note: built-in 'strncmp' declared here
../sources/diffstat-1.68/diffstat.c:388:32: warning: incompatible implicit declaration of built-in function 'strcspn' [-Wbuiltin-declaration-mismatch]
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:2172:25: note: in expansion of macro 'contain_any'
2172 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:32: note: include '<string.h>' or provide a declaration of 'strcspn'
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~~
../sources/diffstat-1.68/diffstat.c:2172:25: note: in expansion of macro 'contain_any'
2172 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:53: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2172:25: note: in expansion of macro 'contain_any'
2172 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:388:53: note: include '<string.h>' or provide a declaration of 'strlen'
388 | #define contain_any(s,reject) (strcspn(s,reject) != strlen(s))
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2172:25: note: in expansion of macro 'contain_any'
2172 | && !contain_any(b_fname, "*")
| ^~~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:2228:32: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch]
2228 | char *at_and = strstr(s, " and ");
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2228:32: note: include '<string.h>' or provide a declaration of 'strstr'
../sources/diffstat-1.68/diffstat.c:2256:32: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch]
2256 | char *at_and = strstr(s, " and ");
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2256:32: note: include '<string.h>' or provide a declaration of 'strstr'
../sources/diffstat-1.68/diffstat.c:2310:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
2310 | free(buffer);
| ^~~~
../sources/diffstat-1.68/diffstat.c:2310:5: note: include '<stdlib.h>' or provide a declaration of 'free'
../sources/diffstat-1.68/diffstat.c: In function 'plot_round1':
../sources/diffstat-1.68/diffstat.c:2373:5: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
2373 | memset(scaled, 0, sizeof(scaled));
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2373:5: note: include '<string.h>' or provide a declaration of 'memset'
../sources/diffstat-1.68/diffstat.c: In function 'columns_of':
../sources/diffstat-1.68/diffstat.c:2570:20: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
2570 | result = (int) strlen(value);
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2570:20: note: include '<string.h>' or provide a declaration of 'strlen'
../sources/diffstat-1.68/diffstat.c: In function 'show_data':
../sources/diffstat-1.68/diffstat.c:2582:47: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
2582 | #define adjustwide(width,name) width += (int) strlen(name) - columns_of(name)
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2692:13: note: in expansion of macro 'adjustwide'
2692 | adjustwide(width, name);
| ^~~~~~~~~~
../sources/diffstat-1.68/diffstat.c:2582:47: note: include '<string.h>' or provide a declaration of 'strlen'
2582 | #define adjustwide(width,name) width += (int) strlen(name) - columns_of(name)
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:2692:13: note: in expansion of macro 'adjustwide'
2692 | adjustwide(width, name);
| ^~~~~~~~~~
../sources/diffstat-1.68/diffstat.c: In function 'set_path_opt':
../sources/diffstat-1.68/diffstat.c:3297:13: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
3297 | exit(EXIT_FAILURE);
| ^~~~
../sources/diffstat-1.68/diffstat.c:3297:13: note: include '<stdlib.h>' or provide a declaration of 'exit'
../sources/diffstat-1.68/diffstat.c: In function 'getopt_value':
../sources/diffstat-1.68/diffstat.c:3379:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
3379 | exit(EXIT_FAILURE);
| ^~~~
../sources/diffstat-1.68/diffstat.c:3379:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
../sources/diffstat-1.68/diffstat.c: In function 'main':
../sources/diffstat-1.68/diffstat.c:3509:24: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
3509 | (void) strcpy(version, "?");
| ^~~~~~
../sources/diffstat-1.68/diffstat.c:3509:24: note: include '<string.h>' or provide a declaration of 'strcpy'
make: *** [makefile:74: diffstat.o] Error 1
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/temp/run.do_compile.1174722:175 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/temp/run.do_compile.1174722, line 175
#2: die, TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/temp/run.do_compile.1174722, line 159
#3: oe_runmake, TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/temp/run.do_compile.1174722, line 154
#4: autotools_do_compile, TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/temp/run.do_compile.1174722, line 149
#5: do_compile, TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/temp/run.do_compile.1174722, line 144
#6: main, TOPDIR/tmp/work/cortexa15t2hf-neon-poky-linux-gnueabi/diffstat/1.68/temp/run.do_compile.1174722, line 188