[BUG] Support for GCC15
Open
Arch: all
Area: Kernel
OS: Linux
Type: Bug
- Dominant language
- C
- Stars
- 4k
- Forks
- 1.7k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 237
Description
### Description / Steps to reproduce the issue
New version of GCC and new problems :)
Not solved problems from https://github.com/apache/nuttx/issues/12436 (GCC14):
- [ ] drivers/video/v4l2_cap.c:798:3: error: pointer/integer type mismatch in conditional expression [-Wint-conversion]
- [ ] include/nuttx/spi/spi_bitbang.c
https://github.com/apache/nuttx/issues/12436#issuecomment-2230730515
New problems in GCC15:
- [ ] warnings in `sim/smp`
- [ ] `sim/nimble` doesn't compile
- [ ] `CONFIG_LIBCXX=y` does't compile
- [ ] `sim/citest` doesn't compile
- [ ] ...
Contributor guide
Assessment
This issue has not been assessed yet.