We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ ] 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
The text was updated successfully, but these errors were encountered:
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1160
Sorry, something went wrong.
This was fixed in this PR.
No branches or pull requests
Description
Issue request type
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
The text was updated successfully, but these errors were encountered: