Skip to content

Missing mbed_config.h from exported project #4075

@vargham

Description

@vargham

Description

  • Type: Bug
  • Priority: Major

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.

$ make
Compile: main.cpp
cc1plus.exe: fatal error: mbed_config.h: No such file or directory
compilation terminated.
make[1]: *** [/cygdrive/d/_dev/_tmp/arm_tests/mbed_blinky/Makefile:241: main.o] Error 1
make: *** [Makefile:26: all] Error 2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions