Not compiling in FCV8

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

Moderator: Benj

Post Reply
Lord Grezington
Flowcode V4 User
Posts: 288
Joined: Wed Nov 02, 2011 11:15 pm
Has thanked: 29 times
Been thanked: 30 times
Contact:

Not compiling in FCV8

Post by Lord Grezington »

Hello Everyone

I am trying to compile an older FC6 program in V8 and getting the following compiler error messages. Please let me know how I can fix them.

C:\Users\pc\LS3.11".o
Options have been disabled due to restricted license
Visit http://www.microchip.com/ to purchase a new key.
C:\Users\pc\LS3.11.c: In function 'FCD_05481_cal_uart__Prv_SimShowWaveform':
C:\Users\pc\LS3.11.c:808:28: error: macro "SET_PORT_MASK" requires 3 arguments, but only 2 given
C:\Users\pc\LS3.11.c:808:3: error: 'SET_PORT_MASK' undeclared (first use in this function)
C:\Users\pc\LS3.11.c:808:3: note: each undeclared identifier is reported only once for each function it appears in
C:\Users\pc\LS3.11.c:818:30: error: macro "SET_PORT_MASK" requires 3 arguments, but only 2 given
C:\Users\pc\LS3.11.c:822:30: error: macro "SET_PORT_MASK" requires 3 arguments, but only 2 given
C:\Users\pc\LS3.11.c:833:28: error: macro "SET_PORT_MASK" requires 3 arguments, but only 2 given

As I have a few FC6 programs that will at some point need converting, is there a link or something somewhere that I can use to find out what all the error codes mean?

Thanks

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: Not compiling in FCV8

Post by Benj »

Hello,

Looks to me like you have an unconnected pin property in one of the components.

See here for things to look for when moving projects to v8.
https://www.matrixtsl.com/wiki/index.ph ... ting_to_V8

Post Reply