GCC >= 4 installs a stack protector which leads to a stack overflow error. Add the '-fno-stack-protector' and remove the optimization '-O2' to the CFLAGS variable in the Makefile.
Log in to post a comment.