mirror of
https://github.com/apache/nuttx.git
synced 2026-08-15 17:33:18 +00:00
Error: arm/arm_dataabort.c:146:10: error: format '%x' expects argument of type 'unsigned int',
but argument 3 has type 'uint32_t' {aka 'long unsigned int'} [-Werror=format=]
146 | _alert("Data abort. PC: %08x FAR: %08x FSR: %08x\n",
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
147 | regs[REG_PC], far, fsr);
Signed-off-by: chao an <anchao@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||