Dear,
Our project used the Chip model is S32K314,and we want to build the project on our remote building server(Jenkins).
But when we build on the remote server without S32 Design Studio,Compilation error is"../src/main.c:33:10: fatal error: Mcal.h: No such file or directory".Because the path of Mcal.h is displayed on our local C disk, this file cannot be found on the remote server.
So,how should I resolve this compilation error.
Hi,
you need to move the mcal.h header file (and mcal library as well) to the remote server together with your project. I'm afraid, that there is no other option.