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
Compiler error
-
- Posts: 17
- http://meble-kuchenne.info.pl
- Joined: Wed Jun 08, 2022 8:37 am
- Has thanked: 3 times
- Been thanked: 1 time
-
- Valued Contributor
- Posts: 1546
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 138 times
- Been thanked: 737 times
Re: Compiler error
'FCD_066a1_TCP_IP_W5500__DHCP_Run':
C:/FC_ESP/mtxesp32s_sdkconfig/main/esp-project.c
10: error: 'FCR_RETVAL' is used uninitialized [-Werror=uninitialized]
Looks like a return value isn't set here - which is treated as an error
C:/FC_ESP/mtxesp32s_sdkconfig/main/esp-project.c
Looks like a return value isn't set here - which is treated as an error
-
- Matrix Staff
- Posts: 1988
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 630 times
- Been thanked: 660 times
Re: Compiler error
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.
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.
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
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.
- Attachments
-
- TCP_IP_W5500.fcpx
- (20.18 KiB) Downloaded 7 times
Martin