secos icon indicating copy to clipboard operation
secos copied to clipboard

Ajout de `-fno-stack-protector` en argument de gcc

Open gbip opened this issue 6 years ago • 0 comments

Sur certaines distributions, il est nécessaire de passer le drapeau -fno-stack-protector à gcc, autrement l'édition des liens échouera :

tp0/../kernel/core/print.c:34: undefined reference to `__stack_chk_fail'

Plus d'info sur cette réponse StackOverflow.

gbip avatar Sep 18 '19 15:09 gbip