Skip to content

fatal error: option_list.h: No such file or directory #49

@sirinferhat

Description

@sirinferhat

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions