Darknet: make error for yolo v3 on linux

Created on 13 Feb 2019  Â·  3Comments  Â·  Source: pjreddie/darknet

While make the darknet yolov3 (without any support like GPU or openCV) still I am getting the following error can anyone tell me how to resolve this?

_libdarknet.a(image.o): In function load_image': image.c:(.text+0x3043c): undefined reference toload_image_cv'
libdarknet.a(image.o): In function show_image': image.c:(.text+0x27db1): undefined reference toshow_image_cv'
libdarknet.a(demo.o): In function fetch_in_thread': demo.c:(.text+0x58): undefined reference toget_image_from_stream'
libdarknet.a(demo.o): In function demo': demo.c:(.text+0x98a): undefined reference toopen_video_stream'
demo.c:(.text+0x9aa): undefined reference to get_image_from_stream' demo.c:(.text+0xd14): undefined reference toopen_video_stream'
demo.c:(.text+0xd59): undefined reference to `make_window'
collect2: error: ld returned 1 exit status
Makefile:77: recipe for target 'darknet' failed_

Most helpful comment

@spaul13 hello ,How did you solve it

All 3 comments

Can you paste your Makefile here?

Its got solved. Thanks a lot.

@spaul13 hello ,How did you solve it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MaverickLoneshark picture MaverickLoneshark  Â·  3Comments

job2003 picture job2003  Â·  3Comments

ghost picture ghost  Â·  4Comments

kthordarson picture kthordarson  Â·  3Comments

arianaa30 picture arianaa30  Â·  3Comments