Page 1 of 1

Error/Warning in the compilation

Posted: Sun Jul 27, 2025 6:34 pm
by Carmelo
Hola,

During compilation the following warning appears:

T1_4.c:
5589: #warning "This interrupt has previously been enabled, so the macro <INT_TMR0_Tiempo> may never get called."
^ (162) #warning: "This interrupt has previously been enabled, so the macro <INT_TMR0_Tiempo> may never get called." (warning)
using updated 32-bit floating-point libraries; improved accuracy might increase code size


But the compilation ends without errors
What could this warning be due to?

I am attaching the complete compilation message file along with the project.

Re: Error/Warning in the compilation

Posted: Sun Jul 27, 2025 6:38 pm
by chipfryer27
Hi

It is usually OK to ignore those warnings as it is just informing you that the interrupt has previously been used elsewhere and therefore you may not get expected results.

Regards

Re: Error/Warning in the compilation

Posted: Sun Jul 27, 2025 6:41 pm
by Carmelo
OK,
muchas gracias por tan pronta respuesta.

C.