Examples on STM32U5A9J-DK not compiling
I am trying to flash BSP example from https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects esp. the ones for STM32U5A9J-DK.
While trying to compile BSP : https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/STM32U5x9J-DK/Examples/BSP, I am not able to get a compiled binary to flash.
Tried following ways to import the checkout code in STMCubeIDE -
1) "Open project from file system" or "Import -> Projects from Folder or Archive" -
Build not enabled
2) "Existing project in workspace" -> "Copy project in workspace"
Error
make -j8 all
make: *** No rule to make target '/Utilities/lcd/stm32_lcd.c', needed by 'Utilities/stm32_lcd.o'. Stop.
3) "Import" -> "File System"
Cannot import into a workspace with no open projects. Please create a project before importing.
what is the first way to get these examples build and flashed.
