CONFIG_X86_X32 enabled but no binutils support
Closed this issue · 4 comments
mluis commented
Happens while running make install
.
msg
arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
pwd
/root/accel-ppp/build
xebd commented
this looks like not accel-ppp related
mluis commented
It happens when running make install from accel-ppp
xebd commented
what is your distro and build settings ?
mluis commented
Under Ubuntu 16.04.3 LTS
was using cmake like:
cmake -DBUILD_DRIVER_ONLY=FALSE -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DRADIUS=TRUE -DNETSNMP=FALSE ..
Just pulled to the latest code. Didn't reproduced.