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 09:30 AM
Hi Dave,
here the problem seems to be related to the relative path of sources within the project tree in Eclipse. You should update your project by replacing the current links to sources with the ones in your working path.
Hope that helps.
Kind regards
Andrea
2018-04-26 07:25 AM
Hello
david.bohan
,After check, we cannot reproduce your case and there is no issue using IAR.
Maybe this compiling issue is due to the
development
tool as this package has been done two years ago available for keil, IAR, System Workbench for STM32 andnot developed for Atollic.So, ckech with other
tool and
verify if the files are inside the folder after got the error message?Please, keep us informed about your progress.
Best Regards,
Imen
2018-04-26 07:28 AM
Have you checked if the files are present somewhere on your PC, and some include paths are wrong/missing ?
2018-04-26 08:21 AM
Imen:
I have now downloaded System Workbench for STM32 and tried building the SW3STM32 version of the project, as well as downloading the 30 day evaluation of IAR, and building the EWARM version of the project.
Both builds have the same result as before: various header files missing.
AvaTar:
I have searched for the files and am unable to find them in the FP-IND-PLCWIFI1 software.
2018-04-27 04:20 AM
Hello
david.bohan
,We do not have any error from our side.
Could you please send to us your FP package to test and check on our side?
Best Regards,
Imen.
2018-05-01 08:48 AM
Imen,
How can I send the FP package? It is too large to attach here.
Thanks,
Dave
2018-05-01 10:39 AM
Imen,
I believe I have found the problem. The zip file that I have been using has a size of 56,591KB. I do not know why it is that size. When I downloaded a new zip file today, the size is 58,122KB, and I am able to build the EWARM project using IAR.
I still cannot build the SW4STM32 project with 'System Workbench for STM32'. Are you able to test that?
Thanks,
Dave2018-05-07 04:24 AM
Hi Dave,
can you please post some logs of the compilation errors for SW4STM32 for further analysis?
Thanks a lot,
Luca
2018-05-08 06:31 AM
Here is revision data for the IDE:
This is the directory I opened in the IDE:
C:\plc\ac6Test3\STM32CubeFunctionPack_PLCWIFI1_V1.0.0\Projects\Multi\Applications\FP_IND_PLCWIFI1\SW4STM32\STM32F401RE-Nucleo
I then did ''Build All'' and had errors in all projects:
Here's a sample of the errors:
And from the ''Console'' window:
make: *** No rule to make target 'C:/Users/massimo oteri/Develop/X-Core-PLC01A1/Functional_Pack/STM32CubeFunctionPack_PLCWIFI1_V1.0.0/Middlewares/ST/STM32_LADDER_LIBRARY/Ladder_Lib.c', needed by 'Middlewares/STM32_LADDER_LIBRARY/Ladder_Lib.o'. Stop.
Thanks,
Dave
2018-05-08 09:30 AM
Hi Dave,
here the problem seems to be related to the relative path of sources within the project tree in Eclipse. You should update your project by replacing the current links to sources with the ones in your working path.
Hope that helps.
Kind regards
Andrea