ZQW
ZQW

Reputation: 1

Yocto build errors: oe_runmake failed

I am trying to build a DPU4.0 image for a SD card which will be used on PYNQ Z2 to run YOLO. When I am trying to use petalinux-build , it shows ERROR like this:

ERROR: dpu-1.0-r0 do_compile: oe_runmake failed
ERROR: dpu-1.0-r0 do_compile: ExecutionError('/home/zhaoqi/Desktop/dpu_integration/pynqz2_dpu/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/dpu/1.0-r0/temp/run.do_compile.411180', 1, None, None)
ERROR: Logfile of failure stored in: /home/zhaoqi/Desktop/dpu_integration/pynqz2_dpu/build/tmp/work/zynq_generic-xilinx-linux-gnueabi/dpu/1.0-r0/temp/log.do_compile.411180

This is the screenshot of my terminal. Errors

How can I fix this? Thank you so much.

Upvotes: -2

Views: 436

Answers (1)

jacob_s
jacob_s

Reputation: 21

  1. You have an code error in file named: dpucore.c
  2. Try to fix that and maybe that's all. If it's a bug in someone else code, try to use diffrent commit or tag.

Upvotes: 0

Related Questions