cancel
Showing results for 
Search instead for 
Did you mean: 

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

PULAG.1
Associate

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.

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Try removing parentheses from the path.

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

Try removing parentheses from the path.

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

Thank you TDK.

It worked..