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 2023/01/16 15:53:32 UTC

[GitHub] [nuttx] acassis commented on pull request #8149: uinput: fix uinput compile failed, if no define CONFIG_UINPUT_TOUCH

acassis commented on PR #8149:
URL: https://github.com/apache/nuttx/pull/8149#issuecomment-1384242837

   @GUIDINGLI seems like it is failing because some issues on someone else included code:
   ```
   In file included from chip/sam_clockconfig.c:34:
   chip/sam_clockconfig.c: In function 'sam_usbclockconfig':
   Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:135:51: error: 'regval' is used uninitialized [-Werror=uninitialized]
     135 | #define putreg32(v,a)  (*(volatile uint32_t *)(a) = (v))
         |                                                   ^
   chip/sam_clockconfig.c:422:12: note: 'regval' was declared here
     422 |   uint32_t regval;
         |            ^~~~~~
   cc1: all warnings being treated as errors
   make[1]: *** [Makefile:144: sam_clockconfig.o] Error 1
   make[1]: Target 'libarch.a' not remade because of errors.
   make: *** [tools/LibTargets.mk:158: arch/arm/src/libarch.a] Error 2
   make: Target 'all' not remade because of errors.
   ```


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