Este es el mensaje de error adjunto el main.
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'C:/Users/ACME/Desktop/sonometro2018/sonometro'
make -f nbproject/Makefile-default.mk dist/default/production/sonometro.production.hex
make[2]: Entering directory 'C:/Users/ACME/Desktop/sonometro2018/sonometro'
"C:\Program Files (x86)\Microchip\xc8\v1.45\bin\xc8.exe" --chip=16F1518 -G -mdist/default/production/sonometro.production.map --double=24 --float=24 --opt=+asm,+asmfile,-speed,+space,-debug,-local --addrqual=ignore --mode=free -P -N255 --warn=-3 --asmlist -DXPRJ_default=default --summary=default,-psect,-class,+mem,-hex,-file --output=default,-inhx032 --runtime=default,+clear,+init,-keep,-no_startup,-osccal,-resetbits,-download,-stackcall,+clib --output=-mcof,+elf:multilocs --stack=compiled:auto:auto "--errformat=%f:%l: error: (%n) %s" "--warnformat=%f:%l: warning: (%n) %s" "--msgformat=%f:%l: advisory: (%n) %s" --memorysummary dist/default/production/memoryfile.xml -odist/default/production/sonometro.production.elf build/default/production/mcc_generated_files/interrupt_manager.p1 build/default/production/mcc_generated_files/mcc.p1 build/default/production/mcc_generated_files/pin_manager.p1 build/default/production/mcc_generated_files/tmr2.p1 build/default/production/mcc_generated_files/pwm1.p1 build/default/production/mcc_generated_files/pwm2.p1 build/default/production/mcc_generated_files/tmr0.p1 build/default/production/mcc_generated_files/adc.p1 build/default/production/main.p1 -DXPRJ_default=default
Microchip MPLAB XC8 C Compiler (Free Mode) V1.45
Build date: Nov 15 2017
Part Support Version: 1.45
Copyright (C) 2017 Microchip Technology Inc.
License type: Node Configuration
:: warning: (1273) Omniscient Code Generation not available in Free mode
mcc_generated_files/tmr2.c:115: advisory: (1510) non-reentrant function "_TMR2_ISR" appears in multiple call graphs and has been duplicated by the compiler
mcc_generated_files/tmr2.c:132: advisory: (1510) non-reentrant function "_TMR2_DefaultInterruptHandler" appears in multiple call graphs and has been duplicated by the compiler
mcc_generated_files/pwm1.c:78: advisory: (1510) non-reentrant function "_PWM1_LoadDutyValue" appears in multiple call graphs and has been duplicated by the compiler
mcc_generated_files/pwm2.c:78: advisory: (1510) non-reentrant function "_PWM2_LoadDutyValue" appears in multiple call graphs and has been duplicated by the compiler
mcc_generated_files/adc.c:134: advisory: (1510) non-reentrant function "_ADC_ISR" appears in multiple call graphs and has been duplicated by the compiler
mcc_generated_files/pin_manager.c:71: warning: (520) function "_PIN_MANAGER_IOC" is never called
mcc_generated_files/tmr2.c:104: warning: (520) function "_TMR2_WriteTimer" is never called
mcc_generated_files/tmr2.c:110: warning: (520) function "_TMR2_LoadPeriodRegister" is never called
mcc_generated_files/tmr0.c:84: warning: (520) function "_TMR0_ReadTimer" is never called
mcc_generated_files/tmr0.c:93: warning: (520) function "_TMR0_WriteTimer" is never called
mcc_generated_files/tmr0.c:99: warning: (520) function "_TMR0_Reload" is never called
mcc_generated_files/adc.c:99: warning: (520) function "_ADC_IsConversionDone" is never called
mcc_generated_files/adc.c:109: error: (1360) no space for auto/param main@dato1
(908) exit status = 1
nbproject/Makefile-default.mk:259: recipe for target 'dist/default/production/sonometro.production.hex' failed
make[2]: Leaving directory 'C:/Users/ACME/Desktop/sonometro2018/sonometro'
nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/Users/ACME/Desktop/sonometro2018/sonometro'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make[2]: *** [dist/default/production/sonometro.production.hex] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
BUILD FAILED (exit value 2, total time: 8s)