-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing mbed_config.h from exported project #4075
Labels
Comments
I've just hit something related, that I had to use old project.py script to test something for mbed 2 and this is traceback:
(missing mbed_config ?) |
Workaround: Copy mbed_config.h from previous export. (This bug was not present before last week.) |
This was referenced Mar 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There is no mbed_config.h in exported project. Tried with STM32F103, STM32F429, LPC1768 mbed and mbed-os lib also. Tried with EmBlocks, GCC make and SW4STM32. Seems all targets and IDEs are affected.
Bug
Target
STM32F103|STM32F429|LPC1768|Maybe others
Toolchain:
Online exporter
Toolchain version:
Current online exporter (2017-03-30)
Expected behavior
Exported project should contain all files.
Actual behavior
Build fails, missing mbed_config.h
Steps to reproduce
Create project "mbed_blinky" for LPC1768 and export it to offline GCC makefile. Build will fail because missing mbed_config.h
The text was updated successfully, but these errors were encountered: