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
This is an old problem. There is no version of gcc under termux that generates .gcda profile files. I built GCC myself under Termux using the Termux customization patches and got the same error. Error in these edits.
I am trying to compile Stockfish (Chess Engine) using gcc but compiler gives warnings profile data missing because .gcda files are not generated.
I tried mv libgcc.a from $PREFIX/lib didn't worked and also tried another GCC from cctools but same result.
The text was updated successfully, but these errors were encountered: