>>> flatcc v0.5.2 Extracting gzip -d -c /home/naourr/work/instance-1/dl/flatcc/flatcc-v0.5.2.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/flatcc-v0.5.2 -xf - >>> flatcc v0.5.2 Patching Applying 0001-CMakeLists.txt-conditionally-require-C-based-on-FLAT.patch using patch: patching file CMakeLists.txt >>> flatcc v0.5.2 Configuring (mkdir -p /home/naourr/work/instance-1/output/build/flatcc-v0.5.2/ && cd /home/naourr/work/instance-1/output/build/flatcc-v0.5.2/ && rm -f CMakeCache.txt && PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/cmake /home/naourr/work/instance-1/output/build/flatcc-v0.5.2/ -DCMAKE_TOOLCHAIN_FILE="/home/naourr/work/instance-1/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DFLATCC_TEST=OFF -DFLATCC_INSTALL=ON ) -- The C compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/naourr/work/instance-1/output/host/bin/mipsel-linux-gcc -- Check for working C compiler: /home/naourr/work/instance-1/output/host/bin/mipsel-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Setting GNU C compiler options with c11 and Posix -- GCC_VERSION: 6.4.0 -- Configured C_FLAGS: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -DFLATCC_REFLECTION=1 -std=c11 -pedantic -Wall -Wextra -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/naourr/work/instance-1/output/build/flatcc-v0.5.2 >>> flatcc v0.5.2 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/flatcc-v0.5.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' Scanning dependencies of target flatccrt make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' Scanning dependencies of target flatcc make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' [ 2%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o [ 5%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o make[3]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' [ 11%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o [ 11%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/cmetrohash64.c.o [ 14%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o [ 17%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o [ 20%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o [ 26%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o [ 26%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o [ 29%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o [ 32%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o [ 35%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o [ 38%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o [ 41%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o [ 44%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o [ 47%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o [ 50%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o [ 52%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o [ 55%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o [ 58%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o [ 61%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o [ 64%] Linking C shared library ../../lib/libflatccrt_d.so make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' [ 64%] Built target flatccrt [ 67%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o [ 70%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o [ 73%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o [ 76%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o [ 79%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o [ 82%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o [ 85%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o [ 88%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o [ 91%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_schema.c.o [ 94%] Linking C shared library ../../lib/libflatcc_d.so make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' [ 94%] Built target flatcc make[3]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' Scanning dependencies of target flatcc_cli make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' [ 97%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o [100%] Linking C executable ../../bin/flatcc_d make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' [100%] Built target flatcc_cli make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' >>> flatcc v0.5.2 Installing to staging directory PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot install/fast -C /home/naourr/work/instance-1/output/build/flatcc-v0.5.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' Install the project... -- Install configuration: "Debug" -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_refmap.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_accessors.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_unaligned.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_json_parser.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/support -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/support/hexdump.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/support/README -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/support/cdump.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/support/readfile.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/support/elapsed.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_version.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/reflection -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/reflection/reflection_reader.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/reflection/reflection_builder.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/reflection/flatbuffers_common_reader.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/reflection/README -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/reflection/reflection_verifier.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/reflection/flatbuffers_common_builder.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_json_printer.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_types.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_endian.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_epilogue.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/portable.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pdiagnostic_push.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pdiagnostic.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/portable_basic.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pinttypes.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pprintint.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pparsefp.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pstdbool.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pstdint.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/README -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/linux -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/linux/endian.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/std -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/std/inttypes.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/std/stdalign.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/std/stdint.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/include/std/stdbool.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pbase64.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/grisu3_print.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pwarnings.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pstdalign.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/paligned_alloc.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pparseint.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pversion.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pendian.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pdiagnostic_pop.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/punaligned.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pprintfp.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/grisu3_parse.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pstatic_assert_scope.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/README.md -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/grisu3_math.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/LICENSE -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pstatic_assert.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pendian_detect.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/portable/pinline.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_prologue.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_verifier.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_portable.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_alloc.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_builder.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_rtconfig.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_identifier.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_emitter.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_flatbuffers.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/include/flatcc/flatcc_iov.h -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libflatccrt_d.so -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/lib/libflatcc_d.so -- Installing: /home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/flatcc_d -- Set runtime path of "/home/naourr/work/instance-1/output/host/mipsel-buildroot-linux-gnu/sysroot/usr/bin/flatcc_d" to "" make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' >>> flatcc v0.5.2 Fixing libtool files >>> flatcc v0.5.2 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/target install/fast -C /home/naourr/work/instance-1/output/build/flatcc-v0.5.2/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' Install the project... -- Install configuration: "Debug" -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_refmap.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_accessors.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_unaligned.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_json_parser.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/support -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/support/hexdump.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/support/README -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/support/cdump.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/support/readfile.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/support/elapsed.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_version.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/reflection -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/reflection/reflection_reader.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/reflection/reflection_builder.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/reflection/flatbuffers_common_reader.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/reflection/README -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/reflection/reflection_verifier.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/reflection/flatbuffers_common_builder.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_json_printer.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_types.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_endian.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_epilogue.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/portable.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pdiagnostic_push.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pdiagnostic.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/portable_basic.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pinttypes.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pprintint.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pparsefp.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pstdbool.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pstdint.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/README -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/linux -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/linux/endian.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/std -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/std/inttypes.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/std/stdalign.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/std/stdint.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/include/std/stdbool.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pbase64.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/grisu3_print.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pwarnings.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pstdalign.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/paligned_alloc.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pparseint.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pversion.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pendian.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pdiagnostic_pop.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/punaligned.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pprintfp.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/grisu3_parse.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pstatic_assert_scope.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/README.md -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/grisu3_math.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/LICENSE -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pstatic_assert.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pendian_detect.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/portable/pinline.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_prologue.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_verifier.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_portable.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_alloc.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_builder.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_rtconfig.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_identifier.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_emitter.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_flatbuffers.h -- Installing: /home/naourr/work/instance-1/output/target/usr/include/flatcc/flatcc_iov.h -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/libflatccrt_d.so -- Installing: /home/naourr/work/instance-1/output/target/usr/lib/libflatcc_d.so -- Installing: /home/naourr/work/instance-1/output/target/usr/bin/flatcc_d -- Set runtime path of "/home/naourr/work/instance-1/output/target/usr/bin/flatcc_d" to "" make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/flatcc-v0.5.2' rm /home/naourr/work/instance-1/output/target/usr/bin/flatcc rm: cannot remove '/home/naourr/work/instance-1/output/target/usr/bin/flatcc': No such file or directory make: *** [package/pkg-generic.mk:316: /home/naourr/work/instance-1/output/build/flatcc-v0.5.2/.stamp_target_installed] Error 1 make: Leaving directory '/home/naourr/work/instance-1/buildroot'