Denis Tolstov

Results 27 comments of Denis Tolstov

gdbrsp.log after patching bmp-support.c when talking to a `blackpill-f411ce` ``` qRcmd,version

Working copy changes, not all of them ended up being important, but one hunk implements consuming the new remote responses for `qRcmd,traceswo` ```diff diff --git a/source/bmp-scan.c b/source/bmp-scan.c index 2f6af79..f33d1d0 100644...

Thanks. I'll consider this closed (and reopen in case I'll have a proper bugreport with logs etc.) There is a misphrasing in code comments from my side, but it doesn't...

Google it up, for G-d's sake. XDA is a good place to start.

How are your A2DP Google now problems related to Opengapps App (GApps installer)? Please contact Google support or your device LineageOS maintainer. We only fetch and compress APKs without ever...

Apparently CMake version requirement has been bumped recently (30Oct) from 3.4 straight to 3.12 in 0a57288edd20b2f90e4a4d209d0104782a299302 The only other CMakeLists-related change in that commit is `CMAKE_SKIP_RPATH` which is supported even...

@AdityaGawali This linker error arises when ld cannot find arm builtins for long division, which are present in toolchain's `libgcc.a`. Are you linking libgcc (`-lgcc`) in your application? As I...