Pic12F683 Compiler error

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times

Pic12F683 Compiler error

Post by jgu1 »

Hi!

I have created a small project with a Pic12F683. When I compile the program I get an errorcode 1. I don´t understand all the error messages.

Please, can anybody see what have I done wrong. :roll:

Thank´s in advance

Br Jorgen
Attachments
Stearinly udestue.msg.txt
(1.31 KiB) Downloaded 140 times
Stearinly udestue.fcfx
(15.39 KiB) Downloaded 148 times

mnf
Valued Contributor
Valued Contributor
Posts: 1208
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 440 times

Re: Pic12F683 Compiler error

Post by mnf »

HI Jorgen,


The problem is in your c code (OSSCON =) in Main.
The Comment is unclosed - should be /* Comment */
So just delete the top two lines and all should be well...

Martin
-

jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times

Re: Pic12F683 Compiler error

Post by jgu1 »

Hi Martin!

Of course of course Martin. I had completely forgotten, but your sharp eye saw it at once. Now it complile without no problem.

Thank you, also for fast reply. Sadly I can´t click on "thump up". But hereby one anyway :lol:

Br Jorgen

mnf
Valued Contributor
Valued Contributor
Posts: 1208
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 440 times

Re: Pic12F683 Compiler error

Post by mnf »

Glad it worked ...

Martin

Post Reply