Trying to import a library but it doesn't bring in all the files

Hi,

I’m trying to test out a library in build but it’s not pulling down all the source files that are in my github repo. That basically ends up in a world full of linker errors of unresolved externals.

Any advice?

My repo is in github.com/thesauceman/u8glib-particle

Sauce

Update: I renamed one of the .c files to .cpp
and it came in.

Maybe it’s only importing *.cpp and *.h, but not *.c as advertised.

Sauce

@Sauce can you tell me where you see that *.c files will be imported?

@kennethlimcp

Look at the readme.md, section “Firmware.1.i.e”

Actually, the sample library there also has a .c file in it, and it’s also not being imported properly. I think towynlin may have filed a bug for that already.

Sauce