Skip to main content
PULAG.1
Associate
September 11, 2020
Solved

Demo program for STM32F769I DISCO board is not compiling in SW4STM32 IDE. ERROR "recipe for target ‘Middlewares/USBH_Library/Core/usbh_core.o’ failed"

  • September 11, 2020
  • 2 replies
  • 1568 views

IHello,

I am new to stm32 board, I have a new STM32F769I DISCO board.

I have downloaded the firmware�?en.stm32cubef7_v1-16-0�? from ST.com to run a “STemWin�? project under “demonstration�? folder for “STM32F769I-Discovery�?.

While Build project i get the following error

Middlewares/USBH_Library/Core/subdir.mk:27: recipe for target ‘Middlewares/USBH_Library/Core/usbh_core.o’ failed

make: *** Middlewares/USBH_Library/Core/usbh_core.o Error 2

Any one help me running this demo programme in STM32F769I disco board successfully.

This topic has been closed for replies.
Best answer by TDK

Try removing parentheses from the path.

2 replies

TDK
TDKBest answer
Super User
September 11, 2020

Try removing parentheses from the path.

"If you feel a post has answered your question, please click ""Accept as Solution""."
PULAG.1
PULAG.1Author
Associate
September 12, 2020

Thank you TDK.

It worked..