I have issues running the build_all
task on Linux. It fails with the following message:
arm-none-eabi-gcc -c -mcpu=cortex-m7 -mthumb -mfpu=fpv5-d16 -mfloat-abi=hard -DUSE_HAL_DRIVER -DSTM32H750xx -DHSE_VALUE=16000000 -DCORE_CM7 -DSTM32H750IB -DARM_MATH_CM7 -DUSE_FULL_LL_DRIVER -include stm32h7xx.h -I../libDaisy -I../libDaisy/src/ -I../libDaisy/src/sys -I../libDaisy/src/usbd -I../libDaisy/src/usbh -I../libDaisy/Drivers/CMSIS_5/CMSIS/Core/Include/ -I../libDaisy/Drivers/CMSIS-DSP/Include -I../libDaisy/Drivers/CMSIS-Device/ST/STM32H7xx/Include -I../libDaisy/Drivers/STM32H7xx_HAL_Driver/Inc/ -I../libDaisy/Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../libDaisy/Middlewares/ST/STM32_USB_Host_Library/Core/Inc -I../libDaisy/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc -I../libDaisy/core/ -I../DaisySP/Source -I../libDaisy/Middlewares/Third_Party/FatFs/src -Os -Wall -Wno-missing-attributes -fasm -fdata-sections -ffunction-sections -Wno-stringop-overflow -g -ggdb -MMD -MP -MF"build/startup_stm32h750xx.d" -std=gnu11 -Wa,-a,-ad,-alms=build/startup_stm32h750xx.lst ../libDaisy/core/startup_stm32h750xx.c -o build/startup_stm32h750xx.o
cc1: fatal error: stm32h7xx.h: No such file or directory
I followed the install instruction and am not sure how to resolve this. Any hints?