pulp-platform / pulp-sdk

Apache License 2.0
99 stars 73 forks source link

Error when running "make clean all run platform=fpga" #137

Open AnupamYedida opened 1 year ago

AnupamYedida commented 1 year ago

Traceback (most recent call last): File "/home/innis226/prof_vivek_project/pulp-sdk/tools/gapy/gapy", line 26, in from errors import FatalError, InputError File "/home/innis226/prof_vivek_project/pulp-sdk/tools/gapy/errors.py", line 21, in import common File "/home/innis226/prof_vivek_project/pulp-sdk/tools/gapy/common.py", line 30, in from tools.runner.runner import Runner ModuleNotFoundError: No module named 'tools' make: *** [/home/innis226/prof_vivek_project/pulp-sdk/rtos/pulpos/common/rules/pulpos/default_rules.mk:350: image] Error 1

I am trying to run the MobilenetV1 and this is the error I am getting. The same problem even with Hello world program. It is working fine with platform=gvsoc.

GaDuKun commented 6 months ago

Hi AnupamYedida,

I got the same problem. How di you resolve it?