Page 1 of 1

Compiler error

Posted: Sun Jun 22, 2025 2:36 pm
by Frco007
Hello

After upgrading the libraries, compile to target doesn't work again. Although I tried reloading, reloading the ESP libraries...
Can you check for me where the problem is? I'm attaching the LOG file.

Best regards

Re: Compiler error

Posted: Sun Jun 22, 2025 2:43 pm
by mnfisher
'FCD_066a1_TCP_IP_W5500__DHCP_Run':
C:/FC_ESP/mtxesp32s_sdkconfig/main/esp-project.c:2384:10: error: 'FCR_RETVAL' is used uninitialized [-Werror=uninitialized]

Looks like a return value isn't set here - which is treated as an error

Re: Compiler error

Posted: Mon Jun 23, 2025 7:47 am
by Frco007
Interesting because I didn't change anything in the program - code. Is there any other way to check the entire code?

Re: Compiler error

Posted: Mon Jun 23, 2025 8:34 am
by medelec35
Hello.
Many thanks for reporting this issue.
I have fixed the component, so hopefully you will be able to compile ok after following the steps below.
Browse to this location using file explorer , it's hidden by default so just paste the link into your address bar.

Code: Select all

%ProgramData%\MatrixTSL\FlowcodeV10\Components
Place the attached component.
If Flowcode is already open, then you will need to reload your project for the new component to work
If you run any component updates, then the component you added will be overwritten, so it will stop working again (unless the component update has been pushed).

Can you please let me know how you get on.

Re: Compiler error

Posted: Mon Jun 23, 2025 12:01 pm
by Frco007
Thank You.
Now it works.

Re: Compiler error

Posted: Tue Jun 24, 2025 8:32 am
by medelec35
That's great.
Thank you for letting us know.