cancel
Showing results for 
Search instead for 
Did you mean: 

Files missing from FP-IND-PLCWIFI1 zip file

Dave Bohan
Associate II
Posted on April 25, 2018 at 23:26

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Posted on May 08, 2018 at 16:30

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

View solution in original post

14 REPLIES 14
Imen.D
ST Employee
Posted on April 26, 2018 at 16:25

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

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
AvaTar
Lead
Posted on April 26, 2018 at 16:28

Have you checked if the files are present somewhere on your PC, and some include paths are wrong/missing ?

Dave Bohan
Associate II
Posted on April 26, 2018 at 17:21

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.

Posted on April 27, 2018 at 11:20

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
Posted on May 01, 2018 at 15:48

Imen,

How can I send the FP package? It is too large to attach here.

Thanks,

Dave

Posted on May 01, 2018 at 17:39

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,

Dave
Posted on May 07, 2018 at 11:24

Hi Dave,

can you please post some logs of the compilation errors for SW4STM32 for further analysis?

Thanks a lot,

   Luca

Dave Bohan
Associate II
Posted on May 08, 2018 at 15:31

Here is revision data for the IDE:

0690X0000060B1dQAE.png0690X0000060B1iQAE.png

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:

0690X0000060B1nQAE.png

Here's a sample of the errors:

0690X0000060B1oQAE.png

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

Posted on May 08, 2018 at 16:30

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