'MARKER' problem with Flowkit V2

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

Moderator: Benj

Post Reply
beanie
Posts: 18
Joined: Fri May 09, 2014 12:47 pm
Has thanked: 1 time
Been thanked: 6 times

'MARKER' problem with Flowkit V2

Post by beanie »

I wonderwed if anyone knew how to get the code to compile for ICD with the new flowkit, I've attached a screen grab of the error I recieve.

Cheers

Matt
Attachments
Capture2.PNG
(41.09 KiB) Downloaded 850 times
Capture.PNG
(104.41 KiB) Downloaded 850 times

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

Re: 'MARKER' problem with Flowkit V2

Post by LeighM »

Hi Matt
Would it be possible for you to attach your project file (.fcfx)?
Or send it PM?
Thanks

beanie
Posts: 18
Joined: Fri May 09, 2014 12:47 pm
Has thanked: 1 time
Been thanked: 6 times

Re: 'MARKER' problem with Flowkit V2

Post by beanie »

PMed

cheers

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

Re: 'MARKER' problem with Flowkit V2

Post by LeighM »

Thanks for the file.

This is a problem with the BoostC software call stack.
To get around the problem you can switch off the BoostC software stack by removing the directive from the linker parameters in the compiler options.

Build->Compiler Options...
"Linker/Assembler" tab
Parameters:

remove the following from the end of the parameter string

Code: Select all

    -swcs 6 2
Save as a new setting (with a new name e.g. HWCS) and tick the "Default compiler ..." box to allow the new settings to be active.

Here is similar thread on the topic ...
http://www.matrixtsl.com/mmforums/viewt ... ck+#p67772

Post Reply