Mensaje de error al compilar

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

Mensaje de error al compilar

Post by Carmelo »

Hola,
Al realizar la compilación para obtener el fichero hex se aborta mostrando el mensaje de error.
¿Cuál puede ser el motivo, dado que compilo otro proyecto y lo realiza bien?

Adjunto también el proyecto
Attachments
Termostato_10_90_v02.fcfx
(47.87 KiB) Downloaded 19 times
Termostato_10_90_v02.msg.txt
(2.22 KiB) Downloaded 20 times

medelec35
Matrix Staff
Posts: 1955
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 626 times
Been thanked: 656 times

Re: Mensaje de error al compilar

Post by medelec35 »

Hello.
You are missing the semicolon ; at the end of OSCCON = 0x70 within the c code block

I have moved the topic from bugs as it is a user error.
Martin

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

Re: Mensaje de error al compilar

Post by Carmelo »

Muchas gracias, no e di ni cuenta que me falto el " ; "

medelec35
Matrix Staff
Posts: 1955
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 626 times
Been thanked: 656 times

Re: Mensaje de error al compilar

Post by medelec35 »

¡Eso es genial!
De nada y gracias por informarme.



That's great!
You're welcome and thanks for letting me know.
Martin

Post Reply