-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
I've been trying to figure out why during build the make command cannot find the headers.
This is the error I get.
src/main.c:38:33: fatal error: ble_eval_board_pins.h: No such file or directory
#include "ble_eval_board_pins.h"
^
compilation terminated.
make: *** [obj/main.o] Error 1
I've tried taking a look at the
INCLUDEDIRS +=
$(shell find $ (SDK_INCLUDE) -type d)
But I can't seem to figure out how to get the recursive folder lookup working correctly.
The location of the header is in
$(SDK_INCLUDE)ble
Appreciate the code and any help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels