Page 1 of 1

Advanced String Function ( Component )

Posted: Sun Apr 28, 2024 9:48 pm
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

Re: Advanced String Function ( Component )

Posted: Mon Apr 29, 2024 9:20 am
by Steve-Matrix
Thanks for letting us know. What chip family are you using?

Re: Advanced String Function ( Component )

Posted: Mon Apr 29, 2024 9:47 am
by Alan_37
Hi Steve ,

Using STM32f411

Thanks

Re: Advanced String Function ( Component )

Posted: Tue Apr 30, 2024 3:36 pm
by medelec35
Hi Alan.
Can you attach your .fcfx project and .c files, please.

Re: Advanced String Function ( Component )

Posted: Tue Apr 30, 2024 8:44 pm
by Alan_37
Hi medelec35 ,

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

have attached the a sample .

Re: Advanced String Function ( Component )

Posted: Tue Apr 30, 2024 9:27 pm
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.

Re: Advanced String Function ( Component )

Posted: Tue Apr 30, 2024 9:44 pm
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