Skip to main content
Visitor II
May 2, 2020
Question

Hi everyone, I'm trying to use the library MotionFX from STM32CubeMX, but i have a problem when i try to build the project on SW4STM32 see below details. please can someone help me to find a solution? Best regards thanks

  • May 2, 2020
  • 3 replies
  • 1209 views

0693W000000WnltQAC.png

0693W000000Wnm8QAC.png

0693W000000Wnm3QAC.png

    This topic has been closed for replies.

    3 replies

    ST Employee
    May 4, 2020

    Please check the path to motion_fx.h is in your include path (in project settings).

    salimAuthor
    Visitor II
    May 4, 2020

    Hi,

    It's not a problem with .h include path it's a problem with preprocessor Incluide Paths for library,

    my solution is to add path of the library (.a) in the "Expert settings Command line pattern" and it's work.

    0693W000000Wp19QAC.png

    ST Employee
    May 4, 2020

    You can add the library also in the Libraries settings in the Linker section, so you don't need to write the command.

    salimAuthor
    Visitor II
    May 4, 2020

    When i try to add it with the "Linker section method" it's not working.