Remote build error by jenkins

cancel
Showing results for 
Search instead for 
Did you mean: 

Remote build error by jenkins

416 Views
wang_q4
Contributor I

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.

0 Kudos
1 Reply

393 Views
jiri_kral
NXP Employee
NXP Employee

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. 

0 Kudos