gcc_termux icon indicating copy to clipboard operation
gcc_termux copied to clipboard

GCC not generating profile data

Open leonhurricaneX opened this issue 3 years ago • 1 comments

I am trying to compile Stockfish (Chess Engine) using gcc but compiler gives warnings profile data missing because .gcda files are not generated. Screenshot_20210821-081707~2

I tried mv libgcc.a from $PREFIX/lib didn't worked and also tried another GCC from cctools but same result.

leonhurricaneX avatar Aug 21 '21 02:08 leonhurricaneX

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.

Alexei1981 avatar Sep 23 '22 16:09 Alexei1981