nvdla / hw

RTL, Cmodel, and testbench for NVDLA
Other
1.68k stars 561 forks source link

KMD compilation error #310

Open ghost opened 4 years ago

ghost commented 4 years ago

I was following the instructions from http://nvdla.org/vp.html section 3 for building a new linux kernel image,

downloaded the buildroot from - https://github.com/buildroot/buildroot ran all the command given in section 3 of http://nvdla.org/vp.html and was able to build the kernel (4.13.3) successfully.

Now when I'm trying to build the KMD I'm facing a compilation error. Here are the changes I made in the 'Makefile' in the kmd directory ,

KDIR ?= buildroot/output/build/linux-4.13.3 ARCH ?= arm64 CROSS_COMPILE ?= buildroot/output/host/bin/aarch64-linux-gnu-

I've done a make clean & then ran make but still no use. Using Ubuntu 14.04 LTS

I get the following errors

a b c d