franciscofranco / bullhead

Nexus 5X
Other
19 stars 8 forks source link

compile error #2

Closed Systemad closed 7 years ago

Systemad commented 7 years ago

Hello, I'm trying to compile your kernel with some other governors I added my own, however, when compiling I always left with this error

fraanco

and obviously, I tried compiling straight from your source (with no changes) and still get this error. I'm using this toolchain https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9

I build with

make bullhead_defconfig
make -j4 (I've tried with make ARCH=arm64 too)

I'm on Linux 14.04 on virtual box don't now what more info I could provide.

thank you

DespairFactor commented 7 years ago

@Systemad You will need to enable the kcal driver in the defconfig

Systemad commented 7 years ago

@DespairFactor forgot about that lol, added it and compiles fine now. Thanks!

Will lose this issue now