intel / nn-hal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build error: module defined in both Intel_movidius_nn_hal and vpu-hal2

jerryrhyu opened this issue · comments

build log:
nn-hal/vpu-hal2/ncsdk2/api/src: MODULE.TARGET.SHARED_LIBRARIES.libmvnc already defined by vendor/bsp/intel/ml/nn-hal/Intel_movidius_nn_hal/ncsdk.

We should name the module version in module to avoid this.

with this patch commit fc7d26e this issue is fixed