SPC5Studio - No such file or directory
Hi,
I'm getting a lot of errors in SPC5Studio. If I use it with main.c without separating the library directory I'm working in, I don't have a problem. But when I want to separate the libraries, it doesn't work like an ordinary eclipse. Likewise, I don't have any problems with STM32CubeIDE, but SPC5Studio gives a lot of errors. The errors I get are:
make -j8 all
Compiling main.c
main.c:4:21: fatal error: nextion.h: No such file or directory
#include "nextion.h"
^
compilation terminated.
make: *** [components/spc560bxx_platform_component_rla/lib/rsc/rules.mk:137: build/obj/main.o] Error 1
"make -j8 all" terminated with exit code 2. Build might be incomplete.
For example, when I write the library I have reserved as nextion.h directly into main, it works. I will share with you the settings I made and the library I created.
Regards.
