nmeum / android-tools

Unoffical CMake-based build system for android command line utilities
Apache License 2.0
177 stars 51 forks source link

Error: c++: error: unrecognized command-line option '-R' #116

Closed XDream8 closed 1 year ago

XDream8 commented 1 year ago

Information

gcc: 13.1.0 musl: 1.2.4 cmake: 3.26.4

short log

.
.
.
[100%] Linking CXX executable adb
c++: error: unrecognized command-line option '-R'
.
.
.
Biswa96 commented 1 year ago

Are you compiling using git repository?

XDream8 commented 1 year ago

No, I tried compiling using a source tarball from releses section(version 34.0.1).

Biswa96 commented 1 year ago

Could you provide the Linux distribution information? I would like to reproduce the issue and have to use container images.

XDream8 commented 1 year ago

Its KISS-Linux. An independent(currently community maintained) source based distribution. I dont think it has a container image tho.

XDream8 commented 1 year ago

After I updated my system, it compiled successfully.

It seems to be related to brotli.

updated packages

XDream8 commented 1 year ago

Closing the issue!