pulp-platform / pulp-sdk

Apache License 2.0
99 stars 73 forks source link

runnung MobileNetv1 #108

Open Nagatejapallapu opened 3 years ago

Nagatejapallapu commented 3 years ago

11

NBruschi commented 3 years ago

Hello @Nagatejapallapu. Can you please compile again using make clean all platform=gvsoc CORE=2 VERBOSE=1 and then post the log result here?

NBruschi commented 2 years ago

Dear @Nagatejapallapu,

Have you correctly sourced the configuration file as described in the pulp-sdk README.md?

Nagatejapallapu commented 2 years ago

yes

Nagatejapallapu commented 2 years ago

/Desktop/SDK/pulp-sdk/applications/MobileNetV1$ sudo make clean all run platform=gvsoc CORE=3 Makefile:113: /pmsis_rules.mk: No such file or directory make: *** No rule to make target '/pmsis_rules.mk'. Stop.

NBruschi commented 2 years ago

and have you correctly installed the https://github.com/pulp-platform/pulp-riscv-gnu-toolchain?

NBruschi commented 2 years ago

can you please type here the result of

echo ${PULP_SDK_HOME}

on your linux bash?

Nagatejapallapu commented 2 years ago

i installed https://github.com/pulp-platform/pulp-riscv-gnu-toolchain correctly i think. /Desktop/SDK/pulp-sdk/applications/MobileNetV1$ echo ${PULP_SDK_HOME}

Nagatejapallapu commented 2 years ago

~/Desktop/SDK/pulp-riscv-gnu-toolchain$ sudo make all make: Nothing to be done for 'all'.

NBruschi commented 2 years ago

it looks like something in your environment is set up incorrectly. Can you please close your terminal and then open a new session? Then, can you follow these steps?

cd /home/uie24011/Desktop/SDK/pulp-sdk
export PULP_RISCV_GCC_TOOLCHAIN=<YOUR-INSTALL-PATH> (is an absolute path, for example /opt/riscv)
source configs/pulp-open.sh
make build
cd applications/MobileNetV1
make clean all run CORE=3
NBruschi commented 2 years ago

Where did you install the toolchain by following this step: https://github.com/pulp-platform/pulp-riscv-gnu-toolchain#installation-pulp?

Did you add to your path the right location you used? If you followed the guide by installing the toolchain in /opt/riscv, you should have done:

export PATH=/opt/riscv/bin:$PATH

Is it the case?

Nagatejapallapu commented 2 years ago

~/Desktop/SDK/pulp-sdk/applications/MobileNetV1$ sudo make clean all run CORE=3 Makefile:113: /pmsis_rules.mk: No such file or directory make: *** No rule to make target '/pmsis_rules.mk'. Stop.