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
'MARKER' problem with Flowkit V2
Moderator: Benj
'MARKER' problem with Flowkit V2
- Attachments
-
- Capture2.PNG
- (41.09 KiB) Downloaded 850 times
-
- Capture.PNG
- (104.41 KiB) Downloaded 850 times
- 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
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
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
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
Here is similar thread on the topic ...
http://www.matrixtsl.com/mmforums/viewt ... ck+#p67772