Mplab build failed

Ian Rogers

Joined Dec 12, 2012
1,136
Are they in the project directory?
when you use inverted comma's in the include statement, it means they are located locally.
ie
#include "dac_dac8311.h" they must be in the project directory or the linker wont be able to find them.
 

Ian Rogers

Joined Dec 12, 2012
1,136
The error is " Which doesn't exist in the disk" Ergo the file ISN'T in the build directory.

The linker cannot find those three files.. Your program has included them, but cannot find them.
 
Top