ARMmbed / mbed-os

Arm Mbed OS is a platform operating system designed for the internet of things
https://mbed.com
Other
4.67k stars 2.98k forks source link

build failed with mbed-cli on mbed v5.14.x failed #11716

Closed KunYi closed 5 years ago

KunYi commented 5 years ago

Description

always build failed when change to mbed-os-5.14.0/mbed-os-5.14.1, I guess the due to missed append include folders "platform/cxxsupport" when compiling


[mbed] Working path "C:\Users\KunYi\mbed\mbed-os-example-blinky" (program) mbed-os-example-blinky (#80f1888f6b45) '- mbed-os (#b6e5a0a8afa3, tags: mbed-os-5.14.0, mbed-os-5.14.0-rc3)

C:\Users\KunYi\mbed\mbed-os-example-blinky\mbed compile -m K64F -t GCC_ARM [mbed] WARNING: Python 3 is not yet fully supported: Python errors may occur when compiling, testing and exporting

[mbed] Working path "C:\Users\KunYi\mbed\mbed-os-example-blinky" (program) Building project mbed-os-example-blinky (K64F, GCC_ARM) Scan: mbed-os-example-blinky Compile [ 0.9%]: attest_crypto_keys.c Compile [ 1.0%]: attest_iat_claims_loader.c Compile [ 1.1%]: attestation_bootloader_data.c Compile [ 1.2%]: main.cpp [Fatal Error] mbed_atomic.h@884,28: mstd_type_traits: No such file or directory [ERROR] '_queue.SimpleQueue' object has no attribute 'queue' [mbed] ERROR: "c:\programdata\anaconda3\python.exe" returned error. Code: 1 Path: "C:\Users\KunYi\mbed\mbed-os-example-blinky" Command: "c:\programdata\anaconda3\python.exe -u C:\Users\KunYi\mbed\meta-libs\mbed-os\tools\make.py -t GCC_ARM -m K64F --source . --build .\BUILD\K64F\GCC_ARM" Tip: You could retry the last command with "-v" flag for verbose output


Issue request type

[ ] Question
[ ] Enhancement
[X] Bug
KunYi commented 5 years ago

sorry, due to mbed cahce still using old version, please ignore the bugs