saminiir / level-ip

A hacker's userspace TCP/IP stack
https://www.saminiir.com
MIT License
2.57k stars 374 forks source link

can NOT compile the code successfully #17

Open dWvivi opened 6 years ago

dWvivi commented 6 years ago

I followed the instructions in readme file. when executing make all , many error-messages come into screen . so ... could you tell me about your environment when compiling code , pls ?

e.g what is the version of your gcc ? c99 or gnu99 or else ?

thanX!

saminiir commented 6 years ago

Hey,

Can you post the terminal output of the failing command here? You can check an example compilation environment from TravisCI: https://travis-ci.org/saminiir/level-ip

Thanks.

dWvivi commented 6 years ago

my gcc version : gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16)

when executing make all, below is the outputs: output

wangxiaoq commented 6 years ago

please see https://github.com/wangxiaoq/level-ip . I have fix the compile problem.

helintongh commented 4 years ago

gcc version is higher than or equal to 7.Will not report an error.

Execute the following instruction(in centos7): yum install centos-release-scl -y yum install devtoolset-7 -y scl enable devtoolset-7 bash make all

it works.