Error message using C code

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

Moderator: Benj

Post Reply
Monie Jacobsen
Posts: 484
Joined: Mon Jul 30, 2012 3:39 pm
Has thanked: 17 times
Been thanked: 46 times
Contact:

Error message using C code

Post by Monie Jacobsen »

Hello everyone

When I use ECIO40P there is no problem using C code!
Has made a project with Arduino mega2560 R3.
And using C code:
C code.JPG
C code.JPG (12.38 KiB) Viewed 2479 times
But can not compile the Arduino mega2560 R3 get the error message:
compilerError.JPG
compilerError.JPG (15.56 KiB) Viewed 2479 times
Results for compiler attempts:
compiler performance.txt
(6.83 KiB) Downloaded 266 times
What goes wrong?
Does anyone have a solution to the problem?


Yours sincerely
Monie
Best Regard
Monie

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Error message using C code

Post by LeighM »

Hi Monie,

If you want to add assembler code for AVR ...

Code: Select all

asm ("jmp 0");
Hope that helps,
Leigh

Monie Jacobsen
Posts: 484
Joined: Mon Jul 30, 2012 3:39 pm
Has thanked: 17 times
Been thanked: 46 times
Contact:

Re: Error message using C code

Post by Monie Jacobsen »

Hello LeighM
It works fine.
Your help was greatly
Many, many thanks for your help;-)

GO weekend
Best Regard
Monie

Post Reply