-
Notifications
You must be signed in to change notification settings - Fork 78
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
I encountered the following problem when trying to Build and run on GVSoC after Use DORY to generate the C code. #427
Comments
I believe you mean Dory from PULP, right? |
感谢您的回复,我几天前也询问了pulp的开发人员,他们表示曾经也在这里问过这个问题,好像也是一年前您回复的。在他们的论文里是使用的dory并部署在AI-deck上了,不知道他们是怎么解决的。。 |
这个真的帮不上忙了,这边没人玩过Dory。我记得这个项目他们好像用Dory跑的:
https://github.com/pulp-platform/pulp-dronet
…On Mon, Oct 28, 2024 at 2:27 PM zyxzxy ***@***.***> wrote:
感谢您的回复,我几天前也询问了pulp的开发人员,他们表示曾经也在这里问过这个问题,好像也是一年前您回复的。在他们的论文里是使用的dory并部署在AI-deck上了,不知道他们是怎么解决的。。
—
Reply to this email directly, view it on GitHub
<#427 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI6O77PZOX7E6ZYP4KSX5GLZ5Y3TTAVCNFSM6AAAAABQXLBHPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBRGU4DSMZQGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
*Yao ZHANG*Global Customer Success Director
APAC Business Development Director
Tel: 06.82.78.41.71
Mail: ***@***.***
Wechat: 453115693
-------------------------------------------------------------------------------------
[image: https://greenwaves-technologies.com/]
<https://greenwaves-technologies.com/>
|
好的,非常感谢。我就是用他们这个项目里面的代码跑的,回头再研究研究吧,再次感谢回复。 |
Hi,
I encountered the following problem when trying to Build and run on GVSoC after Use DORY to generate the C code.
DORY_network/src/main.c:42:10: fatal error: tools/frame_streamer.h: No such file or directory
#include "tools/frame_streamer.h"
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [/home/zyx/gap_gnu_toolchain/gap_gnu_toolchain/gap_gnu_toolchain/gap8_openocd/gap_sdk/tools/rules/pulp_rules.mk:205: /home/zyx/下载/pulp-dronet-master/tiny-pulp-dronet-v3/drone-applications/gap8-dronet-app/pulp-dronet-v3/BUILD/GAP8_V2/GCC_RISCV/DORY_network/src/main.o] Error 1
My gap sdk version is GAP SDK 3.9.1.After I found the frame_streamer.h file and imported it, I encountered a new problem.
/usr/lib/gap_riscv_toolchain/bin/../lib/gcc/riscv32-unknown-elf/7.1.1/../../../../riscv32-unknown-elf/bin/ld: cannot find -lgaptools
collect2: error: ld returned 1 exit status
make: *** [/home/zyx/gap_gnu_toolchain/gap_gnu_toolchain/gap_gnu_toolchain/gap8_openocd/gap_sdk/tools/rules/pulp_rules.mk:212: /home/zyx/下载/pulp-dronet-master/tiny-pulp-dronet-v3/drone-applications/gap8-dronet-app/pulp-dronet-v3/BUILD/GAP8_V2/GCC_RISCV/main] Error 1
How can I solve these problems?
Best wishes!
ZHANG
The text was updated successfully, but these errors were encountered: