Compiler / Linker Broken in CubeIDE
The CubeIDE linker doesn't seem to work properly... Any help would be greatly appreciated. ST Employee help?????
1- In the UserStartup.c, I call lv_init();
2- After compiling, it says it cannot find lv_init()
3- I see that the file lv_init.c file got compiled (lv_init() is defined in that file) - the object file was created lv_init.o
4- It seems the linker cannot find that file....
Is there a limitation on the number of files the linker can handle?

