Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runnung MobileNetv1 #108

Open
Nagatejapallapu opened this issue Oct 13, 2021 · 11 comments
Open

runnung MobileNetv1 #108

Nagatejapallapu opened this issue Oct 13, 2021 · 11 comments

Comments

@Nagatejapallapu
Copy link

Nagatejapallapu commented Oct 13, 2021

11

@NBruschi
Copy link
Collaborator

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
Copy link
Collaborator

Dear @Nagatejapallapu,

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

@Nagatejapallapu
Copy link
Author

yes

@Nagatejapallapu
Copy link
Author

/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
Copy link
Collaborator

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

@NBruschi
Copy link
Collaborator

NBruschi commented Oct 19, 2021

can you please type here the result of

echo ${PULP_SDK_HOME}

on your linux bash?

@Nagatejapallapu
Copy link
Author

Nagatejapallapu commented Oct 19, 2021

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
Copy link
Author

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

@NBruschi
Copy link
Collaborator

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
Copy link
Collaborator

NBruschi commented Oct 19, 2021

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
Copy link
Author

~/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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants