Osanti22
Osanti22
I saw in discussions that the suggestion was to make dummy .h files with the same name as the .c file. At least just for testing purposes, so that Ceedling...
The most annoying issue is that lets say I want to compile config.c If I just include config.h, the compiler won't include the things included on config.c (or config.h), so...
> You are presenting this very confusingly. Maybe this will help: > > You have compiler (compiles source (`.c`) files), which has its own include paths to find correct header...
> Always treat errors in sequence. For the math, you are missing `-lm` flag to linker. > > Use `ceedling verbosity[4] test:all` to increase debug output of ceedling for that...