Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
Build error on target STM32F407 "stm32f4xx_hal_conf.h: No such file or directory"
I'm running the build.py script for STM32F407, using GCC_ARM, on Mac OS X.
python workspace_tools/build.py -m STM32F407 -t GCC_ARM
And got the following output:
---------------
Building library CMSIS (STM32F407, GCC_ARM)
Compile: stm32f4xx_hal.c
In file included from /Users/zhangcosmo/work/mbed/mbed/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal.c:54:0:
/Users/zhangcosmo/work/mbed/mbed/libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F4/stm32f4xx_hal.h:48:32: fatal error: stm32f4xx_hal_conf.h: No such file or directory
compilation terminated.
Completed in: (0.12)s
Build failures:
- GCC_ARM::STM32F407
---------------
What's going wrong ?
I'm seeing this too, any progress?
posted by Jonathan Herbst 29 Sep 2015