On 01/10/17 17:02, brent s. wrote:
[LD] bin/usbdisk.bin make: *** [arch/x86/Makefile.pcbios:116: bin/usbdisk.bin] Segmentation fault (core dumped) make: *** Deleting file 'bin/usbdisk.bin' rm bin/version.ipxe.dsk.o bin/ipxe.dsk.bin bin/ipxe.lkrn.zbin bin/ipxe.dsk.zinfo bin/ipxe.lkrn.zinfo bin/ipxe.dsk.zbin bin/version.ipxe.lkrn.o bin/ipxe.lkrn.bin
If you add V=1 to the make command line then you'll see the actual command that is being executed. You can then try variations on this command (or on its input files) to see if you can find the root cause of the gcc segfault.
Michael _______________________________________________ ipxe-devel mailing list [email protected] https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

