XiaoMi / nnlib

Fork of https://source.codeaurora.org/quic/hexagon_nn/nnlib
BSD 3-Clause Clear License
54 stars 11 forks source link

pmu_adsp.h not found #2

Closed dsimmoAnyVision closed 4 years ago

dsimmoAnyVision commented 6 years ago

Hi. I am currently trying to run the nnlib example, but I encounter the following error

test/graphmain.c:436:22: fatal error: pmu_adsp.h: No such file or directory #include "pmu_adsp.h" ^ compilation terminated.

I have searched for the header fileonline, but can't seem to find it:

1) Is this something that has been encountered on your system? 2) If so, how did you resolve it?

yejw5 commented 6 years ago

@dsimmo Could you paste the reproduction commands?

BingShaw commented 6 years ago

Hi, @dsimmo have you solved the problem?