Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ATHandler AT debug traces cannot enable in mbed-os 5.12.1 #10444

Closed
ccchang12 opened this issue Apr 19, 2019 · 2 comments
Closed

ATHandler AT debug traces cannot enable in mbed-os 5.12.1 #10444

ccchang12 opened this issue Apr 19, 2019 · 2 comments

Comments

@ccchang12
Copy link
Contributor

Description

Issue request type

[ ] Question
[ ] Enhancement
[X] Bug

For mbed-os-example-cellular example, if set the "cellular.debug-at" to true in JSON file, the building will encounter below error.

Compile [ 6.3%]: AT_ControlPlane_netif.cpp
Compile [ 6.4%]: AT_CellularStack.cpp
Compile [ 6.5%]: equeue_mbed.cpp
Compile [ 6.6%]: ATHandler.cpp
[Error] ATHandler.cpp@1292,0: #20: identifier "malloc" is undefined
[Error] ATHandler.cpp@1322,0: #20: identifier "free" is undefined
[ERROR] ".\mbed-os\features\cellular\framework\AT\ATHandler.cpp", line 1292: Error: #20: identifier "malloc" is undefined
".\mbed-os\features\cellular\framework\AT\ATHandler.cpp", line 1322: Error: #20: identifier "free" is undefined
.\mbed-os\features\cellular\framework\AT\ATHandler.cpp: 0 warnings, 2 errors

@ciarmcom
Copy link
Member

Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1160

@wajahat-abbas
Copy link
Member

This was fixed in this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants