Skip to main content
Dave Bohan
Associate III
April 25, 2018
Solved

Files missing from FP-IND-PLCWIFI1 zip file

  • April 25, 2018
  • 4 replies
  • 1950 views
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?

    This topic has been closed for replies.
    Best answer by Andrea Palmieri
    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

    4 replies

    ST Technical Moderator
    April 26, 2018
    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

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    AvaTar
    Senior III
    April 26, 2018
    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 III
    April 26, 2018
    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.

    ST Technical Moderator
    April 27, 2018
    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.

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    Dave Bohan
    Associate III
    May 1, 2018
    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

    Dave Bohan
    Associate III
    May 8, 2018
    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

    Andrea Palmieri
    Andrea PalmieriBest answer
    ST Employee
    May 8, 2018
    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

    Dave Bohan
    Associate III
    May 8, 2018
    Posted on May 08, 2018 at 19:57

    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