Erro Depurador do Building Insight no Fedora 25 opncls

1

Estou tentando instalar o insight manualmente no Fedora 25. A versão do GDB é 7.12-29.fc25. O configure é executado corretamente, mas os erros de criação são mostrados. Ao pesquisar os problemas, pareceu ter sido corrigido em git , no entanto, ainda estou experimentando o problema.

Como resolvo isso?

Obrigado

Da minha marca:

in file included from /home/murray/local/src/insight-6.8-1/bfd/opncls.c:26:0:
/home/murray/local/src/insight-6.8-1/bfd/opncls.c: In function 'bfd_fopen':
./bfd.h:586:65: error: right-hand operand of comma expression has no effect [-Werror=unused-value]
 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
/home/murray/local/src/insight-6.8-1/bfd/opncls.c:235:5: note: in expansion of macro 'bfd_set_cacheable'
     bfd_set_cacheable (nbfd, TRUE);
     ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:1071: recipe for target 'opncls.lo' failed
    
por LikeTheRock 05.12.2016 / 17:43

1 resposta

0

6.8.1 está terrivelmente desatualizado. Use o pacote de insight fornecido pelo Fedora ou use um instantâneo do git: //sourceware.org/git/insight.git. Existem algumas instruções no arquivo README ( link ).

    
por 06.03.2018 / 04:52

Tags