2018-04-25 02:26 PM
I downloaded the FP-IND-PLCWIFI1 software.
When I try to build the project 'STM32F401RE-Nucleo' there are a number of header files missing
such as stm32_spwf_wifi.h, stm32Fxx_nucleo.h and relay.h to name a few.
I am using:
Atollic TrueSTUDIO® for STM32, Built on Eclipse Neon.1a.
Version: 9.0.1
Build id: 20180420-1214
to build the project.
Any idea why the files are missing from the .zip?
Solved! Go to Solution.
2018-05-08 12:57 PM
Andrea,
I found the references to 'c:/Users/massimo...' the the .project files and corrected them. The project now builds!
Is this a bug in the FP_IND_PLCWIFI1 project? It seems incorrect to have hard coded paths inside of this project.
Thanks,
Dave
2018-05-09 02:41 AM
Hi Dave,
thank you for reporting us the problem and attaching the logs. The references to a user folder points to problem in the project.
Thanks a lot!
Luca
2018-05-09 02:48 AM
Hi Dave,
an action has been taken by the people in charge to fix the issue. Stay tuned for the next package updates.
Kind regards
Andrea
2018-05-11 10:40 AM
Hi Dave,
great news! A new release of the
https://community.st.com/message/[‎5/‎11/‎2018 5:30 PM] Luca CELETTO: http:/www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-ode-function-pack-sw/fp-ind-plcwifi1.html
package fixing the issue is now available. Please, check it out.Kind regards
Andrea
2018-05-22 08:32 AM
Andrea,
I downloaded the new version of
FP-IND-PLCWIFI1 (V1.0.1) and opened the projects in System Workbench.
I immediately see the following error:
make: *** No rule to make target 'C:/Middlewares/ST/STM32_SPWF01SA/Utils/event_buffer.c', needed by 'Middlewares/STM32_SPWF01SA/Utils/event_buffer.o'. Stop. OUT01A1
This error is repeated for each of the three projects: OUT01A1, PLC01A1, and PLC01A1_OUT01A1.
It appears that there are still hardcoded paths in the project.
Thanks,
Dave