Skip to content

Recursive Header lookup #1

@vaibhav-kapoor

Description

@vaibhav-kapoor

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.

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