-
Notifications
You must be signed in to change notification settings - Fork 75
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
Comments
Hello @Nagatejapallapu. Can you please compile again using make clean all platform=gvsoc CORE=2 VERBOSE=1 and then post the log result here? |
Dear @Nagatejapallapu, Have you correctly sourced the configuration file as described in the pulp-sdk |
yes |
/Desktop/SDK/pulp-sdk/applications/MobileNetV1$ sudo make clean all run platform=gvsoc CORE=3 |
and have you correctly installed the https://github.com/pulp-platform/pulp-riscv-gnu-toolchain? |
can you please type here the result of echo ${PULP_SDK_HOME} on your linux bash? |
i installed https://github.com/pulp-platform/pulp-riscv-gnu-toolchain correctly i think. |
~/Desktop/SDK/pulp-riscv-gnu-toolchain$ sudo make all |
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 |
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? |
~/Desktop/SDK/pulp-sdk/applications/MobileNetV1$ sudo make clean all run CORE=3 |
11
The text was updated successfully, but these errors were encountered: