relative and absolute paths in STM32CubeIDE
We're working on a projekt with different µC and some so called "Common-Modules".
These commons are located side by side our projects and shall simply been linked to these.
All this could be done, but on building the project, we noticed, that no modules were built, if the include pathes were relative to the project file. Only if the path is given as an absolute path (for example like "C:\work\thiswork\module1\...") the compilation will be successfull.
As the projects will be built local and on a remote server too, absolute paths are no choice for us.
Are there any solutions to solve this?
Best Regards