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
Expected behavior
export mbed-os-example-blinky , open in IDE, compile passes.
Actual behavior
export mbed-os-example-blinky to an IDE, open in IDE, compile fails because it is missing reference to main.cpp and mbed_config.h. the files are there, but IAR doesn't know about them.
workaround: manually add those files to the project explorer and it works.
Steps to reproduce
export mbed-os-example-blinky from online compiler to an IAR IDE, open in IAR IDE, compile
The text was updated successfully, but these errors were encountered:
Description
Bug
Target
NCS36510, maybe more
Toolchain:
IAR, maybe more
Toolchain version:
n/a
mbed-cli version:
n/a
meed-os sha:
mbed OS version 5.3.4
DAPLink version:
n/a
Expected behavior
export mbed-os-example-blinky , open in IDE, compile passes.
Actual behavior
export mbed-os-example-blinky to an IDE, open in IDE, compile fails because it is missing reference to main.cpp and mbed_config.h. the files are there, but IAR doesn't know about them.
workaround: manually add those files to the project explorer and it works.
Steps to reproduce
export mbed-os-example-blinky from online compiler to an IAR IDE, open in IAR IDE, compile
The text was updated successfully, but these errors were encountered: