hey,
i am programming a microcontroller where i store temperature values from LM35 in an SD card and display them on the LCD.
I made my libraries ( SPI, ADC, LCD..) from the code configurator MCC.
i am using the PIC18F27J53 and XC8 compiler v2.05
and i am getting some path errors and errors in make file files .mk :
C:\Program Files (x86)\Microchip\xc8\v2.05\pic\include\c99\stdlib.h:21:10: fatal error: 'bits/alltypes.h' file not found
#include <bits/alltypes.h>
nbproject/Makefile-default.mk:194: recipe for target 'build/default/production/mcc_generated_files/mcc.p1' failed
Can you help me?