-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
When i use make command for makefile in yolomex, i got the error below.
gcc -DGPU -I/"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include" -Wall -Wfatal-errors -Wno-unused-result -fPIC -I./yolomex/darknet/src -I./yolomex/darknet/include -Ofast -DGPU -c libyolo.c -o obj/libyolo.o
libyolo.c:5:10: fatal error: option_list.h: No such file or directory
#include "option_list.h"
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [obj/libyolo.o]
What should i do to solve this error i have no idea.
C:\Program Files\MATLAB\R2018a\bin\yolomex>make
i'm not sure about this statement in makefile: -I/"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include" is it right?
is it right?
Metadata
Metadata
Assignees
Labels
No labels