Skip to main content
DeBoots
Visitor II
May 27, 2021
Question

Unable to build project presumably due to missing repository files

  • May 27, 2021
  • 1 reply
  • 741 views

While trying to build a project, I am faced with the following error:

 No rule to make target 'C:/Users/USERNAME/STM32Cube/Repository/Packs/ARM/CMSIS/5.6.0/CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c', needed by 'Middlewares/CMSIS/CMSIS/DSP/Source/BasicMathFunctions.o'.

Understandably, I would need to change the C drive directory to match my computer. Where my issue comes in is that I am missing repository files. The only subfolder within the "Packs" folder is "STMicroelectronics". Is there a place to download these missing packs?

    This topic has been closed for replies.

    1 reply

    Peter BENSCH
    Technical Moderator
    May 28, 2021

    Welcome, @DeBoots​, to the community!

    The best way to install the ARM package is using the CubeMX Package Manager:

    • CubeMX > Help > Manage embedded software packages
    • Tab ARM > open CMSIS
    • Select the most recent CMSIS version, currently 5.6.0
    • Install Now

    Please let us know if it helps.

    Regards

    /Peter

    In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.