acassis commented on PR #14599:
URL: https://github.com/apache/nuttx/pull/14599#issuecomment-2452976971
@xiaoxiang781216 what happened?
```
Configuration/Tool: omnibusf4/nsh,CONFIG_ARM_TOOLCHAIN_CLANG
2024-11-02 05:52:59
------------------------------------------------------------------------------------
Cleaning...
Configuring...
Disabling CONFIG_ARM_TOOLCHAIN_GNU_EABI
Enabling CONFIG_ARM_TOOLCHAIN_CLANG
Building NuttX...
Error: mtd/sector512.c:554:19: error: incomplete definition of type 'struct
partition_info_s'
554 | info->numsectors = priv->neblocks * priv->stdperblock;
| ~~~~^
mtd/sector512.c:550:22: note: forward declaration of 'struct
partition_info_s'
550 | FAR struct partition_info_s *info =
| ^
Error: mtd/sector512.c:555:19: error: incomplete definition of type 'struct
partition_info_s'
555 | info->sectorsize = SECTOR_512;
| ~~~~^
mtd/sector512.c:550:22: note: forward declaration of 'struct
partition_info_s'
550 | FAR struct partition_info_s *info =
| ^
Error: mtd/sector512.c:556:19: error: incomplete definition of type 'struct
partition_info_s'
556 | info->startsector = 0;
| ~~~~^
mtd/sector512.c:550:22: note: forward declaration of 'struct
partition_info_s'
550 | FAR struct partition_info_s *info =
| ^
Error: mtd/sector512.c:557:19: error: incomplete definition of type 'struct
partition_info_s'
557 | info->parent[0] = '\0';
| ~~~~^
mtd/sector512.c:550:22: note: forward declaration of 'struct
partition_info_s'
550 | FAR struct partition_info_s *info =
| ^
4 errors generated.
make[1]: *** [Makefile:107: sector512.o] Error 1
Error: video/max7456.c:772:7: error: call to undeclared function
'up_udelay'; ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
772 | up_udelay(100);
| ^
Error: video/max7456.c:805:7: error: call to undeclared function
'up_udelay'; ISO C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
805 | up_udelay(10);
| ^
2 errors generated.
make[1]: *** [Makefile:107: max7456.o] Error 1
make[1]: Target 'libdrivers.a' not remade because of errors.
make: *** [tools/LibTargets.mk:107: drivers/libdrivers.a] Error 2
Warning: chip/stm32_gpio.c:41:11: warning: CONFIG_STM32_USE_LEGACY_PINMAP
will be deprecated migrate board.h see tools/stm32_pinmap_tool.py
[-W#pragma-messages]
41 | # pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated
migrate board.h see tools/stm32_pinmap_tool.py"
| ^
1 warning generated.
make: Target 'all' not remade because of errors.
/github/workspace/sources/nuttx/tools/testbuild.sh: line 385:
/github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or
directory
```
--
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]