iPXE discussion forum

Full Version: Compilation Error in ISA.C
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
This seems like a bug and should be reported on the mailing-list.
Reference URL's