You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My host machine is linux x86-64 machine(ubuntu 18.04), and trying to build android platform tools that works for arm64, as my target machine is raspberry pi which is arm64.
tool that you are providing seems to be exactly what i've been looking for weeks, but following the steps have some problem.
test command: ninja -j$(nproc --all)
1. config.h missing
FAILED: /usr/bin/c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_ZLIB -I. -I../src -std=c++11 -MMD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/common.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/common.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/stubs/common.cc.o -c ../src/google/protobuf/stubs/common.cc
../src/google/protobuf/stubs/common.cc:41:20: fatal error: config.h: No such file or directory
compilation terminated.
I can't find any config.h file in the path or inside any relative path.
Can you tell me where to get it? or How can I fix this error?
2. missing binary operator before token "("
A lot of errors are comming out during ninja comand
# L298# add android to include directory# as follows
include_directories(
${ZLIB_INCLUDE_DIRECTORIES}
${protobuf_BINARY_DIR}
${protobuf_SOURCE_DIR}/src
${protobuf_SOURCE_DIR}/android)
Hi,
My host machine is linux x86-64 machine(ubuntu 18.04), and trying to build android platform tools that works for arm64, as my target machine is raspberry pi which is arm64.
tool that you are providing seems to be exactly what i've been looking for weeks, but following the steps have some problem.
test command: ninja -j$(nproc --all)
1. config.h missing
I can't find any config.h file in the path or inside any relative path.
Can you tell me where to get it? or How can I fix this error?
2. missing binary operator before token "("
A lot of errors are comming out during ninja comand
parse_context.h
#if __has_builtin(__builtin_add_overflow) && __has_builtin(__builtin_sub_overflow) seems to be invoking errors, but don't know how to change it.
I cloned sourcecode not specifing any branch or tags.
Please can you help me remove this issue?
The text was updated successfully, but these errors were encountered: