Compilation Error in ISA.C - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Compilation Error in ISA.C (/showthread.php?tid=2968) |
Compilation Error in ISA.C - dressguard - 2012-04-06 14:28 Getting the following error message from latest git version when doing the following according to the instructions on the web site: git clone git://git.ipxe.org/ipxe.git cd ipxe/src make -> drivers/bus/isa.c: In function ‘isabus_probe’: drivers/bus/isa.c:112:18: error: array subscript is above array bounds [-Werror=array-bounds] cc1: all warnings being treated as errors make: *** [bin/isa.o] Error 1 Any ideas? RE: Compilation Error in ISA.C - robinsmidsrod - 2012-04-10 14:42 This seems like a bug and should be reported on the mailing-list. |