[vbox-dev] build error
Klaus Espenlaub
klaus.espenlaub at oracle.com
Fri Apr 15 10:34:58 PDT 2011
On 15.04.2011 19:13, Tomo Vuckovic wrote:
> virtual box svn build error :
>
> /svn-virtualbox/vbox/src/VBox/Devices/Network/SrvIntNetR0.cpp:2673:21:
> error: array subscript is above array bounds [-Werror=array-bounds]
Looks like a gcc incompatibility... for gcc >= 4.3.0 our Makefiles pass
-Wno-array-bounds. Your gcc appears to be too stubborn to accept that,
or you're overriding some flags which you shouldn't.
Klaus
>
> regards
> tomo
More information about the vbox-dev
mailing list