You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/11/13 07:42:35 UTC

[GitHub] [incubator-nuttx] anjiahao1 opened a new pull request #4824: fix sim_x11fb compile error

anjiahao1 opened a new pull request #4824:
URL: https://github.com/apache/incubator-nuttx/pull/4824


   Signed-off-by: anjiahao <an...@xiaomi.com>
   
   ## Summary
   when i use CONFIG_SIM_X11FB,and `make` ,will compile error
   ## Impact
   
   ## Testing
   dailytest
   
   `sim/up_lcd.c:425:14: error: ‘LPWORK’ undeclared (first use in this function)
     425 |   work_queue(LPWORK, &g_updatework, up_updatework, NULL, MSEC2TICK(33));
         |              ^~~~~~
   sim/up_lcd.c:425:14: note: each undeclared identifier is reported only once for each function it appears in
   sim/up_lcd.c: In function ‘board_lcd_initialize’:
   sim/up_lcd.c:457:18: error: ‘LPWORK’ undeclared (first use in this function)
     457 |       work_queue(LPWORK, &g_updatework, up_updatework, NULL, MSEC2TICK(33));
         |                  ^~~~~~
   sim/up_lcd.c: At top level:
   sim/up_lcd.c:157:22: error: storage size of ‘g_updatework’ isn’t known
     157 | static struct work_s g_updatework;`
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4824: fix sim_x11fb compile error

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4824:
URL: https://github.com/apache/incubator-nuttx/pull/4824


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

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