Detecting Compilation Errors in Busybox Configurations

Denys Vlasenko vda.linux at googlemail.com
Sun Mar 17 22:02:55 UTC 2013


On Tuesday 05 March 2013 21:17, Christian Kästner wrote:
> our tool reports two recently introduced configuration-related problems:
> 
> Configurations with CONFIG_NC but without CONFIG_NC_110_COMPAT and 
> without CONFIG_NC_EXTRA:
> 
>    CC      networking/nc.o
> networking/nc.c: In function ‘nc_main’:
> networking/nc.c:232: error: subscripted value is neither array nor
> pointer
> 
> 
> Configurations with CONFIG_MDEV but without CONFIG_FEATURE_MDEV_CONF
> 
>    CC      util-linux/mdev.o
> util-linux/mdev.c: In function ‘make_device’:
> util-linux/mdev.c:650: error: ‘struct globals’ has no member named
> ‘parser’
> util-linux/mdev.c:650: error: ‘struct globals’ has no member named
> ‘parser’


Thanks!
Both should be fixed now :)


More information about the busybox mailing list