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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to