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
I have been trying to build mdem_cellular example with different boards, but with each board I am getting this error.
I tried with nRF52840_DK also. no success. please check.
D:/Zephyr/external/zephyr/include/zephyr/device.h:96:41: error: '__device_dts_ord_DT_N_ALIAS_modem_ORD' undeclared here (not in a function)
96 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
| ^~~~~~~~~
D:/Zephyr/external/zephyr/include/zephyr/toolchain/common.h:137:26: note: in definition of macro '_DO_CONCAT'
137 | #define _DO_CONCAT(x, y) x ## y
| ^
D:/Zephyr/external/zephyr/include/zephyr/device.h:96:33: note: in expansion of macro '_CONCAT'
96 | #define DEVICE_NAME_GET(dev_id) _CONCAT(__device_, dev_id)
| ^~~~~~~
D:/Zephyr/external/zephyr/include/zephyr/device.h:263:37: note: in expansion of macro 'DEVICE_NAME_GET'
263 | #define DEVICE_DT_NAME_GET(node_id) DEVICE_NAME_GET(Z_DEVICE_DT_DEV_ID(node_id))
| ^~~~~~~~~~~~~~~
D:/Zephyr/external/zephyr/include/zephyr/device.h:280:34: note: in expansion of macro 'DEVICE_DT_NAME_GET'
280 | #define DEVICE_DT_GET(node_id) (&DEVICE_DT_NAME_GET(node_id))
| ^~~~~~~~~~~~~~~~~~
D:/Zephyr/cellular_modem/src/main.c:25:30: note: in expansion of macro 'DEVICE_DT_GET'
25 | const struct device *modem = DEVICE_DT_GET(DT_ALIAS(modem));
| ^~~~~~~~~~~~~
[82/290] Generating linker_zephyr_pre0.cmd
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' --build 'd:\Zephyr\cellular_modem\build\rp2040_zero'
Regression
This is a regression.
Steps to reproduce
No response
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Cellur_modem example build error
I have been trying to build mdem_cellular example with different boards, but with each board I am getting this error.
I tried with nRF52840_DK also. no success. please check.
Regression
Steps to reproduce
No response
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: