compiler errors when using the WS2811 in FC8

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

Moderator: Benj

Post Reply
EFB
Posts: 7
Joined: Tue Feb 06, 2018 8:02 am
Been thanked: 2 times

compiler errors when using the WS2811 in FC8

Post by EFB »

Hello,

When I compile using the WS2811 component I get the following errors:

Test.c: 507: (192) undefined identifier "T1LNOPSDEF"
Test.c: FCD_06621_LED_WS2811__Refresh()
507: } else {
^ (312) ";" expected
Test.c: 542: (192) undefined identifier "T1LNOPSDEF"
542: } else {
^ (312) ";" expected
Test.c: 577: (192) undefined identifier "T1LNOPSDEF"
577: } else {
^ (312) ";" expected
(908) exit status = 1
(908) exit status = 1

Error returned from [xc8.exe]

This only happens when I compile with FC8?
When I compile the same with FC7 all works fine.
I updated FC8 and al components but no luck.
Thanks,

Evert
Attachments
Test.fcfx
(10.57 KiB) Downloaded 172 times

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: compiler errors when using the WS2811 in FC8

Post by Benj »

Hello Evert,

Thanks for letting us know.

I've fixed the problem and will get the fix pushed to the updates system in the next 10-20 minutes for you.

EFB
Posts: 7
Joined: Tue Feb 06, 2018 8:02 am
Been thanked: 2 times

Re: compiler errors when using the WS2811 in FC8

Post by EFB »

Hi Ben,

Update workt perfect!!

Thanks for the quick repair.

Evert

Post Reply