ARMmbed/mbed-os-example-cellular

Dragonfly error- Attempt to override undefined parameter 'platform.stdio-buffered-serial' in 'application[*]'

gggekov opened this issue · 3 comments

Compiling with ARM results in an error message: Attempt to override undefined parameter 'platform.stdio-buffered-serial' in 'application[*]'.

:\Users\geogek01\Documents\Engineering\mbedCLIproj\mbed-os-example-cellular [mbed-os-5.9.0-oob +5 ~1 -0 !]> mbed compile -t ARM -m mts_dra
gonfly_f411re
Building project mbed-os-example-cellular (MTS_DRAGONFLY_F411RE, ARM)
Scan: .
Scan: mbed
Scan: env
Scan: FEATURE_COMMON_PAL
Scan: FEATURE_LWIP
[ERROR] Attempt to override undefined parameter 'platform.stdio-buffered-serial' in 'application[*]'
[mbed] ERROR: "c:\python27\python.exe" returned error code 1.
[mbed] ERROR: Command "c:\python27\python.exe -u C:\Users\geogek01\Documents\Engineering\mbedCLIproj\mbed-os-example-cellular\mbed-os\tools
\make.py -t ARM -m mts_dragonfly_f411re --source . --build .\BUILD\mts_dragonfly_f411re\ARM" in "C:\Users\geogek01\Documents\Engineering\mb
edCLIproj\mbed-os-example-cellular"
---

How can this be solved? I am on the mbed-os-5.9.0-oob branch . The same error message appears with GCC_ARM and IAR.

ARM Internal Ref: IOTCELL-1035

Did you run mbed update for mbed-os-5.9?

Yes, this solved the issue. Thank you!