^ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' (PUT_BREAK(emitter), \ ^~~~~~~~~ emitter.c:2251:18: note: in expansion of macro 'WRITE_BREAK' if (!WRITE_BREAK(emitter, string)) return 0; ^~~~~~~~~~~ emitter.c: In function 'yaml_emitter_write_folded_scalar': emitter.c:28:6: warning: value computed is not used [-Wunused-value] && ((emitter->line_break == YAML_CR_BREAK ? \ ^ emitter.c:56:11: note: in expansion of macro 'PUT_BREAK' (PUT_BREAK(emitter), \ ^~~~~~~~~ emitter.c:2300:18: note: in expansion of macro 'WRITE_BREAK' if (!WRITE_BREAK(emitter, string)) return 0; ^~~~~~~~~~~ libtool: compile: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c dumper.c -fPIC -DPIC -o .libs/dumper.o /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -no-undefined -release 0 -version-info 2:5:0 -o libyaml.la -rpath /usr/lib api.lo reader.lo scanner.lo parser.lo loader.lo writer.lo emitter.lo dumper.lo libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -shared -fPIC -DPIC .libs/api.o .libs/reader.o .libs/scanner.o .libs/parser.o .libs/loader.o .libs/writer.o .libs/emitter.o .libs/dumper.o -O2 -Wl,-soname -Wl,libyaml-0.so.2 -o .libs/libyaml-0.so.2.0.5 libtool: link: (cd ".libs" && rm -f "libyaml-0.so.2" && ln -s "libyaml-0.so.2.0.5" "libyaml-0.so.2") libtool: link: (cd ".libs" && rm -f "libyaml.so" && ln -s "libyaml-0.so.2.0.5" "libyaml.so") libtool: link: ( cd ".libs" && rm -f "libyaml.la" && ln -s "../libyaml.la" "libyaml.la" ) make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' Making all in . make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' Making all in tests make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o run-scanner.o run-scanner.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o run-parser.o run-parser.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o run-loader.o run-loader.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o run-emitter.o run-emitter.c run-emitter.c: In function 'compare_events': run-emitter.c:142:61: warning: self-comparison always evaluates to false [-Wtautological-compare] || (event2->data.scalar.quoted_implicit != event2->data.scalar.quoted_implicit) ^~ /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o run-dumper.o run-dumper.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o example-reformatter.o example-reformatter.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o example-reformatter-alt.o example-reformatter-alt.c example-reformatter-alt.c: In function 'main': example-reformatter-alt.c:127:56: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Reader error: %s at %lu\n", parser.problem, ~~^ %u parser.problem_offset); ~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:134:62: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ~~^ %u example-reformatter-alt.c:136:25: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:134:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ~~^ %u example-reformatter-alt.c:136:53: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:134:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:137:41: parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:135:39: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-reformatter-alt.c:134:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:138:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:135:51: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-reformatter-alt.c:141:62: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", ~~^ %u parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:141:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", ~~^ %u example-reformatter-alt.c:143:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:149:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ~~^ %u example-reformatter-alt.c:151:25: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:149:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ~~^ %u example-reformatter-alt.c:151:53: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:149:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:152:41: parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:150:39: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-reformatter-alt.c:149:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:153:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:150:51: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-reformatter-alt.c:156:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", ~~^ %u parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:156:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", ~~^ %u example-reformatter-alt.c:158:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:164:63: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" ~~^ %u example-reformatter-alt.c:166:25: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:164:75: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" ~~^ %u example-reformatter-alt.c:166:53: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:164:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:167:41: parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:165:39: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-reformatter-alt.c:164:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Composer error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:168:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:165:51: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-reformatter-alt.c:171:63: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Composer error: %s at line %lu, column %lu\n", ~~^ %u parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-reformatter-alt.c:171:75: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Composer error: %s at line %lu, column %lu\n", ~~^ %u example-reformatter-alt.c:173:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o example-deconstructor.o example-deconstructor.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o example-deconstructor-alt.o example-deconstructor-alt.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o run-parser-test-suite.o run-parser-test-suite.c example-deconstructor-alt.c: In function 'main': example-deconstructor-alt.c:649:51: warning: comparison between 'yaml_sequence_style_t {aka enum yaml_sequence_style_e}' and 'enum yaml_mapping_style_e' [-Wenum-compare] (yaml_char_t *)(style == YAML_BLOCK_MAPPING_STYLE ? "block" : ^~ example-deconstructor-alt.c:650:36: warning: comparison between 'yaml_sequence_style_t {aka enum yaml_sequence_style_e}' and 'enum yaml_mapping_style_e' [-Wenum-compare] style == YAML_FLOW_MAPPING_STYLE ? "flow" : ^~ example-deconstructor-alt.c:717:62: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ~~^ %u example-deconstructor-alt.c:719:25: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:717:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ~~^ %u example-deconstructor-alt.c:719:53: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:717:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:720:41: parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:718:39: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-deconstructor-alt.c:717:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:721:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:718:51: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-deconstructor-alt.c:724:62: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", ~~^ %u parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:724:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Scanner error: %s at line %lu, column %lu\n", ~~^ %u example-deconstructor-alt.c:726:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:732:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ~~^ %u example-deconstructor-alt.c:734:25: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:732:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ~~^ %u example-deconstructor-alt.c:734:53: parser.context_mark.line+1, parser.context_mark.column+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:732:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:735:41: parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:733:39: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-deconstructor-alt.c:732:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:736:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:733:51: note: format string is defined here "%s at line %lu, column %lu\n", parser.context, ~~^ %u example-deconstructor-alt.c:739:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", ~~^ %u parser.problem, parser.problem_mark.line+1, ~~~~~~~~~~~~~~~~~~~~~~~~~~ example-deconstructor-alt.c:739:73: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t {aka unsigned int}' [-Wformat=] fprintf(stderr, "Parser error: %s at line %lu, column %lu\n", ~~^ %u example-deconstructor-alt.c:741:25: parser.problem_mark.column+1); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -c -o run-emitter-test-suite.o run-emitter-test-suite.c /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-scanner run-scanner.o ../src/libyaml.la /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-parser run-parser.o ../src/libyaml.la /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-loader run-loader.o ../src/libyaml.la /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-emitter run-emitter.o ../src/libyaml.la libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-scanner run-scanner.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-dumper run-dumper.o ../src/libyaml.la libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-parser run-parser.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-reformatter example-reformatter.o ../src/libyaml.la libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-loader run-loader.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-reformatter-alt example-reformatter-alt.o ../src/libyaml.la libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-dumper run-dumper.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-emitter run-emitter.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-deconstructor example-deconstructor.o ../src/libyaml.la /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-deconstructor-alt example-deconstructor-alt.o ../src/libyaml.la libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-reformatter example-reformatter.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-reformatter-alt example-reformatter-alt.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-parser-test-suite run-parser-test-suite.o ../src/libyaml.la /bin/bash ../libtool --tag=CC --mode=link /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-emitter-test-suite run-emitter-test-suite.o ../src/libyaml.la libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-deconstructor example-deconstructor.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o example-deconstructor-alt example-deconstructor-alt.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-parser-test-suite run-parser-test-suite.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs libtool: link: /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -o run-emitter-test-suite run-emitter-test-suite.o ../src/.libs/libyaml.so -Wl,-rpath -Wl,/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src/.libs make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' >>> libyaml 0.2.1 Installing to staging directory PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot install -C /home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' Making install in include make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 yaml.h '/home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/include/.' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libyaml.la '/home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libyaml-0.so.2.0.5 /home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib/libyaml-0.so.2.0.5 libtool: install: (cd /home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libyaml-0.so.2.0.5 libyaml-0.so.2 || { rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.5 libyaml-0.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libyaml-0.so.2.0.5 libyaml.so || { rm -f libyaml.so && ln -s libyaml-0.so.2.0.5 libyaml.so; }; }) libtool: install: /usr/bin/install -c .libs/libyaml.lai /home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib/libyaml.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' Making install in . make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 yaml-0.1.pc '/home/buildroot/autobuild/instance-1/output/host/riscv32-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' >>> libyaml 0.2.1 Fixing libtool files >>> libyaml 0.2.1 Installing to target PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-1/output/target install -C /home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/ make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' Making install in include make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/include' /usr/bin/install -c -m 644 yaml.h '/home/buildroot/autobuild/instance-1/output/target/usr/include/.' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/include' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libyaml.la '/home/buildroot/autobuild/instance-1/output/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libyaml-0.so.2.0.5 /home/buildroot/autobuild/instance-1/output/target/usr/lib/libyaml-0.so.2.0.5 libtool: install: (cd /home/buildroot/autobuild/instance-1/output/target/usr/lib && { ln -s -f libyaml-0.so.2.0.5 libyaml-0.so.2 || { rm -f libyaml-0.so.2 && ln -s libyaml-0.so.2.0.5 libyaml-0.so.2; }; }) libtool: install: (cd /home/buildroot/autobuild/instance-1/output/target/usr/lib && { ln -s -f libyaml-0.so.2.0.5 libyaml.so || { rm -f libyaml.so && ln -s libyaml-0.so.2.0.5 libyaml.so; }; }) libtool: install: /usr/bin/install -c .libs/libyaml.lai /home/buildroot/autobuild/instance-1/output/target/usr/lib/libyaml.la libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/src' Making install in . make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 yaml-0.1.pc '/home/buildroot/autobuild/instance-1/output/target/usr/lib/pkgconfig' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1/tests' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output/build/libyaml-0.2.1' lmbench-3.0-a9.tgz: OK (sha256: cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551) >>> lmbench 3.0-a9 Extracting gzip -d -c /home/buildroot/autobuild/instance-1/dl/lmbench/lmbench-3.0-a9.tgz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9 -xf - >>> lmbench 3.0-a9 Patching >>> lmbench 3.0-a9 Configuring for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9 -name $file); do cp support/gnuconfig/$file $i; done; done sed -i 's/CFLAGS=/CFLAGS+=/g' /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/src/Makefile sed -i 's/LDLIBS=/LDLIBS+=/g' /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/scripts/build sed -i '/cd .*doc/d' /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/src/Makefile sed -i '/include/d' /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/src/Makefile touch /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/.stamp_configured >>> lmbench 3.0-a9 Building PATH="/home/buildroot/autobuild/instance-1/output/host/bin:/home/buildroot/autobuild/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDLIBS="" OS=riscv32 CC="/home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc" -C /home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/src make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/src' ../scripts/build: 21: ../scripts/build: LDLIBS+=-lm: not found make[2]: Entering directory '/home/buildroot/autobuild/instance-1/output/build/lmbench-3.0-a9/src' /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_tcp.c -o ../bin/riscv32/lib_tcp.o /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_udp.c -o ../bin/riscv32/lib_udp.o /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_unix.c -o ../bin/riscv32/lib_unix.o /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_timing.c -o ../bin/riscv32/lib_timing.o /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_mem.c -o ../bin/riscv32/lib_mem.o /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_stats.c -o ../bin/riscv32/lib_stats.o /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_debug.c -o ../bin/riscv32/lib_debug.o lib_debug.c: In function 'print_mem': lib_debug.c:107:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] base = (uint64)addr; ^ lib_debug.c:109:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] off = (uint64)p - base; ^ /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c getopt.c -o ../bin/riscv32/getopt.o /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -c lib_sched.c -o ../bin/riscv32/lib_sched.o lib_sched.c: In function 'sched_pin': lib_sched.c:208:12: warning: implicit declaration of function 'sched_getaffinity'; did you mean 'sched_getparam'? [-Wimplicit-function-declaration] retval = sched_getaffinity(0, sz * sizeof(unsigned long), cpumask); ^~~~~~~~~~~~~~~~~ sched_getparam lib_sched.c:232:11: warning: implicit declaration of function 'sched_setaffinity'; did you mean 'sched_setparam'? [-Wimplicit-function-declaration] retval = sched_setaffinity(0, sz * sizeof(unsigned long), mask); ^~~~~~~~~~~~~~~~~ sched_setparam /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/msleep msleep.c /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -DMAIN -o ../bin/riscv32/flushdisk flushdisk.c rm -f ../bin/riscv32/lmbench VERSION=`../scripts/version`; \ sed -e "s//${VERSION}/g" < ../scripts/lmbench > ../bin/riscv32/lmbench chmod +x ../bin/riscv32/lmbench /bin/rm -f ../bin/riscv32/lmbench.a ar cr ../bin/riscv32/lmbench.a ../bin/riscv32/lib_tcp.o ../bin/riscv32/lib_udp.o ../bin/riscv32/lib_unix.o ../bin/riscv32/lib_timing.o ../bin/riscv32/lib_mem.o ../bin/riscv32/lib_stats.o ../bin/riscv32/lib_debug.o ../bin/riscv32/getopt.o ../bin/riscv32/lib_sched.o ranlib ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/bw_file_rd bw_file_rd.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/bw_mem bw_mem.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/bw_mmap_rd bw_mmap_rd.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/bw_pipe bw_pipe.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/bw_tcp bw_tcp.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/bw_unix bw_unix.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/hello hello.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_select lat_select.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_pipe lat_pipe.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_rpc lat_rpc.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_syscall lat_syscall.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_tcp lat_tcp.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_udp lat_udp.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_mmap lat_mmap.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/mhz mhz.c ../bin/riscv32/lmbench.a -lm /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_proc lat_proc.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_pagefault lat_pagefault.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_connect lat_connect.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_fs lat_fs.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_sig lat_sig.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_mem_rd lat_mem_rd.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_ctx lat_ctx.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_sem lat_sem.c ../bin/riscv32/lmbench.a /tmp/ccRCySqA.o: In function `.L109': lat_fs.c:(.text+0x8e0): warning: the use of `tempnam' is dangerous, better use `mkstemp' /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/memsize memsize.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_unix lat_unix.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lmdd lmdd.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/timing_o timing_o.c ../bin/riscv32/lmbench.a lmdd.c: In function 'main': lmdd.c:249:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Label = (char *)getarg("label=", ac, av); ^ lmdd.c: In function 'getarg': lmdd.c:735:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] return (uint64)(&av[i][len]); /* HACK */ ^ /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/enough enough.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/loop_o loop_o.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_fifo lat_fifo.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lmhttp lmhttp.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_http lat_http.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_fcntl lat_fcntl.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/disk disk.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_unix_connect lat_unix_connect.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/lat_ops lat_ops.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/line line.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/tlb tlb.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/par_mem par_mem.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/par_ops par_ops.c ../bin/riscv32/lmbench.a /home/buildroot/autobuild/instance-1/output/host/bin/riscv32-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DHAVE_off64_t -DHAVE_lseek64 -DRUSAGE -DHAVE_uint=1 -DHAVE_int64_t=1 -DHAVE_pmap_clnt_h -DHAVE_socklen_t -DHAVE_DRAND48 -DHAVE_SCHED_SETAFFINITY=1 -o ../bin/riscv32/stream stream.c ../bin/riscv32/lmbench.a