Advanced String Function ( Component )

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
Alan_37
Posts: 137
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 7:23 pm
Has thanked: 41 times
Been thanked: 19 times

Flowcode v10 Advanced String Function ( Component )

Post by Alan_37 »

Hi

There is a bug in the component
simulation works fine but when trying to compile it fails with the following error

Code: Select all

AC_Com_NX.o: In function `FCM_EXT_Buffer':
AC_Com_NX.c:(.text.FCM_EXT_Buffer+0x170): undefined reference to `FCI_REMOVEFROMSTRING'
collect2.exe: error: ld returned 1 exit status
Error(s) in build

Steve-Matrix
Matrix Staff
Posts: 1269
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 169 times
Been thanked: 285 times

Re: Advanced String Function ( Component )

Post by Steve-Matrix »

Thanks for letting us know. What chip family are you using?

Alan_37
Posts: 137
Joined: Thu Dec 03, 2020 7:23 pm
Has thanked: 41 times
Been thanked: 19 times

Re: Advanced String Function ( Component )

Post by Alan_37 »

Hi Steve ,

Using STM32f411

Thanks

medelec35
Matrix Staff
Posts: 1464
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 474 times

Re: Advanced String Function ( Component )

Post by medelec35 »

Hi Alan.
Can you attach your .fcfx project and .c files, please.
Martin

Alan_37
Posts: 137
Joined: Thu Dec 03, 2020 7:23 pm
Has thanked: 41 times
Been thanked: 19 times

Re: Advanced String Function ( Component )

Post by Alan_37 »

Hi medelec35 ,

Can not share my work but is very simple to reproduce the problem.

have attached the a sample .
Attachments
ADV_STR.zip
(157.29 KiB) Downloaded 7 times

medelec35
Matrix Staff
Posts: 1464
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 514 times
Been thanked: 474 times

Flowcode v10 Re: Advanced String Function ( Component )

Post by medelec35 »

Hi Alan.
Thank you for test project
That is not a bug with the Advanced string component.
Can you try the attached.
There is a bug with the New String Functions routines which is what you are experiencing.
That is being looked into.
I'm testing a Flowcode update, not yet available to the public.
Please ignore any this has been created with a later version messages.
Attachments
Flowcode1a.fcfx
(8.24 KiB) Downloaded 5 times
Martin

Alan_37
Posts: 137
Joined: Thu Dec 03, 2020 7:23 pm
Has thanked: 41 times
Been thanked: 19 times

Re: Advanced String Function ( Component )

Post by Alan_37 »

Hi medelec35

Thanks for your prompt reply
I have found a way around this but good to know is beings looked into.

Thanks Again

Regards

Post Reply