You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown below, it seems that '-include mbed_config.h' is specified for g++ compiler
option only when exporting a program to GCC ARM Embedded on mbed online compiler.
We think -include mbed_config.h should be needed not only for CPPC_FLAGS, but also for both CC_FLAGS and CPPC_FLAGS.
Otherwise, a compilation error should occur.
Please note that the issue might not occur if mbed export command is used for export.