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 锛孒ow did you solve it

All 3 comments

Can you paste your Makefile here?

Its got solved. Thanks a lot.

@spaul13 hello 锛孒ow did you solve it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cadip92 picture cadip92  路  3Comments

ivomarvan picture ivomarvan  路  3Comments

gpsmit picture gpsmit  路  3Comments

Vikalp-Reorder picture Vikalp-Reorder  路  3Comments

HoracceFeng picture HoracceFeng  路  3Comments