error compilation

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

Moderator: Benj

Post Reply
RLOPES780
Posts: 119
Joined: Tue Apr 07, 2015 11:01 am
Been thanked: 3 times
Contact:

error compilation

Post by RLOPES780 »

I am creating a flowchart, however this is becoming quite large (5.8k). My processor is a dspicep512mu810.
By the time I was compiling everything ok.
But now I add a macro and it compiles with error.
Can someone help me.
The compiler error message is attached.
Thankful;
Ricardo

RLOPES780
Posts: 119
Joined: Tue Apr 07, 2015 11:01 am
Been thanked: 3 times
Contact:

Re: error compilation

Post by RLOPES780 »

file anexed
Attachments
Error compilation.txt
(56.9 KiB) Downloaded 199 times

mnf
Valued Contributor
Valued Contributor
Posts: 1189
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 439 times
Contact:

Re: error compilation

Post by mnf »

Please post the Flowcode causing the error.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: error compilation

Post by Benj »

Hello,

I agree with Martin having the Flowcode project to hand would be helpful.

It looks like this is the error your getting.
c:\progra~1\flowco~1\compil~1\pic16\bin\bin\..\bin/coff-as.exe: NANO EM CONSTRUCAO.o: .text: reloc overflow: 0x10007 > 0xffff
NANO EM CONSTRUCAO.o: File truncated
C:\Users\RICARDO\AppData\Local\Temp\ccznCDm6.00000b84.s: Assembler messages:
C:\Users\RICARDO\AppData\Local\Temp\ccznCDm6.00000b84.s:96053: FATAL: can't close NANO EM CONSTRUCAO.o
: File truncated
Are you calling the same macro an excessive number of times in your program or maybe calling macros in a cycle e.g. macroA calls macroB which calls macroA etc.

Post Reply