Wno-unused-but-set-variable -Werror=implicit-int -fno-pic -fno-pie -fno-asynchronous-unwind-tables -ftls-model=local-exec -fno-reorder-functions --param=min-pagesize=0 -fno-defer-pop -fmacro-prefix-map=/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/pjsip/pjproject=CMAKE_SOURCE_DIR -fmacro-prefix-map=/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=/home/vovan/ZEPHYR_RTOS/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -specs=picolibc.specs -D_POSIX_THREADS -std=c99 -MD -MT zephyr/drivers/disk/CMakeFiles/drivers__disk.dir/sdmmc_subsys.c.obj -MF zephyr/drivers/disk/CMakeFiles/drivers__disk.dir/sdmmc_subsys.c.obj.d -o zephyr/drivers/disk/CMakeFiles/drivers__disk.dir/sdmmc_subsys.c.obj -c /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/drivers/disk/sdmmc_subsys.c
In file included from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:15,
from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/devicetree.h:20,
from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/device.h:12,
from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/sd/sdmmc.h:15,
from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/drivers/disk/sdmmc_subsys.c:12:
/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/sys/__assert.h:137:2: warning: #warning "__ASSERT() statements are ENABLED" [-Wcpp]
137 | #warning "__ASSERT() statements are ENABLED"
| ^~~~~~~
In file included from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/sys/util_macro.h:34,
from /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/irq_multilevel.h:16:
/home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/include/zephyr/device.h:96:41: error: '__device_dts_ord_331' undeclared here (not in a function); did you mean '__device_dts_ord_332'?
dts:
&usdhc1 {
status = "disabled"; //conflict with sai2,lcd
};