AFL icon indicating copy to clipboard operation
AFL copied to clipboard

Fail to build on Ubuntu 18.04 with GCC 6.5.0/7.5.0

Open tcxxxx opened this issue 3 years ago • 2 comments

Hi,

I have tried to build AFL on a ubuntu 18.04 (x86_64) with GCC (tried both 6.5.0 and 7.5.0), but it constantly fails. Could you help? Thanks!

The environment: gcc --print-multiarch: x86_64-linux-gnu gcc --version | head -n1: gcc (Ubuntu 6.5.0-2ubuntu1~18.04) 6.5.0 20181026

The failure information: image

tcxxxx avatar Nov 03 '20 05:11 tcxxxx

#95

tcxxxx avatar Nov 03 '20 05:11 tcxxxx

Using Clang-6.0 instead of GCC-7.5.0/6.5.0 seems to work.

Reference: https://groups.google.com/g/afl-users/c/cCzDOLjt1VI/m/wpq7AGsfAwAJ

tcxxxx avatar Nov 03 '20 05:11 tcxxxx