GUIDINGLI opened a new pull request, #17977:
URL: https://github.com/apache/nuttx/pull/17977
## Summary
arm64: fix compile failed
CC: mm_heap/mm_mallinfo.c chip/bcm2711_serial.c: In function
'bcm2711_miniuart_attach': chip/bcm2711_serial.c:571:3: error: implicit
declaration of function 'up_prioritize_irq'
[-Werror=implicit-function-declaration]
571 | up_prioritize_irq(BCM_IRQ_VC_AUX, 0);
| ^~~~~~~~~~~~~~~~~
CC: mm_heap/mm_memalign.c chip/bcm2711_gpio.c: In function
'bcm2711_gpio_irqs_init':
chip/bcm2711_gpio.c:275:7: error: implicit declaration of function
'up_prioritize_irq' [-Werror=implicit-function-declaration]
275 | up_prioritize_irq(g_gpio_irqs[i], 0);
| ^~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
## Impact
CI
## Testing
tools/configure.sh raspberrypi-4b/ostest -j8Create version.h
LD: nuttx
Memory region Used Size Region Size %age Used
CP: nuttx.hex
CP: nuttx.bin
Generating config.txt
--
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]