29 de gen. 2010

cflags was changed fix it to use

As those lines point out, you need to edit the Makefile file in the vpnclient folder and change CFLAGS to EXTRA_CFLAGS: Change the following line in Makefile

CFLAGS += -mcmodel=kernel -mno-red-zone

to

EXTRA_CFLAGS += -mcmodel=kernel -mno-red-zone