d54c79126a
Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:141:51: error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Werror=array-bounds=] 141 | #define putreg32(v,a) (*(volatile uint32_t *)(a) = (v)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ chip/am335x_lcdc.c:387:3: note: in expansion of macro 'putreg32' 387 | putreg32(AM335X_CM_WKUP_CLKMODE_DPLL_DISP, 0x4); | ^~~~~~~~ In function 'am335x_lcd_initialize': cc1: note: source object is likely at address zero In function 'am335x_set_refclk', inlined from 'am335x_lcd_initialize' at chip/am335x_lcdc.c:607:9: Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:141:51: error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Werror=array-bounds=] 141 | #define putreg32(v,a) (*(volatile uint32_t *)(a) = (v)) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ chip/am335x_lcdc.c:430:3: note: in expansion of macro 'putreg32' 430 | putreg32(AM335X_CM_WKUP_CLKMODE_DPLL_DISP, 0x7); | ^~~~~~~~ In function 'am335x_lcd_initialize': cc1: note: source object is likely at address zero Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:141:25: error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Werror=array-bounds=] 141 | #define putreg32(v,a) (*(volatile uint32_t *)(a) = (v)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ chip/am335x_lcdc.c:780:3: note: in expansion of macro 'putreg32' 780 | putreg32(AM335X_LCD_CLKC_ENABLE, | ^~~~~~~~ cc1: note: source object is likely at address zero Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:141:25: error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Werror=array-bounds=] 141 | #define putreg32(v,a) (*(volatile uint32_t *)(a) = (v)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ chip/am335x_lcdc.c:784:3: note: in expansion of macro 'putreg32' 784 | putreg32(AM335X_LCD_CLKC_RESET, LCD_CLKC_RESET_MAIN); | ^~~~~~~~ cc1: note: source object is likely at address zero Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:141:25: error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Werror=array-bounds=] 141 | #define putreg32(v,a) (*(volatile uint32_t *)(a) = (v)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ chip/am335x_lcdc.c:790:3: note: in expansion of macro 'putreg32' 790 | putreg32(AM335X_LCD_IRQ_EN_SET, regval); | ^~~~~~~~ cc1: note: source object is likely at address zero Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:141:25: error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' {aka 'volatile long unsigned int[]'} [-Werror=array-bounds=] 141 | #define putreg32(v,a) (*(volatile uint32_t *)(a) = (v)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ chip/am335x_lcdc.c:796:3: note: in expansion of macro 'putreg32' 796 | putreg32(AM335X_LCD_SYSC, LCD_SYSC_IDLE_SMART | LCD_SYSC_STANDBY_SMART); | ^~~~~~~~ Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> |
||
---|---|---|
.. | ||
arm | ||
arm64 | ||
avr | ||
ceva | ||
dummy | ||
hc | ||
mips | ||
misoc | ||
or1k | ||
renesas | ||
risc-v | ||
sim | ||
sparc | ||
x86 | ||
x86_64 | ||
xtensa | ||
z16 | ||
z80 | ||
CMakeLists.txt | ||
Kconfig |