jershell
jershell
Okay. I have a successfull build on ubuntu 22.04 & clang 14.0 ``` cmake -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DCMAKE_BUILD_TYPE=Debug .. ```
i updated usb patch for fix some build errors
Okay =\, i fixed it.
So, its look like a good result. I send a new patch update for musl. Let`s see what we get.
Okay, it was last patch. I hope. What interesting if I have installation of gcc-12 and libgcc-12-dev on my ubuntu 22.04 system I have broken clang build. After removing libgcc-12-dev...
For build with clang necessary uninstall gcc 12 and use gcc11 or gcc10
> I fixed the master branch build with GCC 12.X. > > Can you rebase your changes against that? Maybe it helps with the build error. yes. I did it....
I checkout on 33.0.1 tag and i fixed patches. Now I have a success build. I don't know how I can to check errors. https://github.com/nmeum/android-tools/pull/65 I build it by clang...
update I think it related with gcc bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94141#c1 I used clang 14.0 for fix it. Now we have success executable.
https://github.com/Litote/kmongo/issues/104