Error/Warning in the compilation

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Carmelo
Posts: 132
http://meble-kuchenne.info.pl
Joined: Thu Oct 14, 2021 10:04 am
Has thanked: 53 times
Been thanked: 4 times

Error/Warning in the compilation

Post 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.
Attachments
T1_4.msg.txt
Warning
(3.19 KiB) Downloaded 16 times
T1_4.fcfx
Project
(132.36 KiB) Downloaded 12 times

chipfryer27
Valued Contributor
Posts: 1639
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 361 times
Been thanked: 575 times

Re: Error/Warning in the compilation

Post 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

Carmelo
Posts: 132
Joined: Thu Oct 14, 2021 10:04 am
Has thanked: 53 times
Been thanked: 4 times

Re: Error/Warning in the compilation

Post by Carmelo »

OK,
muchas gracias por tan pronta respuesta.

C.

Post Reply