TA1DB commented on issue #1643:
URL: 
https://github.com/apache/incubator-nuttx/issues/1643#issuecomment-682892212


   Framebuffer size is 480x272x3 = 391680 bytes
   Framebuffer start address (can be) 0xC0000000
   `In file included from chip/stm32_ltdc.c:58:0:
   chip/stm32_ltdc.c: In function 'stm32_ltdc_lclutenable':
   chip/stm32_ltdc.c:2018:43: error: 'struct stm32_ltdc_s' has no member named 
'oinfo'
      regval = getreg32(stm32_cr_layer_t[layer->oinfo.overlay]);
                                              ^
   /home/murat/nuttxspace/nuttx/arch/arm/src/common/arm_arch.h:43:55: note: in 
definition of macro 'getreg32'
    # define getreg32(a)          (*(volatile uint32_t *)(a))
                                                          ^
   chip/stm32_ltdc.c:2033:42: error: 'struct stm32_ltdc_s' has no member named 
'oinfo'
      putreg32(regval, stm32_cr_layer_t[layer->oinfo.overlay]);
                                             ^
   /home/murat/nuttxspace/nuttx/arch/arm/src/common/arm_arch.h:44:55: note: in 
definition of macro 'putreg32'
    # define putreg32(v,a)        (*(volatile uint32_t *)(a) = (v))
                                                          ^
   chip/stm32_ltdc.c: In function 'stm32_ltdc_lputclut':
   chip/stm32_ltdc.c:2080:50: error: 'struct stm32_ltdc_s' has no member named 
'oinfo'
          putreg32(regval, stm32_clutwr_layer_t[layer->oinfo.overlay]);
                                                     ^
   /home/murat/nuttxspace/nuttx/arch/arm/src/common/arm_arch.h:44:55: note: in 
definition of macro 'putreg32'
    # define putreg32(v,a)        (*(volatile uint32_t *)(a) = (v))
                                                          ^
   Makefile:154: recipe for target 'stm32_ltdc.o' failed
   make[1]: *** [stm32_ltdc.o] Error 1
   make[1]: Leaving directory '/home/murat/nuttxspace/nuttx/arch/arm/src'
   tools/LibTargets.mk:161: recipe for target 'arch/arm/src/libarch.a' failed
   make: *** [arch/arm/src/libarch.a] Error 2`


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to