gcc_termux
gcc_termux copied to clipboard
GCC not generating profile data
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.
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.