Giter Site home page Giter Site logo

xbgmsharp / ipxe-buildweb Goto Github PK

View Code? Open in Web Editor NEW
155.0 18.0 62.0 150 KB

iPXE Prebuilt binary web interface

License: GNU General Public License v3.0

HTML 15.58% Perl 35.08% CSS 4.39% PHP 3.07% Shell 4.57% JavaScript 34.08% Dockerfile 3.23%
ipxe ipxe-buildweb docker perl php javascript ubuntu alpine cgi-fcgi docker-image

ipxe-buildweb's Introduction

iPXE Prebuilt binary web interface

Why

A Prebuilt binary web interface. Many users would prefer to be able to download prebuilt binary versions of iPXE, rather than building it from source.

What

A web-based user interface that provide a way for the user to select any relevant iPXE build options, specify any embedded script, etc, and then construct and download the appropriate file.

How

The user interface, is using HTML, CSS as well as Javascript (jQuery) and a suitable server-side language (such as Perl and PHP). All GUI options (git version/nics list/compile options) are generated dynamicaly using PHP. The build.fcgi script is written in Perl and was wrote by Michael Brown.

Using Official DockerHub image

dockeri.co

  • Supported tags:

latest - Latest (Dockerfile)

  • Supported architectures: x86-64

  • Run ipxe-buildweb

After a successful Docker installation you just need to execute the following command in the shell:

docker pull xbgmsharp/ipxe-buildweb
docker run  -d \
	--publish 8080:80 \
	--publish 22:22 \
	--name ipxe-buildweb \
	xbgmsharp/ipxe-buildweb

Test using Docker

$ wget http://get.docker.io/ -O - | sh
  • Build the images

The following command build the build directly from the github repository.

The build process might take some time a while as it download the origin Ubuntu LTS docker image.

$ docker build --rm=true --no-cache=true -t xbgmsharp/ipxe-buildweb github.com/xbgmsharp/ipxe-buildweb.git

Alternatively, you can build the image localy after cloning the repository.

$ docker build --rm=true --no-cache=true -t xbgmsharp/ipxe-buildweb .
  • Run the container

Run as a detach container

$ docker run -d -p 22:22 -p 8080:80 -t xbgmsharp/ipxe-buildweb

Or run the container with an attach shell

$ docker run -i --rm -p 22:22 -p 8080:80 -t xbgmsharp/ipxe-buildweb /bin/bash
  • Check the IP
$ docker ps -a
$ docker inspect CONTAINER_ID | grep IPA

Or both command in one

$ docker ps -a | grep ipxe-buildweb | awk '{print $1}' | xargs docker inspect | grep IPAddress

Or all in one with the ssh connection

$ ssh $(docker ps -a | grep ipxe-buildweb | awk '{print $1}' | xargs docker inspect | grep IPAddress | awk '{print $2}' | tr -d '"' | tr -d ',' )
  • Login in the container via SSH

User is root and password is admin.

  • Review logs
$ docker logs CONTAINER_ID
  • Enjoy!

Support

To get support, please create new issue

Contribution

I'm happy to accept Pull Requests!

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ipxe-buildweb's People

Contributors

bahamas10 avatar bitdeli-chef avatar carton-of-mice avatar danielewood avatar geek-at avatar gissf1 avatar hades avatar xbgmsharp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ipxe-buildweb's Issues

500 Internal Server Error - WebBuild

I cannot create images in the web interface. I receive a 500 Internal Server Error when I try to build the image. Is it working and I am doing something incorrectly?

Thanks so much for a great tool and any help.

jfs8007

Unable to build ipxe.iso using simple interface

Got this error message:

Build failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 610


Build log:
Path: 
Parameters: 
  BINARY = ipxe.iso
  BINDIR = bin
  DEBUG = 
  EMBED.00script.ipxe = 
  REVISION = master
Binary: ipxe.iso
Binary directory: bin
Revision: master
Canonicalising revision master...
Canonical revision: 6979b7a2d35bdc5fa5d691a20a3620992c824985
Creating temporary directories...
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-GfNxa0
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-9twHGz
Cloning git tree from /var/tmp/ipxe/.git...
Finding closest cached binaries for 6979b7a2d35bdc5fa5d691a20a3620992c824985...
Found cached binaries in ipxe-build/cached/bin/6979b7a2d35bdc5fa5d691a20a3620992c824985.gz at distance 0
Opening binary tarball /var/cache/ipxe-build/6979b7a2d35bdc5fa5d691a20a3620992c824985-bin.tar.gz...
Opened binary tarball /var/cache/ipxe-build/6979b7a2d35bdc5fa5d691a20a3620992c824985-bin.tar.gz...
Checking out revision 6979b7a2d35bdc5fa5d691a20a3620992c824985...
Identifying timestamp for commit 6979b7a2d35bdc5fa5d691a20a3620992c824985...
Setting timestamps to Wed Mar 27 21:23:21 2013...
Unpacking binary tarball /var/cache/ipxe-build/6979b7a2d35bdc5fa5d691a20a3620992c824985-bin.tar.gz...
Checking out revision 6979b7a2d35bdc5fa5d691a20a3620992c824985...
Building final target bin/ipxe.iso...
make: Entering directory `/var/tmp/ipxe-build/ipxe-build-9twHGz/src'
  [HOSTCC] util/zbin
  [LD] bin/ipxe.lkrn.tmp
  [BIN] bin/ipxe.lkrn.bin
  [ZINFO] bin/ipxe.lkrn.zinfo
  [ZBIN] bin/ipxe.lkrn.zbin
  [FINISH] bin/ipxe.lkrn
  [GENISO] bin/ipxe.iso
util/geniso: util/isolinux.bin not found, please install, or set ISOLINUX_BIN in arch/i386/Makefile correctly
make: *** [bin/ipxe.iso] Error 1
rm bin/ipxe.lkrn.zinfo bin/ipxe.lkrn.zbin bin/ipxe.lkrn.bin
make: Leaving directory `/var/tmp/ipxe-build/ipxe-build-9twHGz/src'
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 610

Out of Disk Space

Hi,

Seems you are out of disk space in /var/tmp on rom-o-matic.eu ;)
Would you mind clearing up any room if possible? I'm also going to investigate hosting my own for building off of.

Build failed:

"git" unexpectedly returned exit value 1 at /var/www/ipxe-buildweb/build.fcgi line 609

Build log:
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-ilwQw4
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-ADLRAV
Cloning git tree from /var/tmp/ipxe/.git...
/var/tmp/ipxe-build/ipxe-build-ilwQw4/refs/heads: No space left on device
"git" unexpectedly returned exit value 1 at /var/www/ipxe-buildweb/build.fcgi line 609

500 internal server error

Hello,

when i click"proceed" on your demo site

show me ๐Ÿ‘

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

rom-o-matic not generating images

Hi !

Sorry for disturb you again, but I've been trying to generate an image, and it just timeout without generating the image, with an internal server error 500.

Not sure if you noticed it, but just wanted you to know.

Sorry if I'm bothering you :).

You can close that, if you already noticed the problem.

Thanks!

Couldn't build past version of binary

I want to build a past version of binary like 827dd. But it failed with error:
Build failed:

Could not open /var/cache/ipxe-build/1e277ab062d23ffa1b35bd078f9fba5c9b4e6495-bin-x86_64-efi.tar.gz: No such file or directory

It seems could only build the latest version(26050) successfully.

404 when buildcfg

Hi,

after setting all the options up, it is posible to keep the string. However, it is not possible to get back all the settings because of a 404 error

Thanks again

M

Compile error when unchecking BANNER_TIMEOUT, 20

With the "BANNER_TIMEOUT, 20" option unchecked:

usr/autoboot.c: In function 'shell_banner':
usr/autoboot.c:520:7: error: 'BANNER_TIMEOUT' undeclared (first use in this function)
  if ( BANNER_TIMEOUT <= 0 )
       ^
usr/autoboot.c:520:7: note: each undeclared identifier is reported only once for each function it appears in
usr/autoboot.c:528:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
  [BUILD] bin/imgmgmt.o
make: *** [bin/autoboot.o] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory `/var/tmp/ipxe-build/ipxe-build-HkHXT9/src'
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630.

500 Internal Server Error

Hi, The server is experiencing problems, hopefully it will be fixed soon. Thanks!

https://rom-o-matic.eu/build.fcgi?BINARY=ipxe.kkkpxe&BINDIR=bin&REVISION=master&DEBUG=&EMBED.00script.ipxe=%23%21ipxe%0Aset%20legacy%20true&general.h/CONSOLE_CMD:=1&console.h/CONSOLE_FRAMEBUFFER:=1&branding.h/PRODUCT_NAME=AIO%20Boot&

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Internal server error

Good morning,

pressing the "PROCEED" button just gives out an internal server error.

Thanks for your work

M.

Uanble to create default undionly.kpxe

Hi there!

I'm trying to create undionly.kpxe using this in Standard mode without embedded script and got the error:


 failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630


Build log:
Path: 
Parameters: 
  BINARY = undionly.kpxe
  BINDIR = bin
  DEBUG = 
  EMBED.00script.ipxe = 
  REVISION = master
Binary: undionly.kpxe
Binary directory: bin
Revision: master
Canonicalising revision master...
Canonical revision: 163f8acba0fbb6e3c44aec5286d3d076e1f44f22
Creating temporary directories...
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-J5gMPy
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-vebD1X
Cloning git tree from /var/tmp/ipxe/.git...
Finding closest cached binaries for 163f8acba0fbb6e3c44aec5286d3d076e1f44f22...
Found cached binaries in ipxe-build/cached/bin/163f8acba0fbb6e3c44aec5286d3d076e1f44f22.gz at distance 0
Opening binary tarball /var/cache/ipxe-build/163f8acba0fbb6e3c44aec5286d3d076e1f44f22-bin.tar.gz...
Opened binary tarball /var/cache/ipxe-build/163f8acba0fbb6e3c44aec5286d3d076e1f44f22-bin.tar.gz...
Checking out revision 163f8acba0fbb6e3c44aec5286d3d076e1f44f22...
Identifying timestamp for commit 163f8acba0fbb6e3c44aec5286d3d076e1f44f22...
Setting timestamps to Fri Feb 19 04:21:38 2016...
Unpacking binary tarball /var/cache/ipxe-build/163f8acba0fbb6e3c44aec5286d3d076e1f44f22-bin.tar.gz...
Checking out revision 163f8acba0fbb6e3c44aec5286d3d076e1f44f22...
Building final target bin/undionly.kpxe...
make: Entering directory '/var/tmp/ipxe-build/ipxe-build-vebD1X/src'
  [HOSTCC] util/zbin
  [VERSION] bin/version.undionly.kpxe.o
  [LD] bin/undionly.kpxe.tmp
arch/x86/scripts/pcbios.lds:1: undefined symbol '_use_page_tables' referenced in expression
make: *** [bin/undionly.kpxe.tmp] Error 1
make: *** Waiting for unfinished jobs....
rm bin/version.undionly.kpxe.o
make: Leaving directory '/var/tmp/ipxe-build/ipxe-build-vebD1X/src'
"make" unexpectedly returned exit value 2 at '/var/www/ipxe-buildweb/build.fcgi' line 630

So could you tell me please what's the problem?

Thank you!

Can't seem to create an EFI PXE

Build failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

Build log:
Path:
Parameters:
BINARY = ipxe.efi
BINDIR = bin-x86_64-efi
DEBUG =
EMBED.00script.ipxe =
REVISION = master
general.h/IMAGE_EFI: = 1
general.h/IMAGE_SCRIPT: = 1
general.h/PXE_STACK: = 1
general.h/SANBOOT_PROTO_ISCSI: = 1
Binary: ipxe.efi
Binary directory: bin-x86_64-efi
Revision: master
Canonicalising revision master...
Canonical revision: 8baefad65915defc493f28c6d8ac313b1152c858
Creating temporary directories...
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-E83CkM
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-WB4ZGj
Cloning git tree from /var/tmp/ipxe/.git...
Finding closest cached binaries for 8baefad65915defc493f28c6d8ac313b1152c858...
Found cached binaries in ipxe-build/cached/bin-x86_64-efi/8baefad65915defc493f28c6d8ac313b1152c858.gz at distance 0
Opening binary tarball /var/cache/ipxe-build/8baefad65915defc493f28c6d8ac313b1152c858-bin-x86_64-efi.tar.gz...
Opened binary tarball /var/cache/ipxe-build/8baefad65915defc493f28c6d8ac313b1152c858-bin-x86_64-efi.tar.gz...
Checking out revision 8baefad65915defc493f28c6d8ac313b1152c858...
Identifying timestamp for commit 8baefad65915defc493f28c6d8ac313b1152c858...
Setting timestamps to Thu Sep 10 15:46:54 2015...
Unpacking binary tarball /var/cache/ipxe-build/8baefad65915defc493f28c6d8ac313b1152c858-bin-x86_64-efi.tar.gz...
Checking out revision 8baefad65915defc493f28c6d8ac313b1152c858...
Local configuration for general.h:

define PXE_STACK

define SANBOOT_PROTO_ISCSI

define IMAGE_SCRIPT

define IMAGE_EFI

Building final target bin-x86_64-efi/ipxe.efi...
make: Entering directory /var/tmp/ipxe-build/ipxe-build-WB4ZGj/src' [PARSEROM] [DEPS] arch/x86/drivers/hyperv/hyperv.c [DEPS] arch/x86/drivers/xen/hvm.c [DEPS] arch/x86/hci/commands/cpuid_cmd.c [DEPS] arch/x86/prefix/efiprefix.c [DEPS] arch/x86/prefix/efidrvprefix.c [DEPS] arch/x86/interface/efi/efix86_nap.c [DEPS] arch/x86/interface/efi/efi_entropy.c [DEPS] arch/x86/core/x86_uart.c [DEPS] arch/x86/core/cpuid_settings.c [DEPS] config/config_usb.c [DEPS] config/config_route.c [DEPS] config/config_romprefix.c [DEPS] config/config_net80211.c [DEPS] config/config_infiniband.c [DEPS] config/config_http.c [DEPS] config/config_fc.c [DEPS] config/config_ethernet.c [DEPS] config/config.c [DEPS] usr/pxemenu.c [DEPS] usr/prompt.c [DEPS] usr/lotest.c [DEPS] usr/iwmgmt.c [DEPS] usr/imgtrust.c [DEPS] usr/imgmgmt.c [DEPS] usr/ifmgmt.c [DEPS] usr/fcmgmt.c [DEPS] usr/dhcpmgmt.c [DEPS] usr/autoboot.c [DEPS] hci/tui/menu_ui.c [DEPS] hci/tui/login_ui.c [DEPS] hci/commands/sanboot_cmd.c [DEPS] hci/commands/ping_cmd.c [DEPS] hci/commands/param_cmd.c [DEPS] hci/commands/nvo_cmd.c [DEPS] hci/commands/menu_cmd.c [DEPS] hci/commands/image_cmd.c [DEPS] hci/commands/ifmgmt_cmd.c [DEPS] hci/commands/gdbstub_cmd.c [DEPS] hci/commands/fcmgmt_cmd.c [DEPS] hci/commands/dhcp_cmd.c [DEPS] hci/commands/config_cmd.c [DEPS] hci/wireless_errors.c [DEPS] hci/strerror.c [DEPS] hci/readline.c [DEPS] crypto/x509.c [DEPS] crypto/rsa.c [DEPS] crypto/ocsp.c [DEPS] crypto/hmac_drbg.c [DEPS] crypto/entropy.c [DEPS] crypto/drbg.c [DEPS] crypto/deflate.c [DEPS] crypto/cms.c [DEPS] crypto/chap.c [DEPS] crypto/asn1.c [DEPS] crypto/aes.c [DEPS] tests/x509_test.c [DEPS] tests/test.c [DEPS] tests/settings_test.c [DEPS] interface/hyperv/vmbus.c [DEPS] interface/xen/xenstore.c [DEPS] interface/xen/xengrant.c [DEPS] interface/xen/xenbus.c [DEPS] interface/bofm/bofm.c [DEPS] interface/smbios/smbios_settings.c [DEPS] interface/smbios/smbios.c [DEPS] interface/efi/efi_wrap.c [DEPS] interface/efi/efi_watchdog.c [DEPS] interface/efi/efi_utils.c [DEPS] interface/efi/efi_umalloc.c [DEPS] interface/efi/efi_uaccess.c [DEPS] interface/efi/efi_timer.c [DEPS] interface/efi/efi_time.c [DEPS] interface/efi/efi_snp_hii.c [DEPS] interface/efi/efi_snp.c [DEPS] interface/efi/efi_smbios.c [DEPS] interface/efi/efi_reboot.c [DEPS] interface/efi/efi_pxe.c [DEPS] interface/efi/efi_pci.c [DEPS] interface/efi/efi_init.c [DEPS] interface/efi/efi_hii.c [DEPS] interface/efi/efi_guid.c [DEPS] interface/efi/efi_file.c [DEPS] interface/efi/efi_driver.c [DEPS] interface/efi/efi_download.c [DEPS] interface/efi/efi_debug.c [DEPS] interface/efi/efi_console.c [DEPS] interface/efi/efi_bofm.c [DEPS] interface/efi/efi_autoboot.c [DEPS] drivers/usb/xhci.c [DEPS] drivers/usb/usbnet.c [DEPS] drivers/usb/usbkbd.c [DEPS] drivers/usb/usbio.c [DEPS] drivers/usb/usbhub.c [DEPS] drivers/usb/usbhid.c [DEPS] drivers/usb/uhci.c [DEPS] drivers/usb/ehci.c [DEPS] drivers/infiniband/qib7322.c [DEPS] drivers/infiniband/linda.c [DEPS] drivers/infiniband/hermon.c [DEPS] drivers/infiniband/arbel.c [DEPS] drivers/bitbash/spi_bit.c [DEPS] drivers/bitbash/i2c_bit.c [DEPS] drivers/nvs/spi.c [DEPS] drivers/nvs/nvsvpd.c [DEPS] drivers/nvs/nvs.c [DEPS] drivers/block/srp.c [DEPS] drivers/block/scsi.c [DEPS] drivers/block/ibft.c [DEPS] drivers/block/ata.c [DEPS] drivers/net/tg3/tg3_phy.c [DEPS] drivers/net/tg3/tg3_hw.c [DEPS] drivers/net/tg3/tg3.c [DEPS] drivers/net/efi/snponly.c [DEPS] drivers/net/efi/snpnet.c [DEPS] drivers/net/efi/snp.c [DEPS] drivers/net/efi/nii.c [DEPS] drivers/net/vxge/vxge_traffic.c [DEPS] drivers/net/vxge/vxge_main.c [DEPS] drivers/net/ath/ath9k/ath9k_xmit.c [DEPS] drivers/net/ath/ath9k/ath9k_recv.c [DEPS] drivers/net/ath/ath9k/ath9k_main.c [DEPS] drivers/net/ath/ath9k/ath9k_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_init.c [DEPS] drivers/net/ath/ath9k/ath9k_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_def.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_9287.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_4k.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom.c [DEPS] drivers/net/ath/ath9k/ath9k_common.c [DEPS] drivers/net/ath/ath9k/ath9k_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_eeprom.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar5008_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ani.c [DEPS] drivers/net/ath/ath9k/ath9k.c [DEPS] drivers/net/ath/ath5k/ath5k_rfkill.c [DEPS] drivers/net/ath/ath5k/ath5k_reset.c [DEPS] drivers/net/ath/ath5k/ath5k_qcu.c [DEPS] drivers/net/ath/ath5k/ath5k_phy.c [DEPS] drivers/net/ath/ath5k/ath5k_pcu.c [DEPS] drivers/net/ath/ath5k/ath5k_initvals.c [DEPS] drivers/net/ath/ath5k/ath5k_gpio.c [DEPS] drivers/net/ath/ath5k/ath5k_eeprom.c [DEPS] drivers/net/ath/ath5k/ath5k_dma.c [DEPS] drivers/net/ath/ath5k/ath5k_desc.c [DEPS] drivers/net/ath/ath5k/ath5k_caps.c [DEPS] drivers/net/ath/ath5k/ath5k_attach.c [DEPS] drivers/net/ath/ath5k/ath5k.c [DEPS] drivers/net/rtl818x/rtl818x.c [DEPS] drivers/net/phantom/phantom.c [DEPS] drivers/net/igbvf/igbvf_vf.c [DEPS] drivers/net/igbvf/igbvf_mbx.c [DEPS] drivers/net/igbvf/igbvf_main.c [DEPS] drivers/net/vmxnet3.c [DEPS] drivers/net/virtio-net.c [DEPS] drivers/net/velocity.c [DEPS] drivers/net/smsc75xx.c [DEPS] drivers/net/smc9000.c [DEPS] drivers/net/sky2.c [DEPS] drivers/net/skge.c [DEPS] drivers/net/skeleton.c [DEPS] drivers/net/sis190.c [DEPS] drivers/net/rhine.c [DEPS] drivers/net/realtek.c [DEPS] drivers/net/prism2_plx.c [DEPS] drivers/net/prism2_pci.c [DEPS] drivers/net/pnic.c [DEPS] drivers/net/pcnet32.c [DEPS] drivers/net/netvsc.c [DEPS] drivers/net/netfront.c [DEPS] drivers/net/ne2k_isa.c [DEPS] drivers/net/ncm.c [DEPS] drivers/net/natsemi.c [DEPS] drivers/net/myson.c [DEPS] drivers/net/myri10ge.c [DEPS] drivers/net/mii.c [DEPS] drivers/net/legacy.c [DEPS] drivers/net/jme.c [DEPS] drivers/net/ipoib.c [DEPS] drivers/net/intelxvf.c [DEPS] drivers/net/intelx.c [DEPS] drivers/net/intelvf.c [DEPS] drivers/net/intel.c [DEPS] drivers/net/forcedeth.c [DEPS] drivers/net/etherfabric.c [DEPS] drivers/net/eepro100.c [DEPS] drivers/net/eepro.c [DEPS] drivers/net/ecm.c [DEPS] drivers/net/dm96xx.c [DEPS] drivers/net/cs89x0.c [DEPS] drivers/net/bnx2.c [DEPS] drivers/net/b44.c [DEPS] drivers/net/atl1e.c [DEPS] drivers/net/3c90x.c [DEPS] drivers/net/3c509.c [DEPS] drivers/bus/usb.c [DEPS] drivers/bus/pcivpd.c [DEPS] drivers/bus/pci_settings.c [DEPS] drivers/bus/pci.c [DEPS] drivers/bus/mca.c [DEPS] drivers/bus/isapnp.c [DEPS] drivers/bus/isa.c [DEPS] drivers/bus/eisa.c [DEPS] drivers/bus/cdc.c [DEPS] image/segment.c [DEPS] image/script.c [DEPS] image/pnm.c [DEPS] image/png.c [DEPS] image/elf.c [DEPS] image/efi_image.c [DEPS] net/80211/wpa_tkip.c [DEPS] net/80211/wpa_psk.c [DEPS] net/80211/wpa_ccmp.c [DEPS] net/80211/wpa.c [DEPS] net/80211/wep.c [DEPS] net/80211/sec80211.c [DEPS] net/80211/net80211.c [DEPS] net/infiniband/ib_srp.c [DEPS] net/infiniband/ib_smc.c [DEPS] net/infiniband/ib_sma.c [DEPS] net/infiniband/ib_pathrec.c [DEPS] net/infiniband/ib_packet.c [DEPS] net/infiniband/ib_mi.c [DEPS] net/infiniband/ib_mcast.c [DEPS] net/infiniband/ib_cmrc.c [DEPS] net/infiniband/ib_cm.c [DEPS] net/udp/dhcpv6.c [DEPS] net/tcp/httpdigest.c [DEPS] net/tcp/httpcore.c [DEPS] net/tcp/httpbasic.c [DEPS] net/tcp/httpauth.c [DEPS] net/oncrpc/nfs_uri.c [DEPS] net/oncrpc/nfs.c [DEPS] net/oncrpc/mount.c [DEPS] net/vlan.c [DEPS] net/validator.c [DEPS] net/tls.c [DEPS] net/stp.c [DEPS] net/socket.c [DEPS] net/rndis.c [DEPS] net/peermux.c [DEPS] net/peerblk.c [DEPS] net/pccrd.c [DEPS] net/pccrc.c [DEPS] net/nullnet.c [DEPS] net/netdevice.c [DEPS] net/netdev_settings.c [DEPS] net/neighbour.c [DEPS] net/infiniband.c [DEPS] net/fcp.c [DEPS] net/fcoe.c [DEPS] net/fcns.c [DEPS] net/fcels.c [DEPS] net/fc.c [DEPS] net/fakedhcp.c [DEPS] net/ethernet.c [DEPS] net/eth_slow.c [DEPS] net/eapol.c [DEPS] net/dhcppkt.c [DEPS] net/dhcpopts.c [DEPS] net/arp.c [DEPS] net/aoe.c [DEPS] core/xferbuf.c [DEPS] core/xfer.c [DEPS] core/vsprintf.c [DEPS] core/uart.c [DEPS] core/settings.c [DEPS] core/resolv.c [DEPS] core/posix_io.c [DEPS] core/pinger.c [DEPS] core/pending.c [DEPS] core/parseopt.c [DEPS] core/open.c [DEPS] core/nvo.c [DEPS] core/null_sanboot.c [DEPS] core/null_reboot.c [DEPS] core/monojob.c [DEPS] core/memmap_settings.c [DEPS] core/linebuf.c [DEPS] core/job.c [DEPS] core/iobuf.c [DEPS] core/image.c [DEPS] core/hw.c [DEPS] core/fbcon.c [DEPS] core/fault.c [DEPS] core/exec.c [DEPS] core/errno.c [DEPS] core/edd.c [DEPS] core/downloader.c [DEPS] core/blocktrans.c [DEPS] core/blockdev.c [DEPS] core/bitmap.c [DEPS] core/base64.c [DEPS] core/base16.c [DEPS] core/asprintf.c [DEPS] core/ansicoldef.c [DEPS] core/ansicol.c [DEPS] core/acpi.c make: Leaving directory/var/tmp/ipxe-build/ipxe-build-WB4ZGj/src'
make: Entering directory /var/tmp/ipxe-build/ipxe-build-WB4ZGj/src' [BUILD] bin-x86_64-efi/acpi.o [BUILD] bin-x86_64-efi/ansicol.o [BUILD] bin-x86_64-efi/ansicoldef.o [BUILD] bin-x86_64-efi/asprintf.o [BUILD] bin-x86_64-efi/base16.o [BUILD] bin-x86_64-efi/base64.o [BUILD] bin-x86_64-efi/bitmap.o [BUILD] bin-x86_64-efi/blockdev.o [BUILD] bin-x86_64-efi/blocktrans.o [BUILD] bin-x86_64-efi/downloader.o [BUILD] bin-x86_64-efi/errno.o [BUILD] bin-x86_64-efi/edd.o [BUILD] bin-x86_64-efi/exec.o [BUILD] bin-x86_64-efi/fault.o [BUILD] bin-x86_64-efi/fbcon.o [BUILD] bin-x86_64-efi/hw.o [BUILD] bin-x86_64-efi/image.o [BUILD] bin-x86_64-efi/iobuf.o [BUILD] bin-x86_64-efi/job.o [BUILD] bin-x86_64-efi/linebuf.o [BUILD] bin-x86_64-efi/memmap_settings.o [BUILD] bin-x86_64-efi/monojob.o [BUILD] bin-x86_64-efi/null_reboot.o [BUILD] bin-x86_64-efi/null_sanboot.o [BUILD] bin-x86_64-efi/nvo.o [BUILD] bin-x86_64-efi/open.o [BUILD] bin-x86_64-efi/parseopt.o [BUILD] bin-x86_64-efi/pending.o [BUILD] bin-x86_64-efi/pinger.o [BUILD] bin-x86_64-efi/posix_io.o [BUILD] bin-x86_64-efi/resolv.o [BUILD] bin-x86_64-efi/settings.o [BUILD] bin-x86_64-efi/uart.o [BUILD] bin-x86_64-efi/vsprintf.o [BUILD] bin-x86_64-efi/xfer.o [BUILD] bin-x86_64-efi/xferbuf.o [BUILD] bin-x86_64-efi/aoe.o [BUILD] bin-x86_64-efi/arp.o [BUILD] bin-x86_64-efi/dhcpopts.o [BUILD] bin-x86_64-efi/dhcppkt.o [BUILD] bin-x86_64-efi/eapol.o [BUILD] bin-x86_64-efi/eth_slow.o [BUILD] bin-x86_64-efi/ethernet.o [BUILD] bin-x86_64-efi/fakedhcp.o [BUILD] bin-x86_64-efi/fc.o [BUILD] bin-x86_64-efi/fcels.o [BUILD] bin-x86_64-efi/fcns.o [BUILD] bin-x86_64-efi/fcoe.o [BUILD] bin-x86_64-efi/fcp.o [BUILD] bin-x86_64-efi/infiniband.o [BUILD] bin-x86_64-efi/neighbour.o [BUILD] bin-x86_64-efi/netdev_settings.o [BUILD] bin-x86_64-efi/netdevice.o [BUILD] bin-x86_64-efi/nullnet.o [BUILD] bin-x86_64-efi/pccrc.o [BUILD] bin-x86_64-efi/pccrd.o [BUILD] bin-x86_64-efi/peerblk.o [BUILD] bin-x86_64-efi/peermux.o [BUILD] bin-x86_64-efi/rndis.o [BUILD] bin-x86_64-efi/socket.o [BUILD] bin-x86_64-efi/stp.o [BUILD] bin-x86_64-efi/tls.o [BUILD] bin-x86_64-efi/validator.o [BUILD] bin-x86_64-efi/vlan.o [BUILD] bin-x86_64-efi/mount.o [BUILD] bin-x86_64-efi/nfs.o [BUILD] bin-x86_64-efi/nfs_uri.o [BUILD] bin-x86_64-efi/httpauth.o [BUILD] bin-x86_64-efi/httpbasic.o [BUILD] bin-x86_64-efi/httpcore.o [BUILD] bin-x86_64-efi/httpdigest.o [BUILD] bin-x86_64-efi/dhcpv6.o [BUILD] bin-x86_64-efi/ib_cm.o [BUILD] bin-x86_64-efi/ib_cmrc.o [BUILD] bin-x86_64-efi/ib_mcast.o [BUILD] bin-x86_64-efi/ib_mi.o [BUILD] bin-x86_64-efi/ib_packet.o [BUILD] bin-x86_64-efi/ib_pathrec.o [BUILD] bin-x86_64-efi/ib_sma.o [BUILD] bin-x86_64-efi/ib_srp.o [BUILD] bin-x86_64-efi/ib_smc.o [BUILD] bin-x86_64-efi/net80211.o [BUILD] bin-x86_64-efi/sec80211.o [BUILD] bin-x86_64-efi/wep.o [BUILD] bin-x86_64-efi/wpa.o [BUILD] bin-x86_64-efi/wpa_ccmp.o [BUILD] bin-x86_64-efi/wpa_psk.o [BUILD] bin-x86_64-efi/wpa_tkip.o [BUILD] bin-x86_64-efi/efi_image.o [BUILD] bin-x86_64-efi/elf.o [BUILD] bin-x86_64-efi/png.o [BUILD] bin-x86_64-efi/pnm.o [BUILD] bin-x86_64-efi/script.o [BUILD] bin-x86_64-efi/segment.o [BUILD] bin-x86_64-efi/cdc.o [BUILD] bin-x86_64-efi/eisa.o [BUILD] bin-x86_64-efi/isa.o [BUILD] bin-x86_64-efi/isapnp.o [BUILD] bin-x86_64-efi/mca.o [BUILD] bin-x86_64-efi/pci.o [BUILD] bin-x86_64-efi/pci_settings.o [BUILD] bin-x86_64-efi/pcivpd.o [BUILD] bin-x86_64-efi/usb.o [BUILD] bin-x86_64-efi/3c509.o [BUILD] bin-x86_64-efi/3c90x.o [BUILD] bin-x86_64-efi/atl1e.o [BUILD] bin-x86_64-efi/b44.o [BUILD] bin-x86_64-efi/bnx2.o [BUILD] bin-x86_64-efi/cs89x0.o [BUILD] bin-x86_64-efi/dm96xx.o [BUILD] bin-x86_64-efi/ecm.o [BUILD] bin-x86_64-efi/eepro.o [BUILD] bin-x86_64-efi/eepro100.o [BUILD] bin-x86_64-efi/etherfabric.o [BUILD] bin-x86_64-efi/forcedeth.o [BUILD] bin-x86_64-efi/intel.o [BUILD] bin-x86_64-efi/intelvf.o [BUILD] bin-x86_64-efi/intelx.o [BUILD] bin-x86_64-efi/intelxvf.o [BUILD] bin-x86_64-efi/ipoib.o [BUILD] bin-x86_64-efi/jme.o [BUILD] bin-x86_64-efi/legacy.o [BUILD] bin-x86_64-efi/mii.o [BUILD] bin-x86_64-efi/myri10ge.o [BUILD] bin-x86_64-efi/myson.o [BUILD] bin-x86_64-efi/natsemi.o [BUILD] bin-x86_64-efi/ncm.o [BUILD] bin-x86_64-efi/ne2k_isa.o [BUILD] bin-x86_64-efi/netfront.o [BUILD] bin-x86_64-efi/netvsc.o [BUILD] bin-x86_64-efi/pcnet32.o [BUILD] bin-x86_64-efi/pnic.o [BUILD] bin-x86_64-efi/prism2_pci.o [BUILD] bin-x86_64-efi/prism2_plx.o [BUILD] bin-x86_64-efi/realtek.o [BUILD] bin-x86_64-efi/rhine.o [BUILD] bin-x86_64-efi/sis190.o [BUILD] bin-x86_64-efi/skeleton.o [BUILD] bin-x86_64-efi/skge.o [BUILD] bin-x86_64-efi/sky2.o [BUILD] bin-x86_64-efi/smc9000.o [BUILD] bin-x86_64-efi/smsc75xx.o [BUILD] bin-x86_64-efi/velocity.o [BUILD] bin-x86_64-efi/virtio-net.o [BUILD] bin-x86_64-efi/vmxnet3.o [BUILD] bin-x86_64-efi/igbvf_main.o [BUILD] bin-x86_64-efi/igbvf_mbx.o [BUILD] bin-x86_64-efi/igbvf_vf.o [BUILD] bin-x86_64-efi/phantom.o [BUILD] bin-x86_64-efi/rtl818x.o [BUILD] bin-x86_64-efi/ath5k.o [BUILD] bin-x86_64-efi/ath5k_attach.o [BUILD] bin-x86_64-efi/ath5k_caps.o [BUILD] bin-x86_64-efi/ath5k_desc.o [BUILD] bin-x86_64-efi/ath5k_dma.o [BUILD] bin-x86_64-efi/ath5k_eeprom.o [BUILD] bin-x86_64-efi/ath5k_gpio.o [BUILD] bin-x86_64-efi/ath5k_initvals.o [BUILD] bin-x86_64-efi/ath5k_pcu.o [BUILD] bin-x86_64-efi/ath5k_phy.o [BUILD] bin-x86_64-efi/ath5k_qcu.o [BUILD] bin-x86_64-efi/ath5k_reset.o [BUILD] bin-x86_64-efi/ath5k_rfkill.o [BUILD] bin-x86_64-efi/ath9k.o [BUILD] bin-x86_64-efi/ath9k_ani.o [BUILD] bin-x86_64-efi/ath9k_ar5008_phy.o [BUILD] bin-x86_64-efi/ath9k_ar9002_calib.o [BUILD] bin-x86_64-efi/ath9k_ar9002_hw.o [BUILD] bin-x86_64-efi/ath9k_ar9002_mac.o [BUILD] bin-x86_64-efi/ath9k_ar9002_phy.o [BUILD] bin-x86_64-efi/ath9k_ar9003_calib.o [BUILD] bin-x86_64-efi/ath9k_ar9003_eeprom.o [BUILD] bin-x86_64-efi/ath9k_ar9003_hw.o [BUILD] bin-x86_64-efi/ath9k_ar9003_mac.o [BUILD] bin-x86_64-efi/ath9k_ar9003_phy.o [BUILD] bin-x86_64-efi/ath9k_calib.o [BUILD] bin-x86_64-efi/ath9k_common.o [BUILD] bin-x86_64-efi/ath9k_eeprom.o [BUILD] bin-x86_64-efi/ath9k_eeprom_4k.o [BUILD] bin-x86_64-efi/ath9k_eeprom_9287.o [BUILD] bin-x86_64-efi/ath9k_eeprom_def.o [BUILD] bin-x86_64-efi/ath9k_hw.o [BUILD] bin-x86_64-efi/ath9k_init.o [BUILD] bin-x86_64-efi/ath9k_mac.o [BUILD] bin-x86_64-efi/ath9k_main.o [BUILD] bin-x86_64-efi/ath9k_recv.o [BUILD] bin-x86_64-efi/ath9k_xmit.o [BUILD] bin-x86_64-efi/vxge_main.o [BUILD] bin-x86_64-efi/vxge_traffic.o [BUILD] bin-x86_64-efi/nii.o [BUILD] bin-x86_64-efi/snp.o [BUILD] bin-x86_64-efi/snpnet.o [BUILD] bin-x86_64-efi/snponly.o [BUILD] bin-x86_64-efi/tg3.o [BUILD] bin-x86_64-efi/tg3_hw.o [BUILD] bin-x86_64-efi/tg3_phy.o [BUILD] bin-x86_64-efi/ata.o [BUILD] bin-x86_64-efi/ibft.o [BUILD] bin-x86_64-efi/scsi.o [BUILD] bin-x86_64-efi/srp.o [BUILD] bin-x86_64-efi/nvs.o [BUILD] bin-x86_64-efi/nvsvpd.o [BUILD] bin-x86_64-efi/spi.o [BUILD] bin-x86_64-efi/i2c_bit.o [BUILD] bin-x86_64-efi/spi_bit.o [BUILD] bin-x86_64-efi/arbel.o [BUILD] bin-x86_64-efi/hermon.o [BUILD] bin-x86_64-efi/linda.o [BUILD] bin-x86_64-efi/qib7322.o [BUILD] bin-x86_64-efi/ehci.o [BUILD] bin-x86_64-efi/uhci.o [BUILD] bin-x86_64-efi/usbhid.o [BUILD] bin-x86_64-efi/usbhub.o [BUILD] bin-x86_64-efi/usbio.o [BUILD] bin-x86_64-efi/usbkbd.o [BUILD] bin-x86_64-efi/usbnet.o [BUILD] bin-x86_64-efi/xhci.o [BUILD] bin-x86_64-efi/efi_autoboot.o [BUILD] bin-x86_64-efi/efi_bofm.o [BUILD] bin-x86_64-efi/efi_console.o [BUILD] bin-x86_64-efi/efi_debug.o [BUILD] bin-x86_64-efi/efi_download.o [BUILD] bin-x86_64-efi/efi_driver.o [BUILD] bin-x86_64-efi/efi_file.o [BUILD] bin-x86_64-efi/efi_guid.o [BUILD] bin-x86_64-efi/efi_hii.o [BUILD] bin-x86_64-efi/efi_init.o [BUILD] bin-x86_64-efi/efi_pci.o [BUILD] bin-x86_64-efi/efi_pxe.o [BUILD] bin-x86_64-efi/efi_reboot.o [BUILD] bin-x86_64-efi/efi_smbios.o [BUILD] bin-x86_64-efi/efi_snp.o [BUILD] bin-x86_64-efi/efi_snp_hii.o [BUILD] bin-x86_64-efi/efi_time.o [BUILD] bin-x86_64-efi/efi_timer.o [BUILD] bin-x86_64-efi/efi_uaccess.o [BUILD] bin-x86_64-efi/efi_umalloc.o [BUILD] bin-x86_64-efi/efi_utils.o [BUILD] bin-x86_64-efi/efi_watchdog.o [BUILD] bin-x86_64-efi/efi_wrap.o [BUILD] bin-x86_64-efi/smbios.o [BUILD] bin-x86_64-efi/smbios_settings.o [BUILD] bin-x86_64-efi/bofm.o [BUILD] bin-x86_64-efi/xenbus.o [BUILD] bin-x86_64-efi/xengrant.o [BUILD] bin-x86_64-efi/xenstore.o [BUILD] bin-x86_64-efi/vmbus.o [BUILD] bin-x86_64-efi/settings_test.o [BUILD] bin-x86_64-efi/test.o [BUILD] bin-x86_64-efi/x509_test.o [BUILD] bin-x86_64-efi/aes.o [BUILD] bin-x86_64-efi/asn1.o [BUILD] bin-x86_64-efi/chap.o [BUILD] bin-x86_64-efi/cms.o [BUILD] bin-x86_64-efi/deflate.o [BUILD] bin-x86_64-efi/drbg.o [BUILD] bin-x86_64-efi/entropy.o [BUILD] bin-x86_64-efi/hmac_drbg.o [BUILD] bin-x86_64-efi/ocsp.o [BUILD] bin-x86_64-efi/rsa.o [BUILD] bin-x86_64-efi/x509.o [BUILD] bin-x86_64-efi/readline.o [BUILD] bin-x86_64-efi/strerror.o [BUILD] bin-x86_64-efi/wireless_errors.o [BUILD] bin-x86_64-efi/config_cmd.o [BUILD] bin-x86_64-efi/dhcp_cmd.o [BUILD] bin-x86_64-efi/fcmgmt_cmd.o [BUILD] bin-x86_64-efi/gdbstub_cmd.o [BUILD] bin-x86_64-efi/ifmgmt_cmd.o [BUILD] bin-x86_64-efi/image_cmd.o [BUILD] bin-x86_64-efi/menu_cmd.o [BUILD] bin-x86_64-efi/nvo_cmd.o [BUILD] bin-x86_64-efi/param_cmd.o [BUILD] bin-x86_64-efi/ping_cmd.o [BUILD] bin-x86_64-efi/sanboot_cmd.o [BUILD] bin-x86_64-efi/login_ui.o [BUILD] bin-x86_64-efi/menu_ui.o [BUILD] bin-x86_64-efi/autoboot.o [BUILD] bin-x86_64-efi/dhcpmgmt.o [BUILD] bin-x86_64-efi/fcmgmt.o [BUILD] bin-x86_64-efi/ifmgmt.o [BUILD] bin-x86_64-efi/imgmgmt.o [BUILD] bin-x86_64-efi/imgtrust.o [BUILD] bin-x86_64-efi/iwmgmt.o [BUILD] bin-x86_64-efi/lotest.o [BUILD] bin-x86_64-efi/prompt.o [BUILD] bin-x86_64-efi/pxemenu.o [BUILD] bin-x86_64-efi/config.o [BUILD] bin-x86_64-efi/config_ethernet.o [BUILD] bin-x86_64-efi/config_fc.o [BUILD] bin-x86_64-efi/config_http.o [BUILD] bin-x86_64-efi/config_infiniband.o [BUILD] bin-x86_64-efi/config_net80211.o [BUILD] bin-x86_64-efi/config_romprefix.o [BUILD] bin-x86_64-efi/config_route.o [BUILD] bin-x86_64-efi/config_usb.o [BUILD] bin-x86_64-efi/cpuid_settings.o [BUILD] bin-x86_64-efi/x86_uart.o [BUILD] bin-x86_64-efi/efi_entropy.o [BUILD] bin-x86_64-efi/efix86_nap.o [BUILD] bin-x86_64-efi/efidrvprefix.o [BUILD] bin-x86_64-efi/efiprefix.o [BUILD] bin-x86_64-efi/cpuid_cmd.o [BUILD] bin-x86_64-efi/hvm.o [BUILD] bin-x86_64-efi/hyperv.o [BUILD] bin-x86_64-efi/3c509.ids.o [BUILD] bin-x86_64-efi/3c90x.ids.o [BUILD] bin-x86_64-efi/atl1e.ids.o [BUILD] bin-x86_64-efi/b44.ids.o [BUILD] bin-x86_64-efi/bnx2.ids.o [BUILD] bin-x86_64-efi/cs89x0.ids.o [BUILD] bin-x86_64-efi/eepro.ids.o [BUILD] bin-x86_64-efi/eepro100.ids.o [BUILD] bin-x86_64-efi/etherfabric.ids.o [BUILD] bin-x86_64-efi/forcedeth.ids.o [BUILD] bin-x86_64-efi/intel.ids.o [BUILD] bin-x86_64-efi/intelx.ids.o [BUILD] bin-x86_64-efi/intelxvf.ids.o [BUILD] bin-x86_64-efi/jme.ids.o [BUILD] bin-x86_64-efi/myri10ge.ids.o [BUILD] bin-x86_64-efi/myson.ids.o [BUILD] bin-x86_64-efi/natsemi.ids.o [BUILD] bin-x86_64-efi/ne2k_isa.ids.o [BUILD] bin-x86_64-efi/pcnet32.ids.o [BUILD] bin-x86_64-efi/pnic.ids.o [BUILD] bin-x86_64-efi/prism2_pci.ids.o [BUILD] bin-x86_64-efi/prism2_plx.ids.o [BUILD] bin-x86_64-efi/realtek.ids.o [BUILD] bin-x86_64-efi/rhine.ids.o [BUILD] bin-x86_64-efi/sis190.ids.o [BUILD] bin-x86_64-efi/skeleton.ids.o [BUILD] bin-x86_64-efi/skge.ids.o [BUILD] bin-x86_64-efi/sky2.ids.o [BUILD] bin-x86_64-efi/velocity.ids.o [BUILD] bin-x86_64-efi/smc9000.ids.o [BUILD] bin-x86_64-efi/virtio-net.ids.o [BUILD] bin-x86_64-efi/vmxnet3.ids.o [BUILD] bin-x86_64-efi/igbvf_main.ids.o [BUILD] bin-x86_64-efi/phantom.ids.o [BUILD] bin-x86_64-efi/ath5k.ids.o [BUILD] bin-x86_64-efi/ath9k.ids.o [BUILD] bin-x86_64-efi/tg3.ids.o [BUILD] bin-x86_64-efi/arbel.ids.o [BUILD] bin-x86_64-efi/hermon.ids.o [BUILD] bin-x86_64-efi/linda.ids.o [BUILD] bin-x86_64-efi/qib7322.ids.o [BUILD] bin-x86_64-efi/ehci.ids.o [BUILD] bin-x86_64-efi/uhci.ids.o [BUILD] bin-x86_64-efi/xhci.ids.o [BUILD] bin-x86_64-efi/hvm.ids.o [HOSTCC] util/elf2efi64 [VERSION] bin-x86_64-efi/version.ipxe.efi.o [AR] bin-x86_64-efi/blib.a ar: creating bin-x86_64-efi/blib.a [LD] bin-x86_64-efi/ipxe.efi.tmp bin-x86_64-efi/blib.a(config.o): In functionrequiring_symbol':
config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_pxe_call' make: *** [bin-x86_64-efi/ipxe.efi.tmp] Error 1 rm bin-x86_64-efi/version.ipxe.efi.o make: Leaving directory/var/tmp/ipxe-build/ipxe-build-WB4ZGj/src'
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

http://rom-o-matic.eu not working

Hi, I've been using your project the last four years because it's much more convenient than building ipxe by hand.

But when I try to connect to http://rom-o-matic.eu it says "rom-o-matic.euโ€™s server IP address could not be found."

I tried running my own service using docker, but even with the standard build options it gives an error 500.

Should I try to build ipxe by hand, or will http://rom-o-matic.eu be up soon?

EFI64 error

Hi,

I am trying to generate an EFI PXE bootstrap 64-bit image providing the following extra settings:

  1. An ipxe script
  2. Image type: IMAGE_COMBOOT enabled

I get the following error:
Build failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630
...skipping,,,,
[VERSION] bin-x86_64-efi/version.ipxe.efi.o [AR] bin-x86_64-efi/blib.a ar: creating bin-x86_64-efi/blib.a [LD] bin-x86_64-efi/ipxe.efi.tmp bin-x86_64-efi/blib.a(config.o): In function requiring_symbol':
config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_comboot' config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_com32'
config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_comboot_call' config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_com32_call'
config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_com32_wrapper' config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_comboot_resolv'
make: *** [bin-x86_64-efi/ipxe.efi.tmp] Error 1
rm bin-x86_64-efi/version.ipxe.efi.o
make: Leaving directory /var/tmp/ipxe-build/ipxe-build-TkSvyY/src' "make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

System appears to be out of space

I am getting this log trying to build any ROM:

`Build failed:

"git" unexpectedly returned exit value 128 at /var/www/ipxe-buildweb/build.fcgi line 189

Build log:
Path:
Parameters:
BINARY = ipxe.efi
BINDIR = bin-x86_64-efi
DEBUG =
EMBED.00script.ipxe =
REVISION = master
Binary: ipxe.efi
Binary directory: bin-x86_64-efi
Revision: master
Canonicalising revision master...
Canonical revision: 0be77e959e813773cac10f049cb62c83258f81ff
Creating temporary directories...
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-SDwURP
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-5LcBXC
Cloning git tree from /var/tmp/ipxe/.git...
Finding closest cached binaries for 0be77e959e813773cac10f049cb62c83258f81ff...
Found cached binaries in ipxe-build/cached/bin-x86_64-efi/0be77e959e813773cac10f049cb62c83258f81ff.gz at distance 0
Opening binary tarball /var/cache/ipxe-build/0be77e959e813773cac10f049cb62c83258f81ff-bin-x86_64-efi.tar.gz...
Opened binary tarball /var/cache/ipxe-build/0be77e959e813773cac10f049cb62c83258f81ff-bin-x86_64-efi.tar.gz...
Checking out revision 0be77e959e813773cac10f049cb62c83258f81ff...
fatal: cannot create directory at 'src/arch/x86/drivers': No space left on device
"git" unexpectedly returned exit value 128 at /var/www/ipxe-buildweb/build.fcgi line 189`

The web app still goes 500 Internal server error

During the issue with the lack of space on the server (reported and allegedly fixed here #40), the server also started to not show build configuration options or load NIC dropdown options and if Build was pressed, it was returning 500 Internal server error.

Issue 40 (the lack of space) is claimed as fixed, but the problem with the options loading and internal server error are still happening. Please fix :)

undionly.kkpxe

i have trouble building undionly.kkpxe as my vmware will be using 82545em(e1000 ethernet) instead of undionly.
its fine if i use the standard build for undionly.kpxe.

the file size for undionly.kkpxe is around the size for alldrivers i had built.

Build failed, ipxe.efi not generated

Build failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

Build log:
Path:
Parameters:
BINARY = ipxe.efi
BINDIR = bin-x86_64-efi
DEBUG =
EMBED.00script.ipxe = #!ipxe

cpuid --ext 29
kernel http://192.168.255.58/wimboot
initrd http://192.168.255.58/winpe/Boot/BCD
initrd http://192.168.255.58/winpe/Boot/boot.sdi
initrd http://192.168.255.58/winpe/sources/boot.wim
boot
REVISION = master
branding.h/PRODUCT_NAME = ipxe.efi
console.h/CONSOLE_DIRECT_VGA: = 1
console.h/CONSOLE_EFI: = 1
console.h/CONSOLE_FRAMEBUFFER: = 1
console.h/CONSOLE_INT13: = 1
console.h/CONSOLE_LINUX: = 1
console.h/CONSOLE_PC_KBD: = 1
console.h/CONSOLE_SERIAL: = 1
console.h/CONSOLE_SYSLOG: = 1
console.h/CONSOLE_SYSLOGS: = 1
console.h/CONSOLE_VMWARE: = 1
general.h/CONSOLE_CMD: = 1
general.h/DOWNLOAD_PROTO_HTTPS: = 1
general.h/DOWNLOAD_PROTO_NFS: = 1
general.h/IMAGE_BZIMAGE: = 1
general.h/IMAGE_COMBOOT: = 1
general.h/IMAGE_EFI: = 1
general.h/IMAGE_PXE: = 1
general.h/IMAGE_SCRIPT: = 1
general.h/IMAGE_SDI: = 1
general.h/IMAGE_TRUST_CMD: = 1
general.h/IPSTAT_CMD: = 1
general.h/NSLOOKUP_CMD: = 1
general.h/PCI_CMD: = 1
general.h/PING_CMD: = 1
general.h/POWEROFF_CMD: = 1
general.h/PROFSTAT_CMD: = 1
general.h/PXE_CMD: = 1
general.h/PXE_MENU: = 1
general.h/PXE_STACK: = 1
general.h/REBOOT_CMD: = 1
general.h/TIME_CMD: = 1
settings.h/CPUID_SETTINGS: = 1
usb.h/USB_HCD_EHCI: = 1
usb.h/USB_HCD_UHCI: = 1
usb.h/USB_HCD_XHCI: = 1
Binary: ipxe.efi
Binary directory: bin-x86_64-efi
Revision: master
Temporary embedded image directory: /var/tmp/ipxe-build/ipxe-embed-ygzQFY
Embedded image: /var/tmp/ipxe-build/ipxe-embed-ygzQFY/00script.ipxe
#!ipxe

cpuid --ext 29
kernel http://192.168.255.58/wimboot
initrd http://192.168.255.58/winpe/Boot/BCD
initrd http://192.168.255.58/winpe/Boot/boot.sdi
initrd http://192.168.255.58/winpe/sources/boot.wim
boot
Canonicalising revision master...
Canonical revision: fdcdc5203b230fef23fa721573fd30ad093679d1
Creating temporary directories...
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-EZkyDr
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-jODGNg
Cloning git tree from /var/tmp/ipxe/.git...
Finding closest cached binaries for fdcdc5203b230fef23fa721573fd30ad093679d1...
Found cached binaries in ipxe-build/cached/bin-x86_64-efi/fdcdc5203b230fef23fa721573fd30ad093679d1.gz at distance 0
Opening binary tarball /var/cache/ipxe-build/fdcdc5203b230fef23fa721573fd30ad093679d1-bin-x86_64-efi.tar.gz...
Opened binary tarball /var/cache/ipxe-build/fdcdc5203b230fef23fa721573fd30ad093679d1-bin-x86_64-efi.tar.gz...
Checking out revision fdcdc5203b230fef23fa721573fd30ad093679d1...
Identifying timestamp for commit fdcdc5203b230fef23fa721573fd30ad093679d1...
Setting timestamps to Mon Mar 13 13:18:46 2017...
Unpacking binary tarball /var/cache/ipxe-build/fdcdc5203b230fef23fa721573fd30ad093679d1-bin-x86_64-efi.tar.gz...
Checking out revision fdcdc5203b230fef23fa721573fd30ad093679d1...
Local configuration for usb.h:
#define USB_HCD_XHCI
#define USB_HCD_EHCI
#define USB_HCD_UHCI
Local configuration for branding.h:
#undef PRODUCT_NAME
#define PRODUCT_NAME "ipxe.efi"
Local configuration for console.h:
#define CONSOLE_EFI
#define CONSOLE_LINUX
#define CONSOLE_SERIAL
#define CONSOLE_FRAMEBUFFER
#define CONSOLE_SYSLOG
#define CONSOLE_SYSLOGS
#define CONSOLE_VMWARE
#define CONSOLE_INT13
#define CONSOLE_DIRECT_VGA
#define CONSOLE_PC_KBD
Local configuration for settings.h:
#define CPUID_SETTINGS
Local configuration for general.h:
#define PXE_STACK
#define PXE_MENU
#define DOWNLOAD_PROTO_HTTPS
#define DOWNLOAD_PROTO_NFS
#define IMAGE_PXE
#define IMAGE_SCRIPT
#define IMAGE_BZIMAGE
#define IMAGE_COMBOOT
#define IMAGE_EFI
#define IMAGE_SDI
#define NSLOOKUP_CMD
#define TIME_CMD
#define PXE_CMD
#define REBOOT_CMD
#define POWEROFF_CMD
#define IMAGE_TRUST_CMD
#define PCI_CMD
#define PING_CMD
#define CONSOLE_CMD
#define IPSTAT_CMD
#define PROFSTAT_CMD
Building final target bin-x86_64-efi/ipxe.efi...
make: Entering directory /var/tmp/ipxe-build/ipxe-build-jODGNg/src' [DEPS] arch/x86/transitions/librm.S [DEPS] arch/x86/prefix/romprefix.S [DEPS] arch/x86/prefix/pciromprefix.S [DEPS] arch/x86/prefix/mromprefix.S [DEPS] arch/x86/prefix/isaromprefix.S [DEPS] arch/x86/drivers/hyperv/hyperv.c [DEPS] arch/x86/drivers/xen/hvm.c [DEPS] arch/x86/hci/commands/pxe_cmd.c [DEPS] arch/x86/hci/commands/cpuid_cmd.c [DEPS] arch/x86/interface/syslinux/comboot_resolv.c [DEPS] arch/x86/interface/syslinux/comboot_call.c [DEPS] arch/x86/interface/vmware/vmware.c [DEPS] arch/x86/interface/vmware/vmconsole.c [DEPS] arch/x86/interface/vmware/guestrpc.c [DEPS] arch/x86/interface/vmware/guestinfo.c [DEPS] arch/x86/interface/efi/efix86_nap.c [DEPS] arch/x86/interface/pxeparent/pxeparent.c [DEPS] arch/x86/interface/pxe/pxe_undi.c [DEPS] arch/x86/interface/pxe/pxe_udp.c [DEPS] arch/x86/interface/pxe/pxe_tftp.c [DEPS] arch/x86/interface/pxe/pxe_preboot.c [DEPS] arch/x86/interface/pxe/pxe_loader.c [DEPS] arch/x86/interface/pxe/pxe_file.c [DEPS] arch/x86/interface/pxe/pxe_exit_hook.c [DEPS] arch/x86/interface/pxe/pxe_call.c [DEPS] arch/x86/interface/pcbios/vesafb.c [DEPS] arch/x86/interface/pcbios/rtc_entropy.c [DEPS] arch/x86/interface/pcbios/pnpbios.c [DEPS] arch/x86/interface/pcbios/memtop_umalloc.c [DEPS] arch/x86/interface/pcbios/memmap.c [DEPS] arch/x86/interface/pcbios/int13con.c [DEPS] arch/x86/interface/pcbios/int13.c [DEPS] arch/x86/interface/pcbios/biosint.c [DEPS] arch/x86/interface/pcbios/bios_smbios.c [DEPS] arch/x86/interface/pcbios/bios_console.c [DEPS] arch/x86/interface/pcbios/apm.c [DEPS] arch/x86/interface/pcbios/acpipwr.c [DEPS] arch/x86/image/sdi.c [DEPS] arch/x86/image/pxe_image.c [DEPS] arch/x86/image/nbi.c [DEPS] arch/x86/image/multiboot.c [DEPS] arch/x86/image/initrd.c [DEPS] arch/x86/image/elfboot.c [DEPS] arch/x86/image/comboot.c [DEPS] arch/x86/image/com32.c [DEPS] arch/x86/image/bzimage.c [DEPS] arch/x86/image/bootsector.c [DEPS] arch/x86/core/x86_uart.c [DEPS] arch/x86/core/video_subr.c [DEPS] arch/x86/core/runtime.c [DEPS] arch/x86/core/rdtsc_timer.c [DEPS] arch/x86/core/gdbmach.c [DEPS] arch/x86/core/debugcon.c [DEPS] arch/x86/core/cpuid_settings.c [DEPS] arch/x86/core/cpuid.c [DEPS] arch/x86/core/cachedhcp.c [DEPS] config/config_usb.c [DEPS] config/config_route.c [DEPS] config/config_romprefix.c [DEPS] config/config_pixbuf.c [DEPS] config/config_pcbios.c [DEPS] config/config_net80211.c [DEPS] config/config_linux.c [DEPS] config/config_infiniband.c [DEPS] config/config_http.c [DEPS] config/config_fc.c [DEPS] config/config_ethernet.c [DEPS] config/config_efi.c [DEPS] config/config_asn1.c [DEPS] config/config.c [DEPS] usr/pxemenu.c [DEPS] usr/prompt.c [DEPS] usr/nslookup.c [DEPS] usr/lotest.c [DEPS] usr/iwmgmt.c [DEPS] usr/imgtrust.c [DEPS] usr/imgmgmt.c [DEPS] usr/ifmgmt.c [DEPS] usr/ibmgmt.c [DEPS] usr/fcmgmt.c [DEPS] usr/dhcpmgmt.c [DEPS] usr/certmgmt.c [DEPS] usr/autoboot.c [DEPS] hci/tui/settings_ui.c [DEPS] hci/tui/menu_ui.c [DEPS] hci/tui/login_ui.c [DEPS] hci/commands/sanboot_cmd.c [DEPS] hci/commands/ping_cmd.c [DEPS] hci/commands/param_cmd.c [DEPS] hci/commands/nvo_cmd.c [DEPS] hci/commands/menu_cmd.c [DEPS] hci/commands/image_cmd.c [DEPS] hci/commands/ifmgmt_cmd.c [DEPS] hci/commands/ibmgmt_cmd.c [DEPS] hci/commands/gdbstub_cmd.c [DEPS] hci/commands/dhcp_cmd.c [DEPS] hci/commands/fcmgmt_cmd.c [DEPS] hci/commands/config_cmd.c [DEPS] hci/commands/cert_cmd.c [DEPS] hci/wireless_errors.c [DEPS] hci/strerror.c [DEPS] hci/shell.c [DEPS] hci/readline.c [DEPS] crypto/x509.c [DEPS] crypto/rsa.c [DEPS] crypto/ocsp.c [DEPS] crypto/hmac_drbg.c [DEPS] crypto/entropy.c [DEPS] crypto/drbg.c [DEPS] crypto/deflate.c [DEPS] crypto/cms.c [DEPS] crypto/chap.c [DEPS] crypto/asn1.c [DEPS] crypto/aes.c [DEPS] tests/x509_test.c [DEPS] tests/test.c [DEPS] interface/hyperv/vmbus.c [DEPS] interface/xen/xenstore.c [DEPS] interface/xen/xengrant.c [DEPS] interface/xen/xenbus.c [DEPS] interface/bofm/bofm.c [DEPS] interface/smbios/smbios_settings.c [DEPS] interface/smbios/smbios.c [DEPS] interface/efi/efiprefix.c [DEPS] interface/efi/efidrvprefix.c [DEPS] interface/efi/efi_wrap.c [DEPS] interface/efi/efi_watchdog.c [DEPS] interface/efi/efi_utils.c [DEPS] interface/efi/efi_usb.c [DEPS] interface/efi/efi_umalloc.c [DEPS] interface/efi/efi_uaccess.c [DEPS] interface/efi/efi_timer.c [DEPS] interface/efi/efi_time.c [DEPS] interface/efi/efi_snp_hii.c [DEPS] interface/efi/efi_snp.c [DEPS] interface/efi/efi_smbios.c [DEPS] interface/efi/efi_reboot.c [DEPS] interface/efi/efi_pxe.c [DEPS] interface/efi/efi_pci.c [DEPS] interface/efi/efi_local.c [DEPS] interface/efi/efi_init.c [DEPS] interface/efi/efi_hii.c [DEPS] interface/efi/efi_guid.c [DEPS] interface/efi/efi_file.c [DEPS] interface/efi/efi_fbcon.c [DEPS] interface/efi/efi_entropy.c [DEPS] interface/efi/efi_driver.c [DEPS] interface/efi/efi_download.c [DEPS] interface/efi/efi_debug.c [DEPS] interface/efi/efi_console.c [DEPS] interface/efi/efi_bofm.c [DEPS] interface/efi/efi_autoboot.c [DEPS] drivers/usb/xhci.c [DEPS] drivers/usb/usbnet.c [DEPS] drivers/usb/usbkbd.c [DEPS] drivers/usb/usbio.c [DEPS] drivers/usb/usbhub.c [DEPS] drivers/usb/usbhid.c [DEPS] drivers/usb/uhci.c [DEPS] drivers/usb/ehci.c [DEPS] drivers/infiniband/qib7322.c [DEPS] drivers/infiniband/linda.c [DEPS] drivers/infiniband/hermon.c [DEPS] drivers/infiniband/golan.c [DEPS] drivers/infiniband/flexboot_nodnic.c [DEPS] drivers/infiniband/arbel.c [DEPS] drivers/bitbash/spi_bit.c [DEPS] drivers/bitbash/i2c_bit.c [DEPS] drivers/nvs/spi.c [DEPS] drivers/nvs/nvsvpd.c [DEPS] drivers/nvs/nvs.c [DEPS] drivers/block/srp.c [DEPS] drivers/block/scsi.c [DEPS] drivers/block/ibft.c [DEPS] drivers/block/ata.c [DEPS] drivers/net/tg3/tg3_phy.c [DEPS] drivers/net/tg3/tg3_hw.c [DEPS] drivers/net/tg3/tg3.c [DEPS] drivers/net/efi/snponly.c [DEPS] drivers/net/efi/snpnet.c [DEPS] drivers/net/efi/snp.c [DEPS] drivers/net/efi/nii.c [DEPS] drivers/net/vxge/vxge_traffic.c [DEPS] drivers/net/vxge/vxge_main.c [DEPS] drivers/net/ath/ath9k/ath9k_xmit.c [DEPS] drivers/net/ath/ath9k/ath9k_recv.c [DEPS] drivers/net/ath/ath9k/ath9k_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_main.c [DEPS] drivers/net/ath/ath9k/ath9k_init.c [DEPS] drivers/net/ath/ath9k/ath9k_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_def.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_9287.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_4k.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom.c [DEPS] drivers/net/ath/ath9k/ath9k_common.c [DEPS] drivers/net/ath/ath9k/ath9k_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_eeprom.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar5008_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ani.c [DEPS] drivers/net/ath/ath9k/ath9k.c [DEPS] drivers/net/ath/ath5k/ath5k_rfkill.c [DEPS] drivers/net/ath/ath5k/ath5k_reset.c [DEPS] drivers/net/ath/ath5k/ath5k_qcu.c [DEPS] drivers/net/ath/ath5k/ath5k_phy.c [DEPS] drivers/net/ath/ath5k/ath5k_pcu.c [DEPS] drivers/net/ath/ath5k/ath5k_initvals.c [DEPS] drivers/net/ath/ath5k/ath5k_gpio.c [DEPS] drivers/net/ath/ath5k/ath5k_eeprom.c [DEPS] drivers/net/ath/ath5k/ath5k_dma.c [DEPS] drivers/net/ath/ath5k/ath5k_desc.c [DEPS] drivers/net/ath/ath5k/ath5k_caps.c [DEPS] drivers/net/ath/ath5k/ath5k_attach.c [DEPS] drivers/net/ath/ath5k/ath5k.c [DEPS] drivers/net/rtl818x/rtl818x.c [DEPS] drivers/net/phantom/phantom.c [DEPS] drivers/net/igbvf/igbvf_vf.c [DEPS] drivers/net/igbvf/igbvf_mbx.c [DEPS] drivers/net/igbvf/igbvf_main.c [DEPS] drivers/net/vmxnet3.c [DEPS] drivers/net/virtio-net.c [DEPS] drivers/net/velocity.c [DEPS] drivers/net/thunderx.c [DEPS] drivers/net/smsc95xx.c [DEPS] drivers/net/smsc75xx.c [DEPS] drivers/net/smc9000.c [DEPS] drivers/net/sky2.c [DEPS] drivers/net/skge.c [DEPS] drivers/net/skeleton.c [DEPS] drivers/net/sis190.c [DEPS] drivers/net/rhine.c [DEPS] drivers/net/realtek.c [DEPS] drivers/net/prism2_plx.c [DEPS] drivers/net/prism2_pci.c [DEPS] drivers/net/pnic.c [DEPS] drivers/net/pcnet32.c [DEPS] drivers/net/netvsc.c [DEPS] drivers/net/netfront.c [DEPS] drivers/net/ne2k_isa.c [DEPS] drivers/net/ncm.c [DEPS] drivers/net/natsemi.c [DEPS] drivers/net/myson.c [DEPS] drivers/net/myri10ge.c [DEPS] drivers/net/mii.c [DEPS] drivers/net/legacy.c [DEPS] drivers/net/jme.c [DEPS] drivers/net/ipoib.c [DEPS] drivers/net/intelxvf.c [DEPS] drivers/net/intelx.c [DEPS] drivers/net/intelvf.c [DEPS] drivers/net/intel.c [DEPS] drivers/net/forcedeth.c [DEPS] drivers/net/etherfabric.c [DEPS] drivers/net/eoib.c [DEPS] drivers/net/eepro100.c [DEPS] drivers/net/eepro.c [DEPS] drivers/net/ecm.c [DEPS] drivers/net/dm96xx.c [DEPS] drivers/net/cs89x0.c [DEPS] drivers/net/bnx2.c [DEPS] drivers/net/b44.c [DEPS] drivers/net/axge.c [DEPS] drivers/net/atl1e.c [DEPS] drivers/net/acm.c [DEPS] drivers/net/3c90x.c [DEPS] drivers/net/3c509.c [DEPS] drivers/bus/virtio-pci.c [DEPS] drivers/bus/usb.c [DEPS] drivers/bus/pcivpd.c [DEPS] drivers/bus/pciea.c [DEPS] drivers/bus/pci_settings.c [DEPS] drivers/bus/pci.c [DEPS] drivers/bus/mca.c [DEPS] drivers/bus/isapnp.c [DEPS] drivers/bus/isa.c [DEPS] drivers/bus/eisa.c [DEPS] image/segment.c [DEPS] image/script.c [DEPS] image/pnm.c [DEPS] image/png.c [DEPS] image/pem.c [DEPS] image/embedded.c [DEPS] image/elf.c [DEPS] image/efi_image.c [DEPS] image/der.c [DEPS] net/80211/wpa_tkip.c [DEPS] net/80211/wpa_psk.c [DEPS] net/80211/wpa_ccmp.c [DEPS] net/80211/wpa.c [DEPS] net/80211/wep.c [DEPS] net/80211/sec80211.c [DEPS] net/80211/net80211.c [DEPS] net/infiniband/xsigo.c [DEPS] net/infiniband/ib_srp.c [DEPS] net/infiniband/ib_smc.c [DEPS] net/infiniband/ib_sma.c [DEPS] net/infiniband/ib_pathrec.c [DEPS] net/infiniband/ib_packet.c [DEPS] net/infiniband/ib_mi.c [DEPS] net/infiniband/ib_mcast.c [DEPS] net/infiniband/ib_cmrc.c [DEPS] net/infiniband/ib_cm.c [DEPS] net/udp/tftp.c [DEPS] net/udp/syslog.c [DEPS] net/udp/slam.c [DEPS] net/udp/ntp.c [DEPS] net/udp/dns.c [DEPS] net/udp/dhcpv6.c [DEPS] net/udp/dhcp.c [DEPS] net/tcp/syslogs.c [DEPS] net/tcp/oncrpc.c [DEPS] net/tcp/iscsi.c [DEPS] net/tcp/httpdigest.c [DEPS] net/tcp/httpcore.c [DEPS] net/tcp/httpconn.c [DEPS] net/tcp/httpbasic.c [DEPS] net/tcp/httpauth.c [DEPS] net/tcp/ftp.c [DEPS] net/oncrpc/portmap.c [DEPS] net/oncrpc/oncrpc_iob.c [DEPS] net/oncrpc/nfs_uri.c [DEPS] net/oncrpc/nfs_open.c [DEPS] net/oncrpc/nfs.c [DEPS] net/oncrpc/mount.c [DEPS] net/vlan.c [DEPS] net/validator.c [DEPS] net/udp.c [DEPS] net/tls.c [DEPS] net/tcpip.c [DEPS] net/tcp.c [DEPS] net/stp.c [DEPS] net/socket.c [DEPS] net/rndis.c [DEPS] net/ping.c [DEPS] net/peermux.c [DEPS] net/peerdisc.c [DEPS] net/peerblk.c [DEPS] net/pccrd.c [DEPS] net/pccrc.c [DEPS] net/nullnet.c [DEPS] net/netdevice.c [DEPS] net/netdev_settings.c [DEPS] net/neighbour.c [DEPS] net/ndp.c [DEPS] net/ipv6.c [DEPS] net/ipv4.c [DEPS] net/infiniband.c [DEPS] net/icmpv6.c [DEPS] net/icmpv4.c [DEPS] net/icmp.c [DEPS] net/fcp.c [DEPS] net/fcoe.c [DEPS] net/fcns.c [DEPS] net/fcels.c [DEPS] net/fc.c [DEPS] net/fakedhcp.c [DEPS] net/ethernet.c [DEPS] net/eth_slow.c [DEPS] net/eapol.c [DEPS] net/dhcppkt.c [DEPS] net/dhcpopts.c [DEPS] net/arp.c [DEPS] net/aoe.c [DEPS] core/xferbuf.c [DEPS] core/xfer.c [DEPS] core/vsprintf.c [DEPS] core/uart.c [DEPS] core/settings.c [DEPS] core/serial.c [DEPS] core/sanboot.c [DEPS] core/resolv.c [DEPS] core/posix_io.c [DEPS] core/pixbuf.c [DEPS] core/pinger.c [DEPS] core/pending.c [DEPS] core/parseopt.c [DEPS] core/open.c [DEPS] core/nvo.c [DEPS] core/null_sanboot.c [DEPS] core/null_reboot.c [DEPS] core/monojob.c [DEPS] core/memmap_settings.c [DEPS] core/log.c [DEPS] core/linebuf.c [DEPS] core/job.c [DEPS] core/iobuf.c [DEPS] core/image.c [DEPS] core/hw.c [DEPS] core/fbcon.c [DEPS] core/fault.c [DEPS] core/exec.c [DEPS] core/errno.c [DEPS] core/edd.c [DEPS] core/downloader.c [DEPS] core/blocktrans.c [DEPS] core/blockdev.c [DEPS] core/bitmap.c [DEPS] core/base64.c [DEPS] core/base16.c [DEPS] core/asprintf.c [DEPS] core/ansicoldef.c [DEPS] core/ansicol.c [DEPS] core/acpi.c make: Leaving directory /var/tmp/ipxe-build/ipxe-build-jODGNg/src'
make: Entering directory /var/tmp/ipxe-build/ipxe-build-jODGNg/src' [BUILD] bin-x86_64-efi/acpi.o [BUILD] bin-x86_64-efi/ansicol.o [BUILD] bin-x86_64-efi/ansicoldef.o [BUILD] bin-x86_64-efi/asprintf.o [BUILD] bin-x86_64-efi/base16.o [BUILD] bin-x86_64-efi/base64.o [BUILD] bin-x86_64-efi/bitmap.o [BUILD] bin-x86_64-efi/blockdev.o [BUILD] bin-x86_64-efi/blocktrans.o [BUILD] bin-x86_64-efi/downloader.o [BUILD] bin-x86_64-efi/edd.o [BUILD] bin-x86_64-efi/errno.o [BUILD] bin-x86_64-efi/exec.o [BUILD] bin-x86_64-efi/fault.o [BUILD] bin-x86_64-efi/fbcon.o [BUILD] bin-x86_64-efi/hw.o [BUILD] bin-x86_64-efi/image.o [BUILD] bin-x86_64-efi/iobuf.o [BUILD] bin-x86_64-efi/job.o [BUILD] bin-x86_64-efi/linebuf.o [BUILD] bin-x86_64-efi/log.o [BUILD] bin-x86_64-efi/memmap_settings.o [BUILD] bin-x86_64-efi/monojob.o [BUILD] bin-x86_64-efi/null_reboot.o [BUILD] bin-x86_64-efi/null_sanboot.o [BUILD] bin-x86_64-efi/nvo.o [BUILD] bin-x86_64-efi/open.o [BUILD] bin-x86_64-efi/parseopt.o [BUILD] bin-x86_64-efi/pending.o [BUILD] bin-x86_64-efi/pinger.o [BUILD] bin-x86_64-efi/pixbuf.o [BUILD] bin-x86_64-efi/posix_io.o [BUILD] bin-x86_64-efi/resolv.o [BUILD] bin-x86_64-efi/sanboot.o [BUILD] bin-x86_64-efi/serial.o [BUILD] bin-x86_64-efi/settings.o [BUILD] bin-x86_64-efi/uart.o [BUILD] bin-x86_64-efi/vsprintf.o [BUILD] bin-x86_64-efi/xfer.o [BUILD] bin-x86_64-efi/xferbuf.o [BUILD] bin-x86_64-efi/aoe.o [BUILD] bin-x86_64-efi/arp.o [BUILD] bin-x86_64-efi/dhcpopts.o [BUILD] bin-x86_64-efi/dhcppkt.o [BUILD] bin-x86_64-efi/eapol.o [BUILD] bin-x86_64-efi/eth_slow.o [BUILD] bin-x86_64-efi/ethernet.o [BUILD] bin-x86_64-efi/fakedhcp.o [BUILD] bin-x86_64-efi/fc.o [BUILD] bin-x86_64-efi/fcels.o [BUILD] bin-x86_64-efi/fcns.o [BUILD] bin-x86_64-efi/fcoe.o [BUILD] bin-x86_64-efi/fcp.o [BUILD] bin-x86_64-efi/icmp.o [BUILD] bin-x86_64-efi/icmpv4.o [BUILD] bin-x86_64-efi/icmpv6.o [BUILD] bin-x86_64-efi/infiniband.o [BUILD] bin-x86_64-efi/ipv4.o [BUILD] bin-x86_64-efi/ipv6.o [BUILD] bin-x86_64-efi/ndp.o [BUILD] bin-x86_64-efi/neighbour.o [BUILD] bin-x86_64-efi/netdev_settings.o [BUILD] bin-x86_64-efi/netdevice.o [BUILD] bin-x86_64-efi/nullnet.o [BUILD] bin-x86_64-efi/pccrc.o [BUILD] bin-x86_64-efi/pccrd.o [BUILD] bin-x86_64-efi/peerblk.o [BUILD] bin-x86_64-efi/peerdisc.o [BUILD] bin-x86_64-efi/peermux.o [BUILD] bin-x86_64-efi/ping.o [BUILD] bin-x86_64-efi/rndis.o [BUILD] bin-x86_64-efi/socket.o [BUILD] bin-x86_64-efi/stp.o [BUILD] bin-x86_64-efi/tcp.o [BUILD] bin-x86_64-efi/tcpip.o [BUILD] bin-x86_64-efi/tls.o [BUILD] bin-x86_64-efi/udp.o [BUILD] bin-x86_64-efi/validator.o [BUILD] bin-x86_64-efi/vlan.o [BUILD] bin-x86_64-efi/mount.o [BUILD] bin-x86_64-efi/nfs.o [BUILD] bin-x86_64-efi/nfs_open.o [BUILD] bin-x86_64-efi/nfs_uri.o [BUILD] bin-x86_64-efi/oncrpc_iob.o [BUILD] bin-x86_64-efi/portmap.o [BUILD] bin-x86_64-efi/ftp.o [BUILD] bin-x86_64-efi/httpauth.o [BUILD] bin-x86_64-efi/httpbasic.o [BUILD] bin-x86_64-efi/httpconn.o [BUILD] bin-x86_64-efi/httpcore.o [BUILD] bin-x86_64-efi/httpdigest.o [BUILD] bin-x86_64-efi/iscsi.o [BUILD] bin-x86_64-efi/oncrpc.o [BUILD] bin-x86_64-efi/syslogs.o [BUILD] bin-x86_64-efi/dhcp.o [BUILD] bin-x86_64-efi/dhcpv6.o [BUILD] bin-x86_64-efi/dns.o [BUILD] bin-x86_64-efi/ntp.o [BUILD] bin-x86_64-efi/slam.o [BUILD] bin-x86_64-efi/syslog.o [BUILD] bin-x86_64-efi/tftp.o [BUILD] bin-x86_64-efi/ib_cm.o [BUILD] bin-x86_64-efi/ib_cmrc.o [BUILD] bin-x86_64-efi/ib_mcast.o [BUILD] bin-x86_64-efi/ib_mi.o [BUILD] bin-x86_64-efi/ib_packet.o [BUILD] bin-x86_64-efi/ib_pathrec.o [BUILD] bin-x86_64-efi/ib_sma.o [BUILD] bin-x86_64-efi/ib_smc.o [BUILD] bin-x86_64-efi/ib_srp.o [BUILD] bin-x86_64-efi/xsigo.o [BUILD] bin-x86_64-efi/net80211.o [BUILD] bin-x86_64-efi/sec80211.o [BUILD] bin-x86_64-efi/wep.o [BUILD] bin-x86_64-efi/wpa.o [BUILD] bin-x86_64-efi/wpa_ccmp.o [BUILD] bin-x86_64-efi/wpa_psk.o [BUILD] bin-x86_64-efi/wpa_tkip.o [BUILD] bin-x86_64-efi/der.o [BUILD] bin-x86_64-efi/efi_image.o [BUILD] bin-x86_64-efi/elf.o [BUILD] bin-x86_64-efi/embedded.o [BUILD] bin-x86_64-efi/pem.o [BUILD] bin-x86_64-efi/png.o [BUILD] bin-x86_64-efi/pnm.o [BUILD] bin-x86_64-efi/script.o [BUILD] bin-x86_64-efi/segment.o [BUILD] bin-x86_64-efi/eisa.o [BUILD] bin-x86_64-efi/isa.o [BUILD] bin-x86_64-efi/isapnp.o [BUILD] bin-x86_64-efi/mca.o [BUILD] bin-x86_64-efi/pci.o [BUILD] bin-x86_64-efi/pci_settings.o [BUILD] bin-x86_64-efi/pciea.o [BUILD] bin-x86_64-efi/pcivpd.o [BUILD] bin-x86_64-efi/usb.o [BUILD] bin-x86_64-efi/virtio-pci.o [BUILD] bin-x86_64-efi/3c509.o [BUILD] bin-x86_64-efi/3c90x.o [BUILD] bin-x86_64-efi/acm.o [BUILD] bin-x86_64-efi/atl1e.o [BUILD] bin-x86_64-efi/axge.o [BUILD] bin-x86_64-efi/b44.o [BUILD] bin-x86_64-efi/bnx2.o [BUILD] bin-x86_64-efi/cs89x0.o [BUILD] bin-x86_64-efi/dm96xx.o [BUILD] bin-x86_64-efi/ecm.o [BUILD] bin-x86_64-efi/eepro.o [BUILD] bin-x86_64-efi/eepro100.o [BUILD] bin-x86_64-efi/eoib.o [BUILD] bin-x86_64-efi/etherfabric.o [BUILD] bin-x86_64-efi/forcedeth.o [BUILD] bin-x86_64-efi/intel.o [BUILD] bin-x86_64-efi/intelvf.o [BUILD] bin-x86_64-efi/intelx.o [BUILD] bin-x86_64-efi/intelxvf.o [BUILD] bin-x86_64-efi/ipoib.o [BUILD] bin-x86_64-efi/jme.o [BUILD] bin-x86_64-efi/legacy.o [BUILD] bin-x86_64-efi/mii.o [BUILD] bin-x86_64-efi/myri10ge.o [BUILD] bin-x86_64-efi/myson.o [BUILD] bin-x86_64-efi/natsemi.o [BUILD] bin-x86_64-efi/ncm.o [BUILD] bin-x86_64-efi/ne2k_isa.o [BUILD] bin-x86_64-efi/netfront.o [BUILD] bin-x86_64-efi/netvsc.o [BUILD] bin-x86_64-efi/pcnet32.o [BUILD] bin-x86_64-efi/pnic.o [BUILD] bin-x86_64-efi/prism2_pci.o [BUILD] bin-x86_64-efi/prism2_plx.o [BUILD] bin-x86_64-efi/realtek.o [BUILD] bin-x86_64-efi/rhine.o [BUILD] bin-x86_64-efi/sis190.o [BUILD] bin-x86_64-efi/skeleton.o [BUILD] bin-x86_64-efi/skge.o [BUILD] bin-x86_64-efi/sky2.o [BUILD] bin-x86_64-efi/smc9000.o [BUILD] bin-x86_64-efi/smsc75xx.o [BUILD] bin-x86_64-efi/smsc95xx.o [BUILD] bin-x86_64-efi/thunderx.o [BUILD] bin-x86_64-efi/velocity.o [BUILD] bin-x86_64-efi/virtio-net.o [BUILD] bin-x86_64-efi/vmxnet3.o [BUILD] bin-x86_64-efi/igbvf_main.o [BUILD] bin-x86_64-efi/igbvf_mbx.o [BUILD] bin-x86_64-efi/igbvf_vf.o [BUILD] bin-x86_64-efi/phantom.o [BUILD] bin-x86_64-efi/rtl818x.o [BUILD] bin-x86_64-efi/ath5k.o [BUILD] bin-x86_64-efi/ath5k_attach.o [BUILD] bin-x86_64-efi/ath5k_caps.o [BUILD] bin-x86_64-efi/ath5k_desc.o [BUILD] bin-x86_64-efi/ath5k_dma.o [BUILD] bin-x86_64-efi/ath5k_eeprom.o [BUILD] bin-x86_64-efi/ath5k_gpio.o [BUILD] bin-x86_64-efi/ath5k_initvals.o [BUILD] bin-x86_64-efi/ath5k_pcu.o [BUILD] bin-x86_64-efi/ath5k_phy.o [BUILD] bin-x86_64-efi/ath5k_qcu.o [BUILD] bin-x86_64-efi/ath5k_reset.o [BUILD] bin-x86_64-efi/ath5k_rfkill.o [BUILD] bin-x86_64-efi/ath9k.o [BUILD] bin-x86_64-efi/ath9k_ani.o [BUILD] bin-x86_64-efi/ath9k_ar5008_phy.o [BUILD] bin-x86_64-efi/ath9k_ar9002_calib.o [BUILD] bin-x86_64-efi/ath9k_ar9002_hw.o [BUILD] bin-x86_64-efi/ath9k_ar9002_mac.o [BUILD] bin-x86_64-efi/ath9k_ar9002_phy.o [BUILD] bin-x86_64-efi/ath9k_ar9003_calib.o [BUILD] bin-x86_64-efi/ath9k_ar9003_eeprom.o [BUILD] bin-x86_64-efi/ath9k_ar9003_hw.o [BUILD] bin-x86_64-efi/ath9k_ar9003_mac.o [BUILD] bin-x86_64-efi/ath9k_ar9003_phy.o [BUILD] bin-x86_64-efi/ath9k_calib.o [BUILD] bin-x86_64-efi/ath9k_common.o [BUILD] bin-x86_64-efi/ath9k_eeprom.o [BUILD] bin-x86_64-efi/ath9k_eeprom_4k.o [BUILD] bin-x86_64-efi/ath9k_eeprom_9287.o [BUILD] bin-x86_64-efi/ath9k_eeprom_def.o [BUILD] bin-x86_64-efi/ath9k_hw.o [BUILD] bin-x86_64-efi/ath9k_init.o [BUILD] bin-x86_64-efi/ath9k_mac.o [BUILD] bin-x86_64-efi/ath9k_main.o [BUILD] bin-x86_64-efi/ath9k_recv.o [BUILD] bin-x86_64-efi/ath9k_xmit.o [BUILD] bin-x86_64-efi/vxge_main.o [BUILD] bin-x86_64-efi/vxge_traffic.o [BUILD] bin-x86_64-efi/nii.o [BUILD] bin-x86_64-efi/snp.o [BUILD] bin-x86_64-efi/snpnet.o [BUILD] bin-x86_64-efi/snponly.o [BUILD] bin-x86_64-efi/tg3.o [BUILD] bin-x86_64-efi/tg3_hw.o [BUILD] bin-x86_64-efi/tg3_phy.o [BUILD] bin-x86_64-efi/ata.o [BUILD] bin-x86_64-efi/ibft.o [BUILD] bin-x86_64-efi/scsi.o [BUILD] bin-x86_64-efi/srp.o [BUILD] bin-x86_64-efi/nvs.o [BUILD] bin-x86_64-efi/nvsvpd.o [BUILD] bin-x86_64-efi/spi.o [BUILD] bin-x86_64-efi/i2c_bit.o [BUILD] bin-x86_64-efi/spi_bit.o [BUILD] bin-x86_64-efi/arbel.o [BUILD] bin-x86_64-efi/flexboot_nodnic.o [BUILD] bin-x86_64-efi/golan.o [BUILD] bin-x86_64-efi/hermon.o [BUILD] bin-x86_64-efi/linda.o [BUILD] bin-x86_64-efi/qib7322.o [BUILD] bin-x86_64-efi/ehci.o [BUILD] bin-x86_64-efi/uhci.o [BUILD] bin-x86_64-efi/usbhid.o [BUILD] bin-x86_64-efi/usbhub.o [BUILD] bin-x86_64-efi/usbio.o [BUILD] bin-x86_64-efi/usbkbd.o [BUILD] bin-x86_64-efi/usbnet.o [BUILD] bin-x86_64-efi/xhci.o [BUILD] bin-x86_64-efi/efi_autoboot.o [BUILD] bin-x86_64-efi/efi_bofm.o [BUILD] bin-x86_64-efi/efi_console.o [BUILD] bin-x86_64-efi/efi_debug.o [BUILD] bin-x86_64-efi/efi_download.o [BUILD] bin-x86_64-efi/efi_driver.o [BUILD] bin-x86_64-efi/efi_entropy.o [BUILD] bin-x86_64-efi/efi_fbcon.o [BUILD] bin-x86_64-efi/efi_file.o [BUILD] bin-x86_64-efi/efi_guid.o [BUILD] bin-x86_64-efi/efi_hii.o [BUILD] bin-x86_64-efi/efi_init.o [BUILD] bin-x86_64-efi/efi_local.o [BUILD] bin-x86_64-efi/efi_pci.o [BUILD] bin-x86_64-efi/efi_pxe.o [BUILD] bin-x86_64-efi/efi_reboot.o [BUILD] bin-x86_64-efi/efi_smbios.o [BUILD] bin-x86_64-efi/efi_snp.o [BUILD] bin-x86_64-efi/efi_snp_hii.o [BUILD] bin-x86_64-efi/efi_time.o [BUILD] bin-x86_64-efi/efi_timer.o [BUILD] bin-x86_64-efi/efi_uaccess.o [BUILD] bin-x86_64-efi/efi_umalloc.o [BUILD] bin-x86_64-efi/efi_usb.o [BUILD] bin-x86_64-efi/efi_utils.o [BUILD] bin-x86_64-efi/efi_watchdog.o [BUILD] bin-x86_64-efi/efi_wrap.o [BUILD] bin-x86_64-efi/efidrvprefix.o [BUILD] bin-x86_64-efi/efiprefix.o [BUILD] bin-x86_64-efi/smbios.o [BUILD] bin-x86_64-efi/smbios_settings.o [BUILD] bin-x86_64-efi/bofm.o [BUILD] bin-x86_64-efi/xenbus.o [BUILD] bin-x86_64-efi/xengrant.o [BUILD] bin-x86_64-efi/xenstore.o [BUILD] bin-x86_64-efi/vmbus.o [BUILD] bin-x86_64-efi/test.o [BUILD] bin-x86_64-efi/x509_test.o [BUILD] bin-x86_64-efi/aes.o [BUILD] bin-x86_64-efi/asn1.o [BUILD] bin-x86_64-efi/chap.o [BUILD] bin-x86_64-efi/cms.o [BUILD] bin-x86_64-efi/deflate.o [BUILD] bin-x86_64-efi/drbg.o [BUILD] bin-x86_64-efi/entropy.o [BUILD] bin-x86_64-efi/hmac_drbg.o [BUILD] bin-x86_64-efi/ocsp.o [BUILD] bin-x86_64-efi/rsa.o [BUILD] bin-x86_64-efi/x509.o [BUILD] bin-x86_64-efi/readline.o [BUILD] bin-x86_64-efi/shell.o [BUILD] bin-x86_64-efi/strerror.o [BUILD] bin-x86_64-efi/wireless_errors.o [BUILD] bin-x86_64-efi/cert_cmd.o [BUILD] bin-x86_64-efi/config_cmd.o [BUILD] bin-x86_64-efi/dhcp_cmd.o [BUILD] bin-x86_64-efi/fcmgmt_cmd.o [BUILD] bin-x86_64-efi/gdbstub_cmd.o [BUILD] bin-x86_64-efi/ibmgmt_cmd.o [BUILD] bin-x86_64-efi/ifmgmt_cmd.o [BUILD] bin-x86_64-efi/image_cmd.o [BUILD] bin-x86_64-efi/menu_cmd.o [BUILD] bin-x86_64-efi/nvo_cmd.o [BUILD] bin-x86_64-efi/param_cmd.o [BUILD] bin-x86_64-efi/ping_cmd.o [BUILD] bin-x86_64-efi/sanboot_cmd.o [BUILD] bin-x86_64-efi/login_ui.o [BUILD] bin-x86_64-efi/menu_ui.o [BUILD] bin-x86_64-efi/settings_ui.o [BUILD] bin-x86_64-efi/autoboot.o [BUILD] bin-x86_64-efi/certmgmt.o [BUILD] bin-x86_64-efi/dhcpmgmt.o [BUILD] bin-x86_64-efi/fcmgmt.o [BUILD] bin-x86_64-efi/ibmgmt.o [BUILD] bin-x86_64-efi/ifmgmt.o [BUILD] bin-x86_64-efi/imgmgmt.o [BUILD] bin-x86_64-efi/imgtrust.o [BUILD] bin-x86_64-efi/iwmgmt.o [BUILD] bin-x86_64-efi/lotest.o [BUILD] bin-x86_64-efi/nslookup.o [BUILD] bin-x86_64-efi/prompt.o [BUILD] bin-x86_64-efi/pxemenu.o [BUILD] bin-x86_64-efi/config.o [BUILD] bin-x86_64-efi/config_asn1.o [BUILD] bin-x86_64-efi/config_efi.o [BUILD] bin-x86_64-efi/config_ethernet.o [BUILD] bin-x86_64-efi/config_fc.o [BUILD] bin-x86_64-efi/config_http.o [BUILD] bin-x86_64-efi/config_infiniband.o [BUILD] bin-x86_64-efi/config_linux.o [BUILD] bin-x86_64-efi/config_net80211.o [BUILD] bin-x86_64-efi/config_pcbios.o [BUILD] bin-x86_64-efi/config_pixbuf.o [BUILD] bin-x86_64-efi/config_romprefix.o [BUILD] bin-x86_64-efi/config_route.o [BUILD] bin-x86_64-efi/config_usb.o [BUILD] bin-x86_64-efi/cachedhcp.o [BUILD] bin-x86_64-efi/cpuid.o [BUILD] bin-x86_64-efi/cpuid_settings.o [BUILD] bin-x86_64-efi/debugcon.o [BUILD] bin-x86_64-efi/gdbmach.o [BUILD] bin-x86_64-efi/rdtsc_timer.o [BUILD] bin-x86_64-efi/runtime.o [BUILD] bin-x86_64-efi/video_subr.o [BUILD] bin-x86_64-efi/x86_uart.o [BUILD] bin-x86_64-efi/bootsector.o [BUILD] bin-x86_64-efi/bzimage.o [BUILD] bin-x86_64-efi/com32.o [BUILD] bin-x86_64-efi/comboot.o [BUILD] bin-x86_64-efi/elfboot.o [BUILD] bin-x86_64-efi/initrd.o [BUILD] bin-x86_64-efi/multiboot.o [BUILD] bin-x86_64-efi/nbi.o [BUILD] bin-x86_64-efi/pxe_image.o [BUILD] bin-x86_64-efi/sdi.o [BUILD] bin-x86_64-efi/acpipwr.o [BUILD] bin-x86_64-efi/apm.o [BUILD] bin-x86_64-efi/bios_console.o [BUILD] bin-x86_64-efi/bios_smbios.o [BUILD] bin-x86_64-efi/biosint.o [BUILD] bin-x86_64-efi/int13.o [BUILD] bin-x86_64-efi/int13con.o [BUILD] bin-x86_64-efi/memmap.o [BUILD] bin-x86_64-efi/memtop_umalloc.o [BUILD] bin-x86_64-efi/pnpbios.o [BUILD] bin-x86_64-efi/rtc_entropy.o [BUILD] bin-x86_64-efi/vesafb.o [BUILD] bin-x86_64-efi/pxe_call.o [BUILD] bin-x86_64-efi/pxe_exit_hook.o [BUILD] bin-x86_64-efi/pxe_file.o [BUILD] bin-x86_64-efi/pxe_loader.o [BUILD] bin-x86_64-efi/pxe_preboot.o [BUILD] bin-x86_64-efi/pxe_tftp.o [BUILD] bin-x86_64-efi/pxe_udp.o [BUILD] bin-x86_64-efi/pxe_undi.o [BUILD] bin-x86_64-efi/pxeparent.o [BUILD] bin-x86_64-efi/efix86_nap.o [BUILD] bin-x86_64-efi/guestinfo.o [BUILD] bin-x86_64-efi/guestrpc.o [BUILD] bin-x86_64-efi/vmconsole.o [BUILD] bin-x86_64-efi/vmware.o [BUILD] bin-x86_64-efi/comboot_call.o [BUILD] bin-x86_64-efi/comboot_resolv.o [BUILD] bin-x86_64-efi/cpuid_cmd.o [BUILD] bin-x86_64-efi/pxe_cmd.o [BUILD] bin-x86_64-efi/hvm.o [BUILD] bin-x86_64-efi/hyperv.o [BUILD] bin-x86_64-efi/isaromprefix.o [BUILD] bin-x86_64-efi/mromprefix.o [BUILD] bin-x86_64-efi/pciromprefix.o [BUILD] bin-x86_64-efi/romprefix.o [BUILD] bin-x86_64-efi/librm.o [BUILD] bin-x86_64-efi/3c509.ids.o [BUILD] bin-x86_64-efi/3c90x.ids.o [BUILD] bin-x86_64-efi/atl1e.ids.o [BUILD] bin-x86_64-efi/b44.ids.o [BUILD] bin-x86_64-efi/bnx2.ids.o [BUILD] bin-x86_64-efi/cs89x0.ids.o [BUILD] bin-x86_64-efi/eepro.ids.o [BUILD] bin-x86_64-efi/eepro100.ids.o [BUILD] bin-x86_64-efi/etherfabric.ids.o [BUILD] bin-x86_64-efi/forcedeth.ids.o [BUILD] bin-x86_64-efi/intel.ids.o [BUILD] bin-x86_64-efi/intelx.ids.o [BUILD] bin-x86_64-efi/intelxvf.ids.o [BUILD] bin-x86_64-efi/jme.ids.o [BUILD] bin-x86_64-efi/myri10ge.ids.o [BUILD] bin-x86_64-efi/myson.ids.o [BUILD] bin-x86_64-efi/natsemi.ids.o [BUILD] bin-x86_64-efi/ne2k_isa.ids.o [BUILD] bin-x86_64-efi/pcnet32.ids.o [BUILD] bin-x86_64-efi/pnic.ids.o [BUILD] bin-x86_64-efi/prism2_pci.ids.o [BUILD] bin-x86_64-efi/prism2_plx.ids.o [BUILD] bin-x86_64-efi/realtek.ids.o [BUILD] bin-x86_64-efi/rhine.ids.o [BUILD] bin-x86_64-efi/sis190.ids.o [BUILD] bin-x86_64-efi/skeleton.ids.o [BUILD] bin-x86_64-efi/skge.ids.o [BUILD] bin-x86_64-efi/sky2.ids.o [BUILD] bin-x86_64-efi/smc9000.ids.o [BUILD] bin-x86_64-efi/thunderx.ids.o [BUILD] bin-x86_64-efi/velocity.ids.o [BUILD] bin-x86_64-efi/virtio-net.ids.o [BUILD] bin-x86_64-efi/vmxnet3.ids.o [BUILD] bin-x86_64-efi/igbvf_main.ids.o [BUILD] bin-x86_64-efi/phantom.ids.o [BUILD] bin-x86_64-efi/ath5k.ids.o [BUILD] bin-x86_64-efi/ath9k.ids.o [BUILD] bin-x86_64-efi/tg3.ids.o [BUILD] bin-x86_64-efi/arbel.ids.o [BUILD] bin-x86_64-efi/golan.ids.o [BUILD] bin-x86_64-efi/hermon.ids.o [BUILD] bin-x86_64-efi/linda.ids.o [BUILD] bin-x86_64-efi/qib7322.ids.o [BUILD] bin-x86_64-efi/ehci.ids.o [BUILD] bin-x86_64-efi/uhci.ids.o [BUILD] bin-x86_64-efi/xhci.ids.o [BUILD] bin-x86_64-efi/hvm.ids.o [HOSTCC] util/elf2efi64 [VERSION] bin-x86_64-efi/version.ipxe.efi.o [AR] bin-x86_64-efi/blib.a ar: creating bin-x86_64-efi/blib.a [LD] bin-x86_64-efi/ipxe.efi.tmp bin-x86_64-efi/blib.a(com32_wrapper.o): In function com32_farcall_wrapper':
(.text+0x1): relocation truncated to fit: R_X86_64_32 against symbol com32_farcall' defined in .text.com32_farcall section in bin-x86_64-efi/blib.a(com32_call.o) bin-x86_64-efi/blib.a(com32_wrapper.o): In function com32_cfarcall_wrapper':
(.text+0x8): relocation truncated to fit: R_X86_64_32 against symbol com32_cfarcall' defined in .text.com32_cfarcall section in bin-x86_64-efi/blib.a(com32_call.o) bin-x86_64-efi/blib.a(com32_wrapper.o): In function com32_intcall_wrapper':
(.text+0xf): relocation truncated to fit: R_X86_64_32 against symbol com32_intcall' defined in .text.com32_intcall section in bin-x86_64-efi/blib.a(com32_call.o) bin-x86_64-efi/blib.a(com32_call.o):(.text16+0xa): relocation truncated to fit: R_X86_64_16 against .bss16'
bin-x86_64-efi/blib.a(com32_call.o):(.text16+0x14): relocation truncated to fit: R_X86_64_16 against .bss16' bin-x86_64-efi/blib.a(com32_call.o):(.text16+0x19): relocation truncated to fit: R_X86_64_16 against symbol com32_saved_sp' defined in .bss16 section in bin-x86_64-efi/blib.a(com32_call.o)
bin-x86_64-efi/blib.a(com32_call.o):(.text16+0x1c): relocation truncated to fit: R_X86_64_16 against .bss16' bin-x86_64-efi/blib.a(com32_call.o):(.text16+0x2b): relocation truncated to fit: R_X86_64_16 against symbol com32_saved_sp' defined in .bss16 section in bin-x86_64-efi/blib.a(com32_call.o)
bin-x86_64-efi/blib.a(com32_call.o):(.text16+0x30): relocation truncated to fit: R_X86_64_16 against .bss16' bin-x86_64-efi/blib.a(com32_call.o):(.text16+0x34): relocation truncated to fit: R_X86_64_16 against .text16'
bin-x86_64-efi/blib.a(com32_call.o): In function com32_intcall_instr': com32_call.c:(.text16+0x3e): additional relocation overflows omitted from the output bin-x86_64-efi/blib.a(hidemem.o): In function hide_region':
/var/tmp/ipxe-build/ipxe-build-vvQIOz/src/arch/x86/interface/pcbios/hidemem.c:97: undefined reference to _textdata' /var/tmp/ipxe-build/ipxe-build-vvQIOz/src/arch/x86/interface/pcbios/hidemem.c:98: undefined reference to _etextdata'
bin-x86_64-efi/blib.a(hidemem.o): In function hide_etherboot': /var/tmp/ipxe-build/ipxe-build-vvQIOz/src/arch/x86/interface/pcbios/hidemem.c:158: undefined reference to _textdata'
/var/tmp/ipxe-build/ipxe-build-vvQIOz/src/arch/x86/interface/pcbios/hidemem.c:172: undefined reference to _data16_memsz' /var/tmp/ipxe-build/ipxe-build-vvQIOz/src/arch/x86/interface/pcbios/hidemem.c:171: undefined reference to _text16_memsz'
bin-x86_64-efi/blib.a(pxe_entry.o): In function pxe_segments': (.text16.data+0x26): undefined reference to _data16_memsz'
bin-x86_64-efi/blib.a(pxe_entry.o): In function pxe_segments': (.text16.data+0x2e): undefined reference to _data16_memsz'
bin-x86_64-efi/blib.a(pxe_entry.o): In function pxe_segments': (.text16.data+0x36): undefined reference to _text16_memsz'
bin-x86_64-efi/blib.a(pxe_entry.o): In function pxe_segments': (.text16.data+0x3e): undefined reference to _text16_memsz'
bin-x86_64-efi/blib.a(pxe_entry.o): In function pxenv': (.text16.data+0x76): undefined reference to _data16_memsz'
bin-x86_64-efi/blib.a(pxe_entry.o): In function pxenv': (.text16.data+0x82): undefined reference to _data16_memsz'
bin-x86_64-efi/blib.a(pxe_entry.o): In function pxenv': (.text16.data+0x86): undefined reference to _text16_memsz'
bin-x86_64-efi/blib.a(config.o): In function __requiring_symbol__': config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_linux_console'
ld: bin-x86_64-efi/ipxe.efi.tmp: hidden symbol _textdata' isn't defined ld: final link failed: Bad value make: *** [bin-x86_64-efi/ipxe.efi.tmp] Error 1 rm bin-x86_64-efi/version.ipxe.efi.o make: Leaving directory /var/tmp/ipxe-build/ipxe-build-jODGNg/src'
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

Parameters: DEBUG = Empty

i'm creating a build and set some debug options...
Wondering if they are being set because... when I force a build error I see:

Build log:
Path: 
Parameters: 
  BINARY = ipxe.iso
  BINDIR = bin
  DEBUG = 
  EMBED.00script.ipxe = 
  REVISION = master
  dhcp.h/PXEBS_END_TIMEOUT_SEC: = 0
  dhcp.h/PXEBS_MAX_TIMEOUT_SEC: = 0
...

Improve UI

It was a misunderstanding on my side. I thought that PXE image support could be added to ipxe.efi (in a way that also the PXE functionality which exists in non-UEFI BIOSes would be added to ipxe.efi) so that the new UEFI-only box can boot the same way as all our other existing non-UEFI BIOS boxes. My misunderstanding was encouraged by the fact that https://rom-o-matic.eu/ has select buttons for PXE stack/menu support AND for PXE image support also for the output format "EFI PXE bootstrap 64-bin (.efi)".
Thus (in case I want to use iPXE for the UEFI-only box) I have to always change the (automatically created pxelinux based) DRBL configuration (DHCP server config, ipxe.conf script...) whenever I change the DRBL setup (e.g. adding/removing DRBL client...)
I guess for simplicity the select boxes are the same for all build targets (even if they do not make sense for some of them) which allows to have only one static page for all targets. Showing only the meaningful options for the respective target would mean to implement a context depending dynamically created web page which would update whenever another build target is selected.
So I would not call it an error but rather a "nice-to-have" feature.

git version is missing in rom-o-matic builds

As an example snponly.efi from rom-o-matic shows header:
iPXE 1.0.0+ -- Open Source Network Boot Firmware -- http://ipxe.org
While default build from http://boot.ipxe.org shows
iPXE 1.0.0+ (827dd) -- Open Source Network Boot Firmware -- http://ipxe.org

I think if the git command is missing when building then it becomes 1.0.0+ () -- so not sure if that is the issue or if there is something else going on.

Initially reported by tal____ on IRC

https://rom-o-matic.eu/ is down

Greetings
it's a greet job but Unfortunately for the past few days I'm trying to acces the site to build some experimental binaries the site either fails to build & nowadays it is down
kindly advise

internal server error ipxe webbuild

Hi,

I can't create any images through the web interface.
It gives me an internal server error when i try to generate a image.
Is it not working or is it just me?
Thanks in advance and many thanks for this easy tool.

Dave

Local installs fail

Local docker containers of your solution fail to launch. During the build process, many errors are thrown and evidence of race conditions and locks are displayed. At a glance this may be trusty related and perhaps moving to something more current is in order.

ISO build fail on line 223

HI ALL
choose .ISO and build, fail on line 233
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 233
please help

Compile error with serial options excluded

http://rom-o-matic.eu/build.fcgi?BINARY=ipxe.iso&BINDIR=bin&REVISION=master&DEBUG=&EMBED.00script.ipxe=%23!ipxe%0Adhcp%0Achain%20http%3A//nightmare.home.gateway/l/menu.ipxe&serial.h/COM1:=0&serial.h/COM2:=0&serial.h/COM3:=0&serial.h/COM4:=0&serial.h/COMDATA:=0&serial.h/COMSTOP:=0&settings.h/CPUID_SETTINGS:=1&general.h/NET_PROTO_IPV6:=1&general.h/PXE_STACK:=1&general.h/PXE_MENU:=1&general.h/DOWNLOAD_PROTO_HTTPS:=1&general.h/DOWNLOAD_PROTO_FTP:=1&general.h/CRYPTO_80211_WEP:=0&general.h/CRYPTO_80211_WPA:=0&general.h/CRYPTO_80211_WPA2:=0&general.h/IMAGE_ELF:=1&general.h/IMAGE_PXE:=1&general.h/IMAGE_BZIMAGE:=1&general.h/IMAGE_COMBOOT:=1&

Errors out with
core/serial.c: In function 'serial_putc':
core/serial.c:108: error: 'COM1' undeclared (first use in this function)
core/serial.c:108: error: (Each undeclared identifier is reported only once
core/serial.c:108: error: for each function it appears in.)
core/serial.c: In function 'serial_getc':
core/serial.c:126: error: 'COM1' undeclared (first use in this function)
core/serial.c: In function 'serial_ischar':
core/serial.c:143: error: 'COM1' undeclared (first use in this function)
core/serial.c: In function 'serial_init':
core/serial.c:155: error: 'COM1' undeclared (first use in this function)
core/serial.c: In function 'serial_fini':
core/serial.c:241: error: 'COM1' undeclared (first use in this function)
make: *** [bin/serial.o] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory `/var/tmp/ipxe-build/ipxe-build-STCKRn/src'
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

Add ability to refresh local Git repo

I'm not sure how this is meant to work, but I'm reliant ATM on the RoM as I don't have a suitable build machine, and a bug fix has just (2 hours ago as of posting this) gone into the Git repo that I need, but I'm not offered that revision, nor any way to trigger a pull or get it to use a fresh clone...

So how does the build repo get updated? ...and if it's not every build, what is the update latency, and can we trigger a manual refresh?

ROM build failed

Building a boot rom for Mellanox Technologies MT27500 Family [ConnectX-3 Virtual Function] [15b3:1004]
fails

https://rom-o-matic.eu/build.fcgi?BINARY=15b31004.rom&BINDIR=bin&REVISION=master&DEBUG=&EMBED.00script.ipxe=&
Build failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630


Build log:
Path: 
Parameters: 
  BINARY = 15b31004.rom
  BINDIR = bin
  DEBUG = 
  EMBED.00script.ipxe = 
  REVISION = master
Binary: 15b31004.rom
Binary directory: bin
Revision: master
Canonicalising revision master...
Canonical revision: a25a16d4adf663abd8f6eaab266b9444157357b6
Creating temporary directories...
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-X8MXHG
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-R9UdQD
Cloning git tree from /var/tmp/ipxe/.git...
Finding closest cached binaries for a25a16d4adf663abd8f6eaab266b9444157357b6...
Found cached binaries in ipxe-build/cached/bin/a25a16d4adf663abd8f6eaab266b9444157357b6.gz at distance 0
Opening binary tarball /var/cache/ipxe-build/a25a16d4adf663abd8f6eaab266b9444157357b6-bin.tar.gz...
Opened binary tarball /var/cache/ipxe-build/a25a16d4adf663abd8f6eaab266b9444157357b6-bin.tar.gz...
Checking out revision a25a16d4adf663abd8f6eaab266b9444157357b6...
Identifying timestamp for commit a25a16d4adf663abd8f6eaab266b9444157357b6...
Setting timestamps to Fri Apr 24 17:27:47 2015...
Unpacking binary tarball /var/cache/ipxe-build/a25a16d4adf663abd8f6eaab266b9444157357b6-bin.tar.gz...
Checking out revision a25a16d4adf663abd8f6eaab266b9444157357b6...
Building final target bin/15b31004.rom...
make: Entering directory `/var/tmp/ipxe-build/ipxe-build-R9UdQD/src'
  [DEPS] arch/i386/drivers/net/undiisr.S
  [DEPS] arch/i386/interface/syslinux/com32_wrapper.S
  [DEPS] arch/i386/interface/pxe/pxe_entry.S
  [DEPS] arch/i386/firmware/pcbios/e820mangler.S
  [DEPS] arch/i386/prefix/usbdisk.S
  [DEPS] arch/i386/prefix/unlzma16.S
  [DEPS] arch/i386/prefix/unlzma.S
  [DEPS] arch/i386/prefix/undiloader.S
  [DEPS] arch/i386/prefix/romprefix.S
  [DEPS] arch/i386/prefix/pxeprefix.S
  [DEPS] arch/i386/prefix/pciromprefix.S
  [DEPS] arch/i386/prefix/nullprefix.S
  [DEPS] arch/i386/prefix/nbiprefix.S
  [DEPS] arch/i386/prefix/mromprefix.S
  [DEPS] arch/i386/prefix/mbr.S
  [DEPS] arch/i386/prefix/lkrnprefix.S
  [DEPS] arch/i386/prefix/libprefix.S
  [DEPS] arch/i386/prefix/kpxeprefix.S
  [DEPS] arch/i386/prefix/kkpxeprefix.S
  [DEPS] arch/i386/prefix/kkkpxeprefix.S
  [DEPS] arch/i386/prefix/isaromprefix.S
  [DEPS] arch/i386/prefix/hdprefix.S
  [DEPS] arch/i386/prefix/exeprefix.S
  [DEPS] arch/i386/prefix/dskprefix.S
  [DEPS] arch/i386/prefix/bootpart.S
  [DEPS] arch/i386/transitions/librm.S
  [DEPS] arch/i386/transitions/libpm.S
  [DEPS] arch/i386/transitions/libkir.S
  [DEPS] arch/i386/transitions/liba20.S
  [DEPS] arch/i386/core/virtaddr.S
  [DEPS] arch/i386/core/stack16.S
  [DEPS] arch/i386/core/stack.S
  [DEPS] arch/i386/core/setjmp.S
  [DEPS] arch/i386/core/patch_cf.S
  [DEPS] arch/i386/core/gdbidt.S
  [DEPS] tests/gdbstub_test.S
  [DEPS] arch/i386/drivers/net/undirom.c
  [DEPS] arch/i386/drivers/net/undipreload.c
  [DEPS] arch/i386/drivers/net/undionly.c
  [DEPS] arch/i386/drivers/net/undiload.c
  [DEPS] arch/i386/drivers/net/undi.c
  [DEPS] arch/x86/drivers/hyperv/hyperv.c
  [DEPS] arch/x86/drivers/xen/hvm.c
  [DEPS] arch/x86/prefix/efidrvprefix.c
  [DEPS] arch/x86/interface/efi/efix86_nap.c
  [DEPS] arch/x86/interface/efi/efi_entropy.c
  [DEPS] arch/x86/core/x86_tcpip.c
  [DEPS] arch/x86/core/x86_string.c
  [DEPS] arch/x86/core/x86_io.c
  [DEPS] arch/x86/core/x86_bigint.c
  [DEPS] arch/x86/core/pic8259.c
  [DEPS] arch/x86/core/pit8254.c
  [DEPS] arch/x86/core/pcidirect.c
  [DEPS] arch/x86/core/debugcon.c
  [DEPS] arch/x86/core/cpuid.c
  [DEPS] arch/i386/interface/vmware/vmware.c
  [DEPS] arch/i386/interface/vmware/vmconsole.c
  [DEPS] arch/i386/interface/vmware/guestrpc.c
  [DEPS] arch/i386/interface/syslinux/comboot_resolv.c
  [DEPS] arch/i386/interface/syslinux/comboot_call.c
  [DEPS] arch/i386/interface/syslinux/com32_call.c
  [DEPS] arch/i386/interface/pxe/pxe_udp.c
  [DEPS] arch/i386/interface/pxe/pxe_tftp.c
  [DEPS] arch/i386/interface/pxe/pxe_loader.c
  [DEPS] arch/i386/interface/pxe/pxe_exit_hook.c
  [DEPS] arch/i386/interface/pxe/pxe_call.c
  [DEPS] arch/i386/interface/pcbios/vesafb.c
  [DEPS] arch/i386/interface/pcbios/rtc_time.c
  [DEPS] arch/i386/interface/pcbios/rtc_entropy.c
  [DEPS] arch/i386/interface/pcbios/pcibios.c
  [DEPS] arch/i386/interface/pcbios/memtop_umalloc.c
  [DEPS] arch/i386/interface/pcbios/int13.c
  [DEPS] arch/i386/interface/pcbios/biosint.c
  [DEPS] arch/i386/interface/pcbios/bios_timer.c
  [DEPS] arch/i386/interface/pcbios/bios_smbios.c
  [DEPS] arch/i386/interface/pcbios/bios_reboot.c
  [DEPS] arch/i386/interface/pcbios/bios_nap.c
  [DEPS] arch/i386/interface/pcbios/apm.c
  [DEPS] arch/i386/image/initrd.c
  [DEPS] arch/i386/image/com32.c
  [DEPS] arch/i386/image/bootsector.c
  [DEPS] arch/i386/firmware/pcbios/pnpbios.c
  [DEPS] arch/i386/firmware/pcbios/memmap.c
  [DEPS] arch/i386/firmware/pcbios/hidemem.c
  [DEPS] arch/i386/firmware/pcbios/fakee820.c
  [DEPS] arch/i386/firmware/pcbios/bios_console.c
  [DEPS] arch/i386/firmware/pcbios/basemem.c
  [DEPS] arch/i386/transitions/librm_test.c
  [DEPS] arch/i386/transitions/librm_mgmt.c
  [DEPS] arch/i386/core/video_subr.c
  [DEPS] arch/i386/core/runtime.c
  [DEPS] arch/i386/core/relocate.c
  [DEPS] arch/i386/core/rdtsc_timer.c
  [DEPS] arch/i386/core/pci_autoboot.c
  [DEPS] arch/i386/core/nulltrap.c
  [DEPS] arch/i386/core/gdbmach.c
  [DEPS] arch/i386/core/dumpregs.c
  [DEPS] arch/i386/core/basemem_packet.c
  [DEPS] config/config_usb.c
  [DEPS] config/config_route.c
  [DEPS] config/config_romprefix.c
  [DEPS] config/config_net80211.c
  [DEPS] config/config_infiniband.c
  [DEPS] config/config_fc.c
  [DEPS] config/config_ethernet.c
  [DEPS] usr/sync.c
  [DEPS] usr/prompt.c
  [DEPS] usr/profstat.c
  [DEPS] usr/pingmgmt.c
  [DEPS] usr/ipstat.c
  [DEPS] usr/imgtrust.c
  [DEPS] usr/imgmgmt.c
  [DEPS] usr/fcmgmt.c
  [DEPS] hci/keymap/keymap_wo.c
  [DEPS] hci/keymap/keymap_us.c
  [DEPS] hci/keymap/keymap_uk.c
  [DEPS] hci/keymap/keymap_ua.c
  [DEPS] hci/keymap/keymap_th.c
  [DEPS] hci/keymap/keymap_sr.c
  [DEPS] hci/keymap/keymap_sg.c
  [DEPS] hci/keymap/keymap_ru.c
  [DEPS] hci/keymap/keymap_ro.c
  [DEPS] hci/keymap/keymap_pt.c
  [DEPS] hci/keymap/keymap_pl.c
  [DEPS] hci/keymap/keymap_no.c
  [DEPS] hci/keymap/keymap_no-latin1.c
  [DEPS] hci/keymap/keymap_nl.c
  [DEPS] hci/keymap/keymap_mt.c
  [DEPS] hci/keymap/keymap_mk.c
  [DEPS] hci/keymap/keymap_lt.c
  [DEPS] hci/keymap/keymap_it.c
  [DEPS] hci/keymap/keymap_il.c
  [DEPS] hci/keymap/keymap_hu.c
  [DEPS] hci/keymap/keymap_gr.c
  [DEPS] hci/keymap/keymap_fr.c
  [DEPS] hci/keymap/keymap_fi.c
  [DEPS] hci/keymap/keymap_et.c
  [DEPS] hci/keymap/keymap_es.c
  [DEPS] hci/keymap/keymap_dk.c
  [DEPS] hci/keymap/keymap_de.c
  [DEPS] hci/keymap/keymap_cz.c
  [DEPS] hci/keymap/keymap_cf.c
  [DEPS] hci/keymap/keymap_by.c
  [DEPS] hci/keymap/keymap_bg.c
  [DEPS] hci/keymap/keymap_az.c
  [DEPS] hci/keymap/keymap_al.c
  [DEPS] hci/mucurses/widgets/editbox.c
  [DEPS] hci/mucurses/windows.c
  [DEPS] hci/mucurses/winattrs.c
  [DEPS] hci/mucurses/slk.c
  [DEPS] hci/mucurses/print_nadv.c
  [DEPS] hci/mucurses/print.c
  [DEPS] hci/mucurses/mucurses.c
  [DEPS] hci/mucurses/kb.c
  [DEPS] hci/mucurses/edging.c
  [DEPS] hci/mucurses/colour.c
  [DEPS] hci/mucurses/clear.c
  [DEPS] hci/mucurses/ansi_screen.c
  [DEPS] hci/mucurses/alert.c
  [DEPS] hci/tui/menu_ui.c
  [DEPS] hci/wireless_errors.c
  [DEPS] hci/strerror.c
  [DEPS] hci/readline.c
  [DEPS] hci/jumpscroll.c
  [DEPS] hci/editstring.c
  [DEPS] crypto/axtls/aes.c
  [DEPS] crypto/sha512_256.c
  [DEPS] crypto/sha512_224.c
  [DEPS] crypto/sha512.c
  [DEPS] crypto/sha384.c
  [DEPS] crypto/sha256.c
  [DEPS] crypto/sha224.c
  [DEPS] crypto/sha1extra.c
  [DEPS] crypto/sha1.c
  [DEPS] crypto/rsa.c
  [DEPS] crypto/random_nz.c
  [DEPS] crypto/null_entropy.c
  [DEPS] crypto/md5.c
  [DEPS] crypto/hmac_drbg.c
  [DEPS] crypto/hmac.c
  [DEPS] crypto/hash_df.c
  [DEPS] crypto/entropy.c
  [DEPS] crypto/drbg.c
  [DEPS] crypto/deflate.c
  [DEPS] crypto/crypto_null.c
  [DEPS] crypto/crc32.c
  [DEPS] crypto/cms.c
  [DEPS] crypto/chap.c
  [DEPS] crypto/cbc.c
  [DEPS] crypto/bigint.c
  [DEPS] crypto/axtls_aes.c
  [DEPS] crypto/asn1.c
  [DEPS] crypto/arc4.c
  [DEPS] crypto/aes_wrap.c
  [DEPS] tests/x509_test.c
  [DEPS] tests/vsprintf_test.c
  [DEPS] tests/uri_test.c
  [DEPS] tests/umalloc_test.c
  [DEPS] tests/time_test.c
  [DEPS] tests/tests.c
  [DEPS] tests/test.c
  [DEPS] tests/tcpip_test.c
  [DEPS] tests/string_test.c
  [DEPS] tests/sha512_test.c
  [DEPS] tests/sha256_test.c
  [DEPS] tests/sha1_test.c
  [DEPS] tests/setjmp_test.c
  [DEPS] tests/rsa_test.c
  [DEPS] tests/pnm_test.c
  [DEPS] tests/png_test.c
  [DEPS] tests/pixbuf_test.c
  [DEPS] tests/pccrc_test.c
  [DEPS] tests/ocsp_test.c
  [DEPS] tests/memset_test.c
  [DEPS] tests/memcpy_test.c
  [DEPS] tests/md5_test.c
  [DEPS] tests/math_test.c
  [DEPS] tests/list_test.c
  [DEPS] tests/linebuf_test.c
  [DEPS] tests/ipv4_test.c
  [DEPS] tests/hmac_drbg_test.c
  [DEPS] tests/hash_df_test.c
  [DEPS] tests/entropy_sample.c
  [DEPS] tests/dns_test.c
  [DEPS] tests/digest_test.c
  [DEPS] tests/deflate_test.c
  [DEPS] tests/crc32_test.c
  [DEPS] tests/cms_test.c
  [DEPS] tests/cbc_test.c
  [DEPS] tests/byteswap_test.c
  [DEPS] tests/bigint_test.c
  [DEPS] tests/aes_cbc_test.c
  [DEPS] interface/hyperv/vmbus.c
  [DEPS] interface/xen/xenstore.c
  [DEPS] interface/xen/xengrant.c
  [DEPS] interface/xen/xenbus.c
  [DEPS] interface/smbios/smbios.c
  [DEPS] interface/efi/efi_wrap.c
  [DEPS] interface/efi/efi_utils.c
  [DEPS] interface/efi/efi_umalloc.c
  [DEPS] interface/efi/efi_uaccess.c
  [DEPS] interface/efi/efi_timer.c
  [DEPS] interface/efi/efi_time.c
  [DEPS] interface/efi/efi_strings.c
  [DEPS] interface/efi/efi_smbios.c
  [DEPS] interface/efi/efi_reboot.c
  [DEPS] interface/efi/efi_pci.c
  [DEPS] interface/efi/efi_init.c
  [DEPS] interface/efi/efi_hii.c
  [DEPS] interface/efi/efi_guid.c
  [DEPS] interface/efi/efi_file.c
  [DEPS] interface/efi/efi_driver.c
  [DEPS] interface/efi/efi_console.c
  [DEPS] interface/efi/efi_bofm.c
  [DEPS] interface/efi/efi_autoboot.c
  [DEPS] drivers/usb/xhci.c
  [DEPS] drivers/usb/usbnet.c
  [DEPS] drivers/usb/usbhub.c
  [DEPS] drivers/usb/ehci.c
  [DEPS] drivers/infiniband/qib7322.c
  [DEPS] drivers/infiniband/linda_fw.c
  [DEPS] drivers/infiniband/linda.c
  [DEPS] drivers/bitbash/spi_bit.c
  [DEPS] drivers/bitbash/i2c_bit.c
  [DEPS] drivers/bitbash/bitbash.c
  [DEPS] drivers/nvs/threewire.c
  [DEPS] drivers/nvs/spi.c
  [DEPS] drivers/nvs/nvs.c
  [DEPS] drivers/block/scsi.c
  [DEPS] drivers/block/ata.c
  [DEPS] drivers/net/efi/snponly.c
  [DEPS] drivers/net/vxge/vxge.c
  [DEPS] drivers/net/wd.c
  [DEPS] drivers/net/sis900.c
  [DEPS] drivers/net/ne.c
  [DEPS] drivers/net/depca.c
  [DEPS] drivers/net/3c529.c
  [DEPS] drivers/net/3c509.c
  [DEPS] drivers/net/3c509-eisa.c
  [DEPS] drivers/net/3c503.c
  [DEPS] drivers/bus/virtio-ring.c
  [DEPS] drivers/bus/virtio-pci.c
  [DEPS] drivers/bus/usb.c
  [DEPS] drivers/bus/pcivpd.c
  [DEPS] drivers/bus/pciextra.c
  [DEPS] drivers/bus/pcibackup.c
  [DEPS] drivers/bus/pci.c
  [DEPS] drivers/bus/mca.c
  [DEPS] drivers/bus/isapnp.c
  [DEPS] drivers/bus/isa_ids.c
  [DEPS] drivers/bus/isa.c
  [DEPS] drivers/bus/eisa.c
  [DEPS] drivers/bus/cdc.c
  [DEPS] image/segment.c
  [DEPS] image/pnm.c
  [DEPS] image/png.c
  [DEPS] image/embedded.c
  [DEPS] image/elf.c
  [DEPS] net/infiniband/ib_smc.c
  [DEPS] net/infiniband/ib_pathrec.c
  [DEPS] net/infiniband/ib_packet.c
  [DEPS] net/infiniband/ib_mi.c
  [DEPS] net/infiniband/ib_mcast.c
  [DEPS] net/infiniband/ib_cmrc.c
  [DEPS] net/infiniband/ib_cm.c
  [DEPS] net/oncrpc/nfs_uri.c
  [DEPS] net/tls.c
  [DEPS] net/socket.c
  [DEPS] net/retry.c
  [DEPS] net/iobpad.c
  [DEPS] net/icmpv4.c
  [DEPS] net/icmp.c
  [DEPS] net/fragment.c
  [DEPS] net/fcp.c
  [DEPS] net/fcns.c
  [DEPS] net/fcels.c
  [DEPS] net/fc.c
  [DEPS] core/xferbuf.c
  [DEPS] core/xfer.c
  [DEPS] core/wchar.c
  [DEPS] core/vsprintf.c
  [DEPS] core/uuid.c
  [DEPS] core/uri.c
  [DEPS] core/timer.c
  [DEPS] core/time.c
  [DEPS] core/stringextra.c
  [DEPS] core/string.c
  [DEPS] core/serial_console.c
  [DEPS] core/serial.c
  [DEPS] core/resolv.c
  [DEPS] core/refcnt.c
  [DEPS] core/random.c
  [DEPS] core/profile.c
  [DEPS] core/process.c
  [DEPS] core/posix_io.c
  [DEPS] core/pixbuf.c
  [DEPS] core/pinger.c
  [DEPS] core/pending.c
  [DEPS] core/pc_kbd.c
  [DEPS] core/params.c
  [DEPS] core/pcmcia.c
  [DEPS] core/open.c
  [DEPS] core/null_time.c
  [DEPS] core/null_sanboot.c
  [DEPS] core/null_reboot.c
  [DEPS] core/null_nap.c
  [DEPS] core/monojob.c
  [DEPS] core/menu.c
  [DEPS] core/memblock.c
  [DEPS] core/malloc.c
  [DEPS] core/main.c
  [DEPS] core/log.c
  [DEPS] core/list.c
  [DEPS] core/lineconsole.c
  [DEPS] core/job.c
  [DEPS] core/linebuf.c
  [DEPS] core/isqrt.c
  [DEPS] core/iobuf.c
  [DEPS] core/interface.c
  [DEPS] core/init.c
  [DEPS] core/image.c
  [DEPS] core/i82365.c
  [DEPS] core/hw.c
  [DEPS] core/getopt.c
  [DEPS] core/getkey.c
  [DEPS] core/gdbstub.c
  [DEPS] core/gdbserial.c
  [DEPS] core/fnrec.c
  [DEPS] core/fbcon.c
  [DEPS] core/errno.c
  [DEPS] core/edd.c
  [DEPS] core/downloader.c
  [DEPS] core/device.c
  [DEPS] core/debug_md5.c
  [DEPS] core/debug.c
  [DEPS] core/cwuri.c
  [DEPS] core/ctype.c
  [DEPS] core/cpio.c
  [DEPS] core/console.c
  [DEPS] core/blockdev.c
  [DEPS] core/bitmap.c
  [DEPS] core/basename.c
  [DEPS] core/assert.c
  [DEPS] core/asprintf.c
  [DEPS] core/ansiesc.c
  [DEPS] core/ansicoldef.c
  [DEPS] core/ansicol.c
  [DEPS] core/acpi.c
  [DEPS] libgcc/memcpy.c
  [DEPS] libgcc/icc.c
  [DEPS] libgcc/__umoddi3.c
  [DEPS] libgcc/__udivmoddi4.c
  [DEPS] libgcc/__udivdi3.c
  [DEPS] libgcc/__moddi3.c
  [DEPS] libgcc/__divdi3.c
make: Leaving directory `/var/tmp/ipxe-build/ipxe-build-R9UdQD/src'
make: Entering directory `/var/tmp/ipxe-build/ipxe-build-R9UdQD/src'
  [BUILD] bin/__divdi3.o
  [BUILD] bin/__moddi3.o
  [BUILD] bin/__udivdi3.o
  [BUILD] bin/__udivmoddi4.o
  [BUILD] bin/__umoddi3.o
  [BUILD] bin/icc.o
  [BUILD] bin/memcpy.o
  [BUILD] bin/acpi.o
  [BUILD] bin/ansicol.o
  [BUILD] bin/ansicoldef.o
  [BUILD] bin/ansiesc.o
  [BUILD] bin/asprintf.o
  [BUILD] bin/assert.o
  [BUILD] bin/basename.o
  [BUILD] bin/bitmap.o
  [BUILD] bin/blockdev.o
  [BUILD] bin/console.o
  [BUILD] bin/cpio.o
  [BUILD] bin/ctype.o
  [BUILD] bin/cwuri.o
  [BUILD] bin/debug.o
  [BUILD] bin/debug_md5.o
  [BUILD] bin/device.o
  [BUILD] bin/downloader.o
  [BUILD] bin/edd.o
  [BUILD] bin/errno.o
  [BUILD] bin/fbcon.o
  [BUILD] bin/fnrec.o
  [BUILD] bin/gdbserial.o
  [BUILD] bin/gdbstub.o
  [BUILD] bin/getkey.o
  [BUILD] bin/getopt.o
  [BUILD] bin/hw.o
  [BUILD] bin/i82365.o
  [BUILD] bin/image.o
  [BUILD] bin/init.o
  [BUILD] bin/interface.o
  [BUILD] bin/iobuf.o
  [BUILD] bin/isqrt.o
  [BUILD] bin/job.o
  [BUILD] bin/linebuf.o
  [BUILD] bin/lineconsole.o
  [BUILD] bin/list.o
  [BUILD] bin/log.o
  [BUILD] bin/main.o
  [BUILD] bin/malloc.o
  [BUILD] bin/memblock.o
  [BUILD] bin/menu.o
  [BUILD] bin/monojob.o
  [BUILD] bin/null_nap.o
  [BUILD] bin/null_reboot.o
  [BUILD] bin/null_sanboot.o
  [BUILD] bin/null_time.o
  [BUILD] bin/open.o
  [BUILD] bin/params.o
  [BUILD] bin/pc_kbd.o
  [BUILD] bin/pcmcia.o
  [BUILD] bin/pending.o
  [BUILD] bin/pinger.o
  [BUILD] bin/pixbuf.o
  [BUILD] bin/posix_io.o
  [BUILD] bin/process.o
  [BUILD] bin/profile.o
  [BUILD] bin/random.o
  [BUILD] bin/refcnt.o
  [BUILD] bin/resolv.o
  [BUILD] bin/serial.o
  [BUILD] bin/serial_console.o
  [BUILD] bin/string.o
  [BUILD] bin/stringextra.o
  [BUILD] bin/time.o
  [BUILD] bin/timer.o
  [BUILD] bin/uri.o
  [BUILD] bin/uuid.o
  [BUILD] bin/vsprintf.o
  [BUILD] bin/wchar.o
  [BUILD] bin/xfer.o
  [BUILD] bin/xferbuf.o
  [BUILD] bin/fc.o
  [BUILD] bin/fcels.o
  [BUILD] bin/fcns.o
  [BUILD] bin/fcp.o
  [BUILD] bin/fragment.o
  [BUILD] bin/icmp.o
  [BUILD] bin/icmpv4.o
  [BUILD] bin/iobpad.o
  [BUILD] bin/retry.o
  [BUILD] bin/socket.o
  [BUILD] bin/tls.o
  [BUILD] bin/nfs_uri.o
  [BUILD] bin/ib_cm.o
  [BUILD] bin/ib_cmrc.o
  [BUILD] bin/ib_mcast.o
  [BUILD] bin/ib_mi.o
  [BUILD] bin/ib_packet.o
  [BUILD] bin/ib_pathrec.o
  [BUILD] bin/ib_smc.o
  [BUILD] bin/elf.o
  [BUILD] bin/embedded.o
  [BUILD] bin/png.o
  [BUILD] bin/pnm.o
  [BUILD] bin/segment.o
  [BUILD] bin/cdc.o
  [BUILD] bin/eisa.o
  [BUILD] bin/isa.o
  [BUILD] bin/isa_ids.o
  [BUILD] bin/isapnp.o
  [BUILD] bin/mca.o
  [BUILD] bin/pci.o
  [BUILD] bin/pcibackup.o
  [BUILD] bin/pciextra.o
  [BUILD] bin/pcivpd.o
  [BUILD] bin/usb.o
  [BUILD] bin/virtio-pci.o
  [BUILD] bin/virtio-ring.o
  [BUILD] bin/3c503.o
  [BUILD] bin/3c509-eisa.o
  [BUILD] bin/3c509.o
  [BUILD] bin/3c529.o
  [BUILD] bin/depca.o
  [BUILD] bin/ne.o
  [BUILD] bin/sis900.o
  [BUILD] bin/wd.o
  [BUILD] bin/vxge.o
  [BUILD] bin/snponly.o
  [BUILD] bin/ata.o
  [BUILD] bin/scsi.o
  [BUILD] bin/nvs.o
  [BUILD] bin/spi.o
  [BUILD] bin/threewire.o
  [BUILD] bin/bitbash.o
  [BUILD] bin/i2c_bit.o
  [BUILD] bin/spi_bit.o
  [BUILD] bin/linda.o
  [BUILD] bin/linda_fw.o
  [BUILD] bin/qib7322.o
  [BUILD] bin/ehci.o
  [BUILD] bin/usbhub.o
  [BUILD] bin/usbnet.o
  [BUILD] bin/xhci.o
  [BUILD] bin/efi_autoboot.o
  [BUILD] bin/efi_bofm.o
  [BUILD] bin/efi_console.o
  [BUILD] bin/efi_driver.o
  [BUILD] bin/efi_file.o
  [BUILD] bin/efi_guid.o
  [BUILD] bin/efi_hii.o
  [BUILD] bin/efi_init.o
  [BUILD] bin/efi_pci.o
  [BUILD] bin/efi_reboot.o
  [BUILD] bin/efi_smbios.o
  [BUILD] bin/efi_strings.o
  [BUILD] bin/efi_time.o
  [BUILD] bin/efi_timer.o
  [BUILD] bin/efi_uaccess.o
  [BUILD] bin/efi_umalloc.o
  [BUILD] bin/efi_utils.o
  [BUILD] bin/efi_wrap.o
  [BUILD] bin/smbios.o
  [BUILD] bin/xenbus.o
  [BUILD] bin/xengrant.o
  [BUILD] bin/xenstore.o
  [BUILD] bin/vmbus.o
  [BUILD] bin/aes_cbc_test.o
  [BUILD] bin/bigint_test.o
  [BUILD] bin/byteswap_test.o
  [BUILD] bin/cbc_test.o
  [BUILD] bin/cms_test.o
  [BUILD] bin/crc32_test.o
  [BUILD] bin/deflate_test.o
  [BUILD] bin/digest_test.o
  [BUILD] bin/dns_test.o
  [BUILD] bin/entropy_sample.o
  [BUILD] bin/hash_df_test.o
  [BUILD] bin/hmac_drbg_test.o
  [BUILD] bin/ipv4_test.o
  [BUILD] bin/linebuf_test.o
  [BUILD] bin/list_test.o
  [BUILD] bin/math_test.o
  [BUILD] bin/md5_test.o
  [BUILD] bin/memcpy_test.o
  [BUILD] bin/memset_test.o
  [BUILD] bin/ocsp_test.o
  [BUILD] bin/pccrc_test.o
  [BUILD] bin/pixbuf_test.o
  [BUILD] bin/png_test.o
  [BUILD] bin/pnm_test.o
  [BUILD] bin/profile_test.o
  [BUILD] bin/rsa_test.o
  [BUILD] bin/setjmp_test.o
  [BUILD] bin/sha1_test.o
  [BUILD] bin/sha256_test.o
  [BUILD] bin/sha512_test.o
  [BUILD] bin/string_test.o
  [BUILD] bin/tcpip_test.o
  [BUILD] bin/test.o
  [BUILD] bin/tests.o
  [BUILD] bin/time_test.o
  [BUILD] bin/umalloc_test.o
  [BUILD] bin/uri_test.o
  [BUILD] bin/vsprintf_test.o
  [BUILD] bin/x509_test.o
  [BUILD] bin/aes_wrap.o
  [BUILD] bin/arc4.o
  [BUILD] bin/asn1.o
  [BUILD] bin/axtls_aes.o
  [BUILD] bin/bigint.o
  [BUILD] bin/cbc.o
  [BUILD] bin/chap.o
  [BUILD] bin/cms.o
  [BUILD] bin/crc32.o
  [BUILD] bin/crypto_null.o
  [BUILD] bin/deflate.o
  [BUILD] bin/drbg.o
  [BUILD] bin/entropy.o
  [BUILD] bin/hash_df.o
  [BUILD] bin/hmac.o
  [BUILD] bin/hmac_drbg.o
  [BUILD] bin/md5.o
  [BUILD] bin/null_entropy.o
  [BUILD] bin/random_nz.o
  [BUILD] bin/rsa.o
  [BUILD] bin/sha1.o
  [BUILD] bin/sha1extra.o
  [BUILD] bin/sha224.o
  [BUILD] bin/sha256.o
  [BUILD] bin/sha384.o
  [BUILD] bin/sha512.o
  [BUILD] bin/sha512_224.o
  [BUILD] bin/sha512_256.o
  [BUILD] bin/aes.o
  [BUILD] bin/editstring.o
  [BUILD] bin/jumpscroll.o
  [BUILD] bin/readline.o
  [BUILD] bin/strerror.o
  [BUILD] bin/wireless_errors.o
  [BUILD] bin/menu_ui.o
  [BUILD] bin/alert.o
  [BUILD] bin/ansi_screen.o
  [BUILD] bin/clear.o
  [BUILD] bin/colour.o
  [BUILD] bin/edging.o
  [BUILD] bin/kb.o
  [BUILD] bin/mucurses.o
  [BUILD] bin/print.o
  [BUILD] bin/print_nadv.o
  [BUILD] bin/slk.o
  [BUILD] bin/winattrs.o
  [BUILD] bin/windows.o
  [BUILD] bin/wininit.o
  [BUILD] bin/editbox.o
  [BUILD] bin/keymap_al.o
  [BUILD] bin/keymap_az.o
  [BUILD] bin/keymap_bg.o
  [BUILD] bin/keymap_by.o
  [BUILD] bin/keymap_cf.o
  [BUILD] bin/keymap_cz.o
  [BUILD] bin/keymap_de.o
  [BUILD] bin/keymap_dk.o
  [BUILD] bin/keymap_es.o
  [BUILD] bin/keymap_et.o
  [BUILD] bin/keymap_fi.o
  [BUILD] bin/keymap_fr.o
  [BUILD] bin/keymap_gr.o
  [BUILD] bin/keymap_hu.o
  [BUILD] bin/keymap_il.o
  [BUILD] bin/keymap_it.o
  [BUILD] bin/keymap_lt.o
  [BUILD] bin/keymap_mk.o
  [BUILD] bin/keymap_mt.o
  [BUILD] bin/keymap_nl.o
  [BUILD] bin/keymap_no-latin1.o
  [BUILD] bin/keymap_no.o
  [BUILD] bin/keymap_pl.o
  [BUILD] bin/keymap_pt.o
  [BUILD] bin/keymap_ro.o
  [BUILD] bin/keymap_ru.o
  [BUILD] bin/keymap_sg.o
  [BUILD] bin/keymap_sr.o
  [BUILD] bin/keymap_th.o
  [BUILD] bin/keymap_ua.o
  [BUILD] bin/keymap_uk.o
  [BUILD] bin/keymap_us.o
  [BUILD] bin/keymap_wo.o
  [BUILD] bin/fcmgmt.o
  [BUILD] bin/imgmgmt.o
  [BUILD] bin/imgtrust.o
  [BUILD] bin/ipstat.o
  [BUILD] bin/pingmgmt.o
  [BUILD] bin/profstat.o
  [BUILD] bin/prompt.o
  [BUILD] bin/sync.o
  [BUILD] bin/config_ethernet.o
  [BUILD] bin/config_fc.o
  [BUILD] bin/config_infiniband.o
  [BUILD] bin/config_net80211.o
  [BUILD] bin/config_romprefix.o
  [BUILD] bin/config_route.o
  [BUILD] bin/config_usb.o
  [BUILD] bin/basemem_packet.o
  [BUILD] bin/dumpregs.o
  [BUILD] bin/gdbmach.o
  [BUILD] bin/nulltrap.o
  [BUILD] bin/pci_autoboot.o
  [BUILD] bin/rdtsc_timer.o
  [BUILD] bin/relocate.o
  [BUILD] bin/runtime.o
  [BUILD] bin/video_subr.o
  [BUILD] bin/librm_mgmt.o
  [BUILD] bin/librm_test.o
  [BUILD] bin/basemem.o
  [BUILD] bin/bios_console.o
  [BUILD] bin/fakee820.o
  [BUILD] bin/hidemem.o
  [BUILD] bin/memmap.o
  [BUILD] bin/pnpbios.o
  [BUILD] bin/bootsector.o
  [BUILD] bin/com32.o
  [BUILD] bin/initrd.o
  [BUILD] bin/apm.o
  [BUILD] bin/bios_nap.o
  [BUILD] bin/bios_reboot.o
  [BUILD] bin/bios_smbios.o
  [BUILD] bin/bios_timer.o
  [BUILD] bin/biosint.o
  [BUILD] bin/int13.o
  [BUILD] bin/memtop_umalloc.o
  [BUILD] bin/pcibios.o
  [BUILD] bin/rtc_entropy.o
  [BUILD] bin/rtc_time.o
  [BUILD] bin/vesafb.o
  [BUILD] bin/pxe_call.o
  [BUILD] bin/pxe_exit_hook.o
  [BUILD] bin/pxe_loader.o
  [BUILD] bin/pxe_tftp.o
  [BUILD] bin/pxe_udp.o
  [BUILD] bin/com32_call.o
  [BUILD] bin/comboot_call.o
  [BUILD] bin/comboot_resolv.o
  [BUILD] bin/guestrpc.o
  [BUILD] bin/vmconsole.o
  [BUILD] bin/vmware.o
  [BUILD] bin/cpuid.o
  [BUILD] bin/debugcon.o
  [BUILD] bin/pcidirect.o
  [BUILD] bin/pic8259.o
  [BUILD] bin/pit8254.o
  [BUILD] bin/x86_bigint.o
  [BUILD] bin/x86_io.o
  [BUILD] bin/x86_string.o
  [BUILD] bin/x86_tcpip.o
  [BUILD] bin/efi_entropy.o
  [BUILD] bin/efix86_nap.o
  [BUILD] bin/efidrvprefix.o
  [BUILD] bin/hvm.o
  [BUILD] bin/hyperv.o
  [BUILD] bin/undi.o
  [BUILD] bin/undiload.o
  [BUILD] bin/undionly.o
  [BUILD] bin/undirom.o
  [BUILD] bin/undipreload.o
  [BUILD] bin/gdbstub_test.o
  [BUILD] bin/gdbidt.o
  [BUILD] bin/patch_cf.o
  [BUILD] bin/setjmp.o
  [BUILD] bin/stack.o
  [BUILD] bin/stack16.o
  [BUILD] bin/virtaddr.o
  [BUILD] bin/liba20.o
  [BUILD] bin/libkir.o
  [BUILD] bin/libpm.o
  [BUILD] bin/librm.o
  [BUILD] bin/bootpart.o
  [BUILD] bin/dskprefix.o
  [BUILD] bin/exeprefix.o
  [BUILD] bin/hdprefix.o
  [BUILD] bin/isaromprefix.o
  [BUILD] bin/kkkpxeprefix.o
  [BUILD] bin/kkpxeprefix.o
  [BUILD] bin/kpxeprefix.o
  [BUILD] bin/libprefix.o
  [BUILD] bin/lkrnprefix.o
  [BUILD] bin/mbr.o
  [BUILD] bin/mromprefix.o
  [BUILD] bin/nbiprefix.o
  [BUILD] bin/nullprefix.o
  [BUILD] bin/pciromprefix.o
  [BUILD] bin/pxeprefix.o
  [BUILD] bin/romprefix.o
  [BUILD] bin/undiloader.o
  [BUILD] bin/unlzma.o
  [BUILD] bin/unlzma16.o
  [BUILD] bin/usbdisk.o
  [BUILD] bin/e820mangler.o
  [BUILD] bin/pxe_entry.o
  [BUILD] bin/com32_wrapper.o
  [BUILD] bin/undiisr.o
  [BUILD] bin/3c509-eisa.ids.o
  [BUILD] bin/3c509.ids.o
  [BUILD] bin/3c529.ids.o
  [BUILD] bin/depca.ids.o
  [BUILD] bin/sis900.ids.o
  [BUILD] bin/vxge.ids.o
  [BUILD] bin/undi.ids.o
  [BUILD] bin/linda.ids.o
  [BUILD] bin/qib7322.ids.o
  [BUILD] bin/hvm.ids.o
  [BUILD] bin/hyperv.ids.o
  [HOSTCC] util/zbin
  [VERSION] bin/version.15b31004.rom.o
  [AR] bin/blib.a
ar: creating bin/blib.a
  [LD] bin/15b31004.rom.tmp
arch/i386/scripts/i386.lds:1: undefined symbol `obj_15b31004' referenced in expression
make: *** [bin/15b31004.rom.tmp] Error 1
rm bin/version.15b31004.rom.o
make: Leaving directory `/var/tmp/ipxe-build/ipxe-build-R9UdQD/src'
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

Show settings used by standard build

When flipping from standard to advanced build, it would be really useful to know which options were being set by standard, in the advanced UI.

Advanced .rom download doesn't recognize Marvell 88E8056 vendor/device

I needed to get an iPXE flashable ROM through the Advanced radio button but the website does not recognize vendor 11AB, device 4364 when I click on "Proceed >>." The error "Invalid or Unsupported pci_vendor_code or pci_device_code" is displayed. If I click "Save buildcfg" and click on the URL, the site builds and allows me to download the ROM file. https://www.rom-o-matic.eu/build.fcgi?BINARY=11ab4364.rom&BINDIR=bin&REVISION=master&DEBUG=&EMBED.00script.ipxe=&

Earlier I downloaded all the drivers in a bootable ISO file and it works for the NIC in question, so the vendor/device combination should work.

VRAM_SETTINGS categorized incorrectly

It is more of a console option, it dumps the B800 text buffer, which only works in PCBIOS mode.
So it is mostly used in combination with CONSOLE_PCBIOS or for capturing output of other PXE executables that is run and then returns to iPXE.

Receive build error

I receive the followign error on build, how can I resolve this? I am OK with default ipxe images, but just want to change Branding parameters and add my embedded script ??


Build failed:

"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

Build log:
Path:
Parameters:
BINARY = ipxe.iso
BINDIR = bin
DEBUG =
EMBED.00script.ipxe = #!ipxe
dhcp
chain http://192.168.233.1:8080/euromars.ipxe
REVISION = master
branding.h/PRODUCT_NAME = Eurosoft MARS iPXE Bootable
branding.h/PRODUCT_SHORT_NAME = EuroMARS iPXE
console.h/CONSOLE_DIRECT_VGA: = 1
console.h/CONSOLE_EFI: = 1
console.h/CONSOLE_FRAMEBUFFER: = 1
console.h/CONSOLE_INT13: = 1
console.h/CONSOLE_LINUX: = 1
console.h/CONSOLE_PCBIOS: = 1
console.h/CONSOLE_PC_KBD: = 1
console.h/CONSOLE_SERIAL: = 1
console.h/CONSOLE_SYSLOG: = 1
console.h/CONSOLE_SYSLOGS: = 1
general.h/BUILD_ID: = 1
general.h/BUILD_SERIAL: = 1
general.h/DOWNLOAD_PROTO_FILE: = 1
general.h/DOWNLOAD_PROTO_HTTPS: = 1
general.h/ERRMSG_80211: = 1
general.h/IMAGE_BZIMAGE: = 1
general.h/IMAGE_COMBOOT: = 1
general.h/IMAGE_EFI: = 1
general.h/IMAGE_MULTIBOOT: = 1
general.h/IMAGE_PXE: = 1
general.h/IMAGE_SCRIPT: = 1
general.h/IPSTAT_CMD: = 1
general.h/NULL_TRAP: = 1
general.h/POWEROFF_CMD: = 1
general.h/PROFSTAT_CMD: = 1
general.h/PXE_CMD: = 1
general.h/PXE_MENU: = 1
general.h/PXE_STACK: = 1
general.h/REBOOT_CMD: = 1
settings.h/CPUID_SETTINGS: = 1
usb.h/USB_EFI: = 1
usb.h/USB_HCD_EHCI: = 1
usb.h/USB_HCD_UHCI: = 1
usb.h/USB_HCD_XHCI: = 1
usb.h/USB_KEYBOARD: = 1
Binary: ipxe.iso
Binary directory: bin
Revision: master
Temporary embedded image directory: /var/tmp/ipxe-build/ipxe-embed-wU6UAU
Embedded image: /var/tmp/ipxe-build/ipxe-embed-wU6UAU/00script.ipxe

!ipxe

dhcp
chain http://192.168.233.1:8080/euromars.ipxe
Canonicalising revision master...
Canonical revision: db3443608fe32fffb4f6ad467bfc035a824bff52
Creating temporary directories...
Temporary git directory: /var/tmp/ipxe-build/ipxe-build-FYeZAd
Temporary working tree: /var/tmp/ipxe-build/ipxe-build-tZl7is
Cloning git tree from /var/tmp/ipxe/.git...
Finding closest cached binaries for db3443608fe32fffb4f6ad467bfc035a824bff52...
Found cached binaries in ipxe-build/cached/bin/db3443608fe32fffb4f6ad467bfc035a824bff52.gz at distance 0
Opening binary tarball /var/cache/ipxe-build/db3443608fe32fffb4f6ad467bfc035a824bff52-bin.tar.gz...
Opened binary tarball /var/cache/ipxe-build/db3443608fe32fffb4f6ad467bfc035a824bff52-bin.tar.gz...
Checking out revision db3443608fe32fffb4f6ad467bfc035a824bff52...
Identifying timestamp for commit db3443608fe32fffb4f6ad467bfc035a824bff52...
Setting timestamps to Tue Jul 12 10:14:41 2016...
Unpacking binary tarball /var/cache/ipxe-build/db3443608fe32fffb4f6ad467bfc035a824bff52-bin.tar.gz...
Checking out revision db3443608fe32fffb4f6ad467bfc035a824bff52...
Local configuration for usb.h:

define USB_HCD_XHCI

define USB_HCD_EHCI

define USB_HCD_UHCI

define USB_KEYBOARD

define USB_EFI

Local configuration for branding.h:

undef PRODUCT_NAME

define PRODUCT_NAME "Eurosoft MARS iPXE Bootable"

undef PRODUCT_SHORT_NAME

define PRODUCT_SHORT_NAME "EuroMARS iPXE"

Local configuration for console.h:

define CONSOLE_PCBIOS

define CONSOLE_EFI

define CONSOLE_LINUX

define CONSOLE_SERIAL

define CONSOLE_FRAMEBUFFER

define CONSOLE_SYSLOG

define CONSOLE_SYSLOGS

define CONSOLE_INT13

define CONSOLE_DIRECT_VGA

define CONSOLE_PC_KBD

Local configuration for settings.h:

define CPUID_SETTINGS

Local configuration for general.h:

define PXE_STACK

define PXE_MENU

define DOWNLOAD_PROTO_HTTPS

define DOWNLOAD_PROTO_FILE

define IMAGE_MULTIBOOT

define IMAGE_PXE

define IMAGE_SCRIPT

define IMAGE_BZIMAGE

define IMAGE_COMBOOT

define IMAGE_EFI

define PXE_CMD

define REBOOT_CMD

define POWEROFF_CMD

define IPSTAT_CMD

define PROFSTAT_CMD

define ERRMSG_80211

define BUILD_SERIAL

define BUILD_ID

define NULL_TRAP

Building final target bin/ipxe.iso...
make: Entering directory /var/tmp/ipxe-build/ipxe-build-tZl7is/src' [DEPS] arch/x86/prefix/romprefix.S [DEPS] arch/x86/prefix/pciromprefix.S [DEPS] arch/x86/prefix/mromprefix.S [DEPS] arch/x86/prefix/isaromprefix.S [DEPS] arch/x86/drivers/net/undirom.c [DEPS] arch/x86/drivers/net/undipreload.c [DEPS] arch/x86/drivers/net/undionly.c [DEPS] arch/x86/drivers/net/undinet.c [DEPS] arch/x86/drivers/net/undiload.c [DEPS] arch/x86/drivers/net/undi.c [DEPS] arch/x86/transitions/librm_test.c [DEPS] arch/x86/transitions/librm_mgmt.c [DEPS] arch/x86/drivers/hyperv/hyperv.c [DEPS] arch/x86/drivers/xen/hvm.c [DEPS] arch/x86/hci/commands/pxe_cmd.c [DEPS] arch/x86/hci/commands/cpuid_cmd.c [DEPS] arch/x86/interface/syslinux/comboot_resolv.c [DEPS] arch/x86/interface/syslinux/comboot_call.c [DEPS] arch/x86/interface/syslinux/com32_call.c [DEPS] arch/x86/interface/vmware/vmware.c [DEPS] arch/x86/interface/vmware/vmconsole.c [DEPS] arch/x86/interface/vmware/guestrpc.c [DEPS] arch/x86/interface/vmware/guestinfo.c [DEPS] arch/x86/interface/pxeparent/pxeparent.c [DEPS] arch/x86/interface/pxe/pxe_undi.c [DEPS] arch/x86/interface/pxe/pxe_udp.c [DEPS] arch/x86/interface/pxe/pxe_tftp.c [DEPS] arch/x86/interface/pxe/pxe_preboot.c [DEPS] arch/x86/interface/pxe/pxe_loader.c [DEPS] arch/x86/interface/pxe/pxe_file.c [DEPS] arch/x86/interface/pxe/pxe_exit_hook.c [DEPS] arch/x86/interface/pxe/pxe_call.c [DEPS] arch/x86/interface/pcbios/vesafb.c [DEPS] arch/x86/interface/pcbios/rtc_entropy.c [DEPS] arch/x86/interface/pcbios/pnpbios.c [DEPS] arch/x86/interface/pcbios/pcibios.c [DEPS] arch/x86/interface/pcbios/memtop_umalloc.c [DEPS] arch/x86/interface/pcbios/memmap.c [DEPS] arch/x86/interface/pcbios/int13con.c [DEPS] arch/x86/interface/pcbios/int13.c [DEPS] arch/x86/interface/pcbios/hidemem.c [DEPS] arch/x86/interface/pcbios/biosint.c [DEPS] arch/x86/interface/pcbios/bios_timer.c [DEPS] arch/x86/interface/pcbios/bios_smbios.c [DEPS] arch/x86/interface/pcbios/bios_reboot.c [DEPS] arch/x86/interface/pcbios/bios_console.c [DEPS] arch/x86/interface/pcbios/basemem.c [DEPS] arch/x86/interface/pcbios/apm.c [DEPS] arch/x86/image/sdi.c [DEPS] arch/x86/image/pxe_image.c [DEPS] arch/x86/image/nbi.c [DEPS] arch/x86/image/multiboot.c [DEPS] arch/x86/image/initrd.c [DEPS] arch/x86/image/elfboot.c [DEPS] arch/x86/image/comboot.c [DEPS] arch/x86/image/com32.c [DEPS] arch/x86/image/bzimage.c [DEPS] arch/x86/image/bootsector.c [DEPS] arch/x86/core/x86_uart.c [DEPS] arch/x86/core/vram_settings.c [DEPS] arch/x86/core/video_subr.c [DEPS] arch/x86/core/runtime.c [DEPS] arch/x86/core/rdtsc_timer.c [DEPS] arch/x86/core/pit8254.c [DEPS] arch/x86/core/pcidirect.c [DEPS] arch/x86/core/pci_autoboot.c [DEPS] arch/x86/core/gdbmach.c [DEPS] arch/x86/core/debugcon.c [DEPS] arch/x86/core/cpuid_settings.c [DEPS] arch/x86/core/cachedhcp.c [DEPS] config/config_usb.c [DEPS] config/config_route.c [DEPS] config/config_romprefix.c [DEPS] config/config_pcbios.c [DEPS] config/config_net80211.c [DEPS] config/config_linux.c [DEPS] config/config_infiniband.c [DEPS] config/config_http.c [DEPS] config/config_fc.c [DEPS] config/config_ethernet.c [DEPS] config/config_efi.c [DEPS] config/config.c [DEPS] usr/sync.c [DEPS] usr/route_ipv6.c [DEPS] usr/route_ipv4.c [DEPS] usr/route.c [DEPS] usr/pxemenu.c [DEPS] usr/prompt.c [DEPS] usr/profstat.c [DEPS] usr/pingmgmt.c [DEPS] usr/ntpmgmt.c [DEPS] usr/nslookup.c [DEPS] usr/neighmgmt.c [DEPS] usr/lotest.c [DEPS] usr/iwmgmt.c [DEPS] usr/imgtrust.c [DEPS] usr/imgmgmt.c [DEPS] usr/fcmgmt.c [DEPS] usr/dhcpmgmt.c [DEPS] usr/autoboot.c [DEPS] hci/mucurses/widgets/editbox.c [DEPS] hci/mucurses/windows.c [DEPS] hci/mucurses/slk.c [DEPS] hci/tui/settings_ui.c [DEPS] hci/tui/menu_ui.c [DEPS] hci/tui/login_ui.c [DEPS] hci/commands/vlan_cmd.c [DEPS] hci/commands/time_cmd.c [DEPS] hci/commands/sync_cmd.c [DEPS] hci/commands/sanboot_cmd.c [DEPS] hci/commands/route_cmd.c [DEPS] hci/commands/reboot_cmd.c [DEPS] hci/commands/profstat_cmd.c [DEPS] hci/commands/poweroff_cmd.c [DEPS] hci/commands/ping_cmd.c [DEPS] hci/commands/pci_cmd.c [DEPS] hci/commands/param_cmd.c [DEPS] hci/commands/nvo_cmd.c [DEPS] hci/commands/ntp_cmd.c [DEPS] hci/commands/nslookup_cmd.c [DEPS] hci/commands/neighbour_cmd.c [DEPS] hci/commands/menu_cmd.c [DEPS] hci/commands/lotest_cmd.c [DEPS] hci/commands/login_cmd.c [DEPS] hci/commands/iwmgmt_cmd.c [DEPS] hci/commands/ipstat_cmd.c [DEPS] hci/commands/image_trust_cmd.c [DEPS] hci/commands/image_cmd.c [DEPS] hci/commands/ifmgmt_cmd.c [DEPS] hci/commands/ibmgmt_cmd.c [DEPS] hci/commands/gdbstub_cmd.c [DEPS] hci/commands/fcmgmt_cmd.c [DEPS] hci/commands/digest_cmd.c [DEPS] hci/commands/dhcp_cmd.c [DEPS] hci/commands/console_cmd.c [DEPS] hci/commands/config_cmd.c [DEPS] hci/commands/autoboot_cmd.c [DEPS] hci/wireless_errors.c [DEPS] hci/strerror.c [DEPS] hci/shell.c [DEPS] hci/readline.c [DEPS] hci/linux_args.c [DEPS] hci/jumpscroll.c [DEPS] hci/editstring.c [DEPS] crypto/mishmash/rsa_sha512.c [DEPS] crypto/mishmash/rsa_sha384.c [DEPS] crypto/mishmash/rsa_sha256.c [DEPS] crypto/mishmash/rsa_sha224.c [DEPS] crypto/mishmash/rsa_sha1.c [DEPS] crypto/mishmash/rsa_aes_cbc_sha256.c [DEPS] crypto/mishmash/rsa_aes_cbc_sha1.c [DEPS] crypto/x509.c [DEPS] crypto/sha512.c [DEPS] crypto/sha256.c [DEPS] crypto/sha1.c [DEPS] crypto/rsa.c [DEPS] crypto/rootcert.c [DEPS] crypto/rbg.c [DEPS] crypto/privkey.c [DEPS] crypto/ocsp.c [DEPS] crypto/null_entropy.c [DEPS] crypto/md5.c [DEPS] crypto/hmac_drbg.c [DEPS] crypto/hmac.c [DEPS] crypto/hash_df.c [DEPS] crypto/entropy.c [DEPS] crypto/ecb.c [DEPS] crypto/drbg.c [DEPS] crypto/deflate.c [DEPS] crypto/cms.c [DEPS] crypto/chap.c [DEPS] crypto/certstore.c [DEPS] crypto/cbc.c [DEPS] crypto/bigint.c [DEPS] crypto/asn1.c [DEPS] crypto/aes_wrap.c [DEPS] crypto/aes.c [DEPS] tests/x509_test.c [DEPS] tests/uri_test.c [DEPS] tests/test.c [DEPS] tests/tcpip_test.c [DEPS] tests/string_test.c [DEPS] tests/settings_test.c [DEPS] tests/setjmp_test.c [DEPS] tests/profile_test.c [DEPS] tests/pnm_test.c [DEPS] tests/png_test.c [DEPS] tests/pixbuf_test.c [DEPS] tests/pccrc_test.c [DEPS] tests/ocsp_test.c [DEPS] tests/memcpy_test.c [DEPS] tests/math_test.c [DEPS] tests/list_test.c [DEPS] tests/linebuf_test.c [DEPS] tests/ipv6_test.c [DEPS] tests/iobuf_test.c [DEPS] tests/hmac_drbg_test.c [DEPS] tests/hash_df_test.c [DEPS] tests/entropy_sample.c [DEPS] tests/dns_test.c [DEPS] tests/digest_test.c [DEPS] tests/deflate_test.c [DEPS] tests/cms_test.c [DEPS] tests/cipher_test.c [DEPS] tests/byteswap_test.c [DEPS] tests/bofm_test.c [DEPS] tests/bitops_test.c [DEPS] tests/bigint_test.c [DEPS] tests/aes_test.c [DEPS] interface/hyperv/vmbus.c [DEPS] interface/xen/xenstore.c [DEPS] interface/xen/xengrant.c [DEPS] interface/xen/xenbus.c [DEPS] interface/bofm/bofm.c [DEPS] interface/smbios/smbios_settings.c [DEPS] interface/smbios/smbios.c [DEPS] interface/efi/efiprefix.c [DEPS] interface/efi/efidrvprefix.c [DEPS] interface/efi/efi_wrap.c [DEPS] interface/efi/efi_watchdog.c [DEPS] interface/efi/efi_utils.c [DEPS] interface/efi/efi_usb.c [DEPS] interface/efi/efi_umalloc.c [DEPS] interface/efi/efi_timer.c [DEPS] interface/efi/efi_time.c [DEPS] interface/efi/efi_snp_hii.c [DEPS] interface/efi/efi_snp.c [DEPS] interface/efi/efi_smbios.c [DEPS] interface/efi/efi_reboot.c [DEPS] interface/efi/efi_pxe.c [DEPS] interface/efi/efi_pci.c [DEPS] interface/efi/efi_local.c [DEPS] interface/efi/efi_init.c [DEPS] interface/efi/efi_hii.c [DEPS] interface/efi/efi_file.c [DEPS] interface/efi/efi_fbcon.c [DEPS] interface/efi/efi_entropy.c [DEPS] interface/efi/efi_driver.c [DEPS] interface/efi/efi_download.c [DEPS] interface/efi/efi_debug.c [DEPS] interface/efi/efi_console.c [DEPS] interface/efi/efi_bofm.c [DEPS] interface/efi/efi_autoboot.c [DEPS] drivers/usb/xhci.c [DEPS] drivers/usb/usbnet.c [DEPS] drivers/usb/usbkbd.c [DEPS] drivers/usb/usbio.c [DEPS] drivers/usb/usbhub.c [DEPS] drivers/usb/usbhid.c [DEPS] drivers/usb/uhci.c [DEPS] drivers/usb/ehci.c [DEPS] drivers/infiniband/mlx_nodnic/src/mlx_port.c [DEPS] drivers/infiniband/mlx_nodnic/src/mlx_device.c [DEPS] drivers/infiniband/mlx_nodnic/src/mlx_cmd.c [DEPS] drivers/infiniband/mlx_utils/mlx_lib/mlx_link_speed/mlx_link_speed.c [DEPS] drivers/infiniband/mlx_utils/mlx_lib/mlx_blink_leds/mlx_blink_leds.c [DEPS] drivers/infiniband/mlx_utils/mlx_lib/mlx_vmac/mlx_vmac.c [DEPS] drivers/infiniband/mlx_utils/mlx_lib/mlx_nvconfig/mlx_nvconfig_defaults.c [DEPS] drivers/infiniband/mlx_utils/mlx_lib/mlx_nvconfig/mlx_nvconfig.c [DEPS] drivers/infiniband/mlx_utils/mlx_lib/mlx_reg_access/mlx_reg_access.c [DEPS] drivers/infiniband/mlx_utils/src/public/mlx_utils.c [DEPS] drivers/infiniband/mlx_utils/src/public/mlx_pci_gw.c [DEPS] drivers/infiniband/mlx_utils/src/public/mlx_pci.c [DEPS] drivers/infiniband/mlx_utils/src/public/mlx_memory.c [DEPS] drivers/infiniband/mlx_utils/src/public/mlx_icmd.c [DEPS] drivers/infiniband/mlx_utils_flexboot/src/mlx_utils_priv.c [DEPS] drivers/infiniband/mlx_utils_flexboot/src/mlx_pci_priv.c [DEPS] drivers/infiniband/mlx_utils_flexboot/src/mlx_memory_priv.c [DEPS] drivers/infiniband/qib7322.c [DEPS] drivers/infiniband/linda.c [DEPS] drivers/infiniband/hermon.c [DEPS] drivers/infiniband/golan.c [DEPS] drivers/infiniband/flexboot_nodnic.c [DEPS] drivers/infiniband/arbel.c [DEPS] drivers/bitbash/spi_bit.c [DEPS] drivers/bitbash/i2c_bit.c [DEPS] drivers/nvs/threewire.c [DEPS] drivers/nvs/spi.c [DEPS] drivers/nvs/nvsvpd.c [DEPS] drivers/nvs/nvs.c [DEPS] drivers/block/srp.c [DEPS] drivers/block/scsi.c [DEPS] drivers/block/ibft.c [DEPS] drivers/block/ata.c [DEPS] drivers/net/tg3/tg3_phy.c [DEPS] drivers/net/tg3/tg3_hw.c [DEPS] drivers/net/tg3/tg3.c [DEPS] drivers/net/efi/snponly.c [DEPS] drivers/net/efi/snpnet.c [DEPS] drivers/net/efi/snp.c [DEPS] drivers/net/efi/nii.c [DEPS] drivers/net/vxge/vxge_traffic.c [DEPS] drivers/net/vxge/vxge_main.c [DEPS] drivers/net/vxge/vxge_config.c [DEPS] drivers/net/vxge/vxge.c [DEPS] drivers/net/ath/ath9k/ath9k_xmit.c [DEPS] drivers/net/ath/ath9k/ath9k_recv.c [DEPS] drivers/net/ath/ath9k/ath9k_main.c [DEPS] drivers/net/ath/ath9k/ath9k_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_init.c [DEPS] drivers/net/ath/ath9k/ath9k_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_def.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_9287.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom_4k.c [DEPS] drivers/net/ath/ath9k/ath9k_eeprom.c [DEPS] drivers/net/ath/ath9k/ath9k_common.c [DEPS] drivers/net/ath/ath9k/ath9k_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_eeprom.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9003_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_mac.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_hw.c [DEPS] drivers/net/ath/ath9k/ath9k_ar9002_calib.c [DEPS] drivers/net/ath/ath9k/ath9k_ar5008_phy.c [DEPS] drivers/net/ath/ath9k/ath9k_ani.c [DEPS] drivers/net/ath/ath9k/ath9k.c [DEPS] drivers/net/ath/ath5k/ath5k_rfkill.c [DEPS] drivers/net/ath/ath5k/ath5k_reset.c [DEPS] drivers/net/ath/ath5k/ath5k_qcu.c [DEPS] drivers/net/ath/ath5k/ath5k_phy.c [DEPS] drivers/net/ath/ath5k/ath5k_pcu.c [DEPS] drivers/net/ath/ath5k/ath5k_initvals.c [DEPS] drivers/net/ath/ath5k/ath5k_gpio.c [DEPS] drivers/net/ath/ath5k/ath5k_eeprom.c [DEPS] drivers/net/ath/ath5k/ath5k_dma.c [DEPS] drivers/net/ath/ath5k/ath5k_desc.c [DEPS] drivers/net/ath/ath5k/ath5k_caps.c [DEPS] drivers/net/ath/ath5k/ath5k_attach.c [DEPS] drivers/net/ath/ath5k/ath5k.c [DEPS] drivers/net/ath/ath_regd.c [DEPS] drivers/net/ath/ath_key.c [DEPS] drivers/net/ath/ath_hw.c [DEPS] drivers/net/rtl818x/rtl818x.c [DEPS] drivers/net/rtl818x/rtl8185_rtl8225.c [DEPS] drivers/net/rtl818x/rtl8185.c [DEPS] drivers/net/rtl818x/rtl8180_sa2400.c [DEPS] drivers/net/rtl818x/rtl8180_max2820.c [DEPS] drivers/net/rtl818x/rtl8180_grf5101.c [DEPS] drivers/net/rtl818x/rtl8180.c [DEPS] drivers/net/phantom/phantom.c [DEPS] drivers/net/igbvf/igbvf_vf.c [DEPS] drivers/net/igbvf/igbvf_mbx.c [DEPS] drivers/net/igbvf/igbvf_main.c [DEPS] drivers/net/w89c840.c [DEPS] drivers/net/vmxnet3.c [DEPS] drivers/net/virtio-net.c [DEPS] drivers/net/velocity.c [DEPS] drivers/net/tulip.c [DEPS] drivers/net/tlan.c [DEPS] drivers/net/thunderx.c [DEPS] drivers/net/sundance.c [DEPS] drivers/net/smsc95xx.c [DEPS] drivers/net/smsc75xx.c [DEPS] drivers/net/smc9000.c [DEPS] drivers/net/sky2.c [DEPS] drivers/net/skge.c [DEPS] drivers/net/skeleton.c [DEPS] drivers/net/sis900.c [DEPS] drivers/net/sis190.c [DEPS] drivers/net/rhine.c [DEPS] drivers/net/realtek.c [DEPS] drivers/net/prism2_plx.c [DEPS] drivers/net/prism2_pci.c [DEPS] drivers/net/pnic.c [DEPS] drivers/net/pcnet32.c [DEPS] drivers/net/ns8390.c [DEPS] drivers/net/netvsc.c [DEPS] drivers/net/netfront.c [DEPS] drivers/net/ne2k_isa.c [DEPS] drivers/net/ncm.c [DEPS] drivers/net/natsemi.c [DEPS] drivers/net/myson.c [DEPS] drivers/net/myri10ge.c [DEPS] drivers/net/mii.c [DEPS] drivers/net/legacy.c [DEPS] drivers/net/jme.c [DEPS] drivers/net/ipoib.c [DEPS] drivers/net/intel.c [DEPS] drivers/net/forcedeth.c [DEPS] drivers/net/etherfabric.c [DEPS] drivers/net/epic100.c [DEPS] drivers/net/eoib.c [DEPS] drivers/net/eepro100.c [DEPS] drivers/net/eepro.c [DEPS] drivers/net/dmfe.c [DEPS] drivers/net/ecm.c [DEPS] drivers/net/dm96xx.c [DEPS] drivers/net/davicom.c [DEPS] drivers/net/cs89x0.c [DEPS] drivers/net/bnx2.c [DEPS] drivers/net/b44.c [DEPS] drivers/net/axge.c [DEPS] drivers/net/atl1e.c [DEPS] drivers/net/amd8111e.c [DEPS] drivers/net/acm.c [DEPS] drivers/net/3c90x.c [DEPS] drivers/net/3c5x9.c [DEPS] drivers/net/3c595.c [DEPS] drivers/net/3c529.c [DEPS] drivers/net/3c515.c [DEPS] drivers/net/3c509.c [DEPS] drivers/net/3c509-eisa.c [DEPS] drivers/bus/virtio-ring.c [DEPS] drivers/bus/virtio-pci.c [DEPS] drivers/bus/usb.c [DEPS] drivers/bus/pcivpd.c [DEPS] drivers/bus/pciextra.c [DEPS] drivers/bus/pciea.c [DEPS] drivers/bus/pcibackup.c [DEPS] drivers/bus/pci_settings.c [DEPS] drivers/bus/pci.c [DEPS] drivers/bus/mca.c [DEPS] drivers/bus/isapnp.c [DEPS] drivers/bus/isa.c [DEPS] drivers/bus/eisa.c [DEPS] drivers/bus/cdc.c [DEPS] image/segment.c [DEPS] image/script.c [DEPS] image/pnm.c [DEPS] image/png.c [DEPS] image/embedded.c [DEPS] image/elf.c [DEPS] image/efi_image.c [DEPS] net/80211/wpa_tkip.c [DEPS] net/80211/wpa_psk.c [DEPS] net/80211/wpa_ccmp.c [DEPS] net/80211/wpa.c [DEPS] net/80211/wep.c [DEPS] net/80211/sec80211.c [DEPS] net/80211/rc80211.c [DEPS] net/80211/net80211.c [DEPS] net/infiniband/xsigo.c [DEPS] net/infiniband/ib_srp.c [DEPS] net/infiniband/ib_smc.c [DEPS] net/infiniband/ib_sma.c [DEPS] net/infiniband/ib_service.c [DEPS] net/infiniband/ib_pathrec.c [DEPS] net/infiniband/ib_packet.c [DEPS] net/infiniband/ib_mi.c [DEPS] net/infiniband/ib_mcast.c [DEPS] net/infiniband/ib_cmrc.c [DEPS] net/infiniband/ib_cm.c [DEPS] net/udp/tftp.c [DEPS] net/udp/syslog.c [DEPS] net/udp/slam.c [DEPS] net/udp/ntp.c [DEPS] net/udp/dns.c [DEPS] net/udp/dhcpv6.c [DEPS] net/udp/dhcp.c [DEPS] net/tcp/syslogs.c [DEPS] net/tcp/oncrpc.c [DEPS] net/tcp/iscsi.c [DEPS] net/tcp/https.c [DEPS] net/tcp/httpdigest.c [DEPS] net/tcp/httpcore.c [DEPS] net/tcp/httpconn.c [DEPS] net/tcp/httpblock.c [DEPS] net/tcp/httpbasic.c [DEPS] net/tcp/httpauth.c [DEPS] net/tcp/http.c [DEPS] net/tcp/ftp.c [DEPS] net/oncrpc/portmap.c [DEPS] net/oncrpc/oncrpc_iob.c [DEPS] net/oncrpc/nfs_uri.c [DEPS] net/oncrpc/nfs_open.c [DEPS] net/oncrpc/nfs.c [DEPS] net/oncrpc/mount.c [DEPS] net/vlan.c [DEPS] net/validator.c [DEPS] net/udp.c [DEPS] net/tls.c [DEPS] net/tcpip.c [DEPS] net/tcp.c [DEPS] net/stp.c [DEPS] net/socket.c [DEPS] net/rndis.c [DEPS] net/retry.c [DEPS] net/rarp.c [DEPS] net/ping.c [DEPS] net/peermux.c [DEPS] net/peerdist.c [DEPS] net/peerdisc.c [DEPS] net/peerblk.c [DEPS] net/pccrd.c [DEPS] net/pccrc.c [DEPS] net/nullnet.c [DEPS] net/netdevice.c [DEPS] net/netdev_settings.c [DEPS] net/neighbour.c [DEPS] net/ndp.c [DEPS] net/ipv6.c [DEPS] net/iobpad.c [DEPS] net/infiniband.c [DEPS] net/icmpv6.c [DEPS] net/icmpv4.c [DEPS] net/icmp.c [DEPS] net/fragment.c [DEPS] net/fcp.c [DEPS] net/fcoe.c [DEPS] net/fcns.c [DEPS] net/fcels.c [DEPS] net/fc.c [DEPS] net/fakedhcp.c [DEPS] net/ethernet.c [DEPS] net/eth_slow.c [DEPS] net/eapol.c [DEPS] net/dhcppkt.c [DEPS] net/dhcpopts.c [DEPS] net/arp.c [DEPS] net/aoe.c [DEPS] core/xferbuf.c [DEPS] core/xfer.c [DEPS] core/vsprintf.c [DEPS] core/uri.c [DEPS] core/uart.c [DEPS] core/timer.c [DEPS] core/stringextra.c [DEPS] core/string.c [DEPS] core/settings.c [DEPS] core/serial.c [DEPS] core/resolv.c [DEPS] core/refcnt.c [DEPS] core/random.c [DEPS] core/profile.c [DEPS] core/process.c [DEPS] core/posix_io.c [DEPS] core/pool.c [DEPS] core/pixbuf.c [DEPS] core/pinger.c [DEPS] core/pending.c [DEPS] core/parseopt.c [DEPS] core/params.c [DEPS] core/open.c [DEPS] core/nvo.c [DEPS] core/null_sanboot.c [DEPS] core/null_reboot.c [DEPS] core/monojob.c [DEPS] core/menu.c [DEPS] core/memmap_settings.c [DEPS] core/malloc.c [DEPS] core/main.c [DEPS] core/log.c [DEPS] core/list.c [DEPS] core/linebuf.c [DEPS] core/job.c [DEPS] core/iobuf.c [DEPS] core/interface.c [DEPS] core/init.c [DEPS] core/image.c [DEPS] core/hw.c [DEPS] core/getkey.c [DEPS] core/gdbudp.c [DEPS] core/gdbstub.c [DEPS] core/gdbserial.c [DEPS] core/fnrec.c [DEPS] core/fbcon.c [DEPS] core/fault.c [DEPS] core/exec.c [DEPS] core/errno.c [DEPS] core/edd.c [DEPS] core/downloader.c [DEPS] core/device.c [DEPS] core/cwuri.c [DEPS] core/console.c [DEPS] core/blocktrans.c [DEPS] core/blockdev.c [DEPS] core/bitmap.c [DEPS] core/base64.c [DEPS] core/base16.c [DEPS] core/assert.c [DEPS] core/asprintf.c [DEPS] core/ansiesc.c [DEPS] core/ansicoldef.c [DEPS] core/ansicol.c [DEPS] core/acpi.c make: Leaving directory/var/tmp/ipxe-build/ipxe-build-tZl7is/src'
make: Entering directory /var/tmp/ipxe-build/ipxe-build-tZl7is/src' [BUILD] bin/acpi.o [BUILD] bin/ansicol.o [BUILD] bin/ansicoldef.o [BUILD] bin/ansiesc.o [BUILD] bin/asprintf.o [BUILD] bin/assert.o [BUILD] bin/base16.o [BUILD] bin/base64.o [BUILD] bin/bitmap.o [BUILD] bin/blockdev.o [BUILD] bin/blocktrans.o [BUILD] bin/console.o [BUILD] bin/cwuri.o [BUILD] bin/device.o [BUILD] bin/downloader.o [BUILD] bin/edd.o [BUILD] bin/errno.o [BUILD] bin/exec.o [BUILD] bin/fault.o [BUILD] bin/fbcon.o [BUILD] bin/fnrec.o [BUILD] bin/gdbserial.o [BUILD] bin/gdbstub.o [BUILD] bin/gdbudp.o [BUILD] bin/getkey.o [BUILD] bin/hw.o [BUILD] bin/image.o [BUILD] bin/init.o [BUILD] bin/interface.o [BUILD] bin/iobuf.o [BUILD] bin/job.o [BUILD] bin/linebuf.o [BUILD] bin/list.o [BUILD] bin/log.o [BUILD] bin/main.o [BUILD] bin/malloc.o [BUILD] bin/memmap_settings.o [BUILD] bin/menu.o [BUILD] bin/monojob.o [BUILD] bin/null_reboot.o [BUILD] bin/null_sanboot.o [BUILD] bin/nvo.o [BUILD] bin/open.o [BUILD] bin/params.o [BUILD] bin/parseopt.o [BUILD] bin/pending.o [BUILD] bin/pinger.o [BUILD] bin/pixbuf.o [BUILD] bin/pool.o [BUILD] bin/posix_io.o [BUILD] bin/process.o [BUILD] bin/profile.o [BUILD] bin/random.o [BUILD] bin/refcnt.o [BUILD] bin/resolv.o [BUILD] bin/serial.o [BUILD] bin/settings.o [BUILD] bin/string.o [BUILD] bin/stringextra.o [BUILD] bin/timer.o [BUILD] bin/uart.o [BUILD] bin/uri.o [BUILD] bin/vsprintf.o [BUILD] bin/xfer.o [BUILD] bin/xferbuf.o [BUILD] bin/aoe.o [BUILD] bin/arp.o [BUILD] bin/dhcpopts.o [BUILD] bin/dhcppkt.o [BUILD] bin/eapol.o [BUILD] bin/eth_slow.o [BUILD] bin/ethernet.o [BUILD] bin/fakedhcp.o [BUILD] bin/fc.o [BUILD] bin/fcels.o [BUILD] bin/fcns.o [BUILD] bin/fcoe.o [BUILD] bin/fcp.o [BUILD] bin/fragment.o [BUILD] bin/icmp.o [BUILD] bin/icmpv4.o [BUILD] bin/icmpv6.o [BUILD] bin/infiniband.o [BUILD] bin/iobpad.o [BUILD] bin/ipv6.o [BUILD] bin/ndp.o [BUILD] bin/neighbour.o [BUILD] bin/netdev_settings.o [BUILD] bin/netdevice.o [BUILD] bin/nullnet.o [BUILD] bin/pccrc.o [BUILD] bin/pccrd.o [BUILD] bin/peerblk.o [BUILD] bin/peerdisc.o [BUILD] bin/peerdist.o [BUILD] bin/peermux.o [BUILD] bin/ping.o [BUILD] bin/rarp.o [BUILD] bin/retry.o [BUILD] bin/rndis.o [BUILD] bin/socket.o [BUILD] bin/stp.o [BUILD] bin/tcp.o [BUILD] bin/tcpip.o [BUILD] bin/tls.o [BUILD] bin/udp.o [BUILD] bin/validator.o [BUILD] bin/vlan.o [BUILD] bin/mount.o [BUILD] bin/nfs.o [BUILD] bin/nfs_open.o [BUILD] bin/nfs_uri.o [BUILD] bin/oncrpc_iob.o [BUILD] bin/portmap.o [BUILD] bin/ftp.o [BUILD] bin/http.o [BUILD] bin/httpauth.o [BUILD] bin/httpbasic.o [BUILD] bin/httpblock.o [BUILD] bin/httpconn.o [BUILD] bin/httpcore.o [BUILD] bin/httpdigest.o [BUILD] bin/https.o [BUILD] bin/iscsi.o [BUILD] bin/oncrpc.o [BUILD] bin/syslogs.o [BUILD] bin/dhcp.o [BUILD] bin/dhcpv6.o [BUILD] bin/dns.o [BUILD] bin/ntp.o [BUILD] bin/slam.o [BUILD] bin/syslog.o [BUILD] bin/tftp.o [BUILD] bin/ib_cm.o [BUILD] bin/ib_cmrc.o [BUILD] bin/ib_mcast.o [BUILD] bin/ib_mi.o [BUILD] bin/ib_packet.o [BUILD] bin/ib_pathrec.o [BUILD] bin/ib_service.o [BUILD] bin/ib_sma.o [BUILD] bin/ib_smc.o [BUILD] bin/ib_srp.o [BUILD] bin/xsigo.o [BUILD] bin/net80211.o [BUILD] bin/rc80211.o [BUILD] bin/sec80211.o [BUILD] bin/wep.o [BUILD] bin/wpa.o [BUILD] bin/wpa_ccmp.o [BUILD] bin/wpa_psk.o [BUILD] bin/wpa_tkip.o [BUILD] bin/efi_image.o [BUILD] bin/elf.o [BUILD] bin/embedded.o [BUILD] bin/png.o [BUILD] bin/pnm.o [BUILD] bin/script.o [BUILD] bin/segment.o [BUILD] bin/cdc.o [BUILD] bin/eisa.o [BUILD] bin/isa.o [BUILD] bin/isapnp.o [BUILD] bin/mca.o [BUILD] bin/pci.o [BUILD] bin/pci_settings.o [BUILD] bin/pcibackup.o [BUILD] bin/pciea.o [BUILD] bin/pciextra.o [BUILD] bin/pcivpd.o [BUILD] bin/usb.o [BUILD] bin/virtio-pci.o [BUILD] bin/virtio-ring.o [BUILD] bin/3c509-eisa.o [BUILD] bin/3c509.o [BUILD] bin/3c515.o [BUILD] bin/3c529.o [BUILD] bin/3c595.o [BUILD] bin/3c5x9.o [BUILD] bin/3c90x.o [BUILD] bin/acm.o [BUILD] bin/amd8111e.o [BUILD] bin/atl1e.o [BUILD] bin/axge.o [BUILD] bin/b44.o [BUILD] bin/bnx2.o [BUILD] bin/cs89x0.o [BUILD] bin/davicom.o [BUILD] bin/dm96xx.o [BUILD] bin/dmfe.o [BUILD] bin/ecm.o [BUILD] bin/eepro.o [BUILD] bin/eepro100.o [BUILD] bin/eoib.o [BUILD] bin/epic100.o [BUILD] bin/etherfabric.o [BUILD] bin/forcedeth.o [BUILD] bin/intel.o [BUILD] bin/ipoib.o [BUILD] bin/jme.o [BUILD] bin/legacy.o [BUILD] bin/mii.o [BUILD] bin/myri10ge.o [BUILD] bin/myson.o [BUILD] bin/natsemi.o [BUILD] bin/ncm.o [BUILD] bin/ne2k_isa.o [BUILD] bin/netfront.o [BUILD] bin/netvsc.o [BUILD] bin/ns8390.o [BUILD] bin/pcnet32.o [BUILD] bin/pnic.o [BUILD] bin/prism2_pci.o [BUILD] bin/prism2_plx.o [BUILD] bin/realtek.o [BUILD] bin/rhine.o [BUILD] bin/sis190.o [BUILD] bin/sis900.o [BUILD] bin/skeleton.o [BUILD] bin/skge.o [BUILD] bin/sky2.o [BUILD] bin/smc9000.o [BUILD] bin/smsc75xx.o [BUILD] bin/smsc95xx.o [BUILD] bin/sundance.o [BUILD] bin/thunderx.o [BUILD] bin/tlan.o [BUILD] bin/tulip.o [BUILD] bin/velocity.o [BUILD] bin/virtio-net.o [BUILD] bin/vmxnet3.o [BUILD] bin/w89c840.o [BUILD] bin/igbvf_main.o [BUILD] bin/igbvf_mbx.o [BUILD] bin/igbvf_vf.o [BUILD] bin/phantom.o [BUILD] bin/rtl8180.o [BUILD] bin/rtl8180_grf5101.o [BUILD] bin/rtl8180_max2820.o [BUILD] bin/rtl8180_sa2400.o [BUILD] bin/rtl8185.o [BUILD] bin/rtl8185_rtl8225.o [BUILD] bin/rtl818x.o [BUILD] bin/ath_hw.o [BUILD] bin/ath_key.o [BUILD] bin/ath_regd.o [BUILD] bin/ath5k.o [BUILD] bin/ath5k_attach.o [BUILD] bin/ath5k_caps.o [BUILD] bin/ath5k_desc.o [BUILD] bin/ath5k_dma.o [BUILD] bin/ath5k_eeprom.o [BUILD] bin/ath5k_gpio.o [BUILD] bin/ath5k_initvals.o [BUILD] bin/ath5k_pcu.o [BUILD] bin/ath5k_phy.o [BUILD] bin/ath5k_qcu.o [BUILD] bin/ath5k_reset.o [BUILD] bin/ath5k_rfkill.o [BUILD] bin/ath9k.o [BUILD] bin/ath9k_ani.o [BUILD] bin/ath9k_ar5008_phy.o [BUILD] bin/ath9k_ar9002_calib.o [BUILD] bin/ath9k_ar9002_hw.o [BUILD] bin/ath9k_ar9002_mac.o [BUILD] bin/ath9k_ar9002_phy.o [BUILD] bin/ath9k_ar9003_calib.o [BUILD] bin/ath9k_ar9003_eeprom.o [BUILD] bin/ath9k_ar9003_hw.o [BUILD] bin/ath9k_ar9003_mac.o [BUILD] bin/ath9k_ar9003_phy.o [BUILD] bin/ath9k_calib.o [BUILD] bin/ath9k_common.o [BUILD] bin/ath9k_eeprom.o [BUILD] bin/ath9k_eeprom_4k.o [BUILD] bin/ath9k_eeprom_9287.o [BUILD] bin/ath9k_eeprom_def.o [BUILD] bin/ath9k_hw.o [BUILD] bin/ath9k_init.o [BUILD] bin/ath9k_mac.o [BUILD] bin/ath9k_main.o [BUILD] bin/ath9k_recv.o [BUILD] bin/ath9k_xmit.o [BUILD] bin/vxge.o [BUILD] bin/vxge_config.o [BUILD] bin/vxge_main.o [BUILD] bin/vxge_traffic.o [BUILD] bin/nii.o [BUILD] bin/snp.o [BUILD] bin/snpnet.o [BUILD] bin/snponly.o [BUILD] bin/tg3.o [BUILD] bin/tg3_hw.o [BUILD] bin/tg3_phy.o [BUILD] bin/ata.o [BUILD] bin/ibft.o [BUILD] bin/scsi.o [BUILD] bin/srp.o [BUILD] bin/nvs.o [BUILD] bin/nvsvpd.o [BUILD] bin/spi.o [BUILD] bin/threewire.o [BUILD] bin/i2c_bit.o [BUILD] bin/spi_bit.o [BUILD] bin/arbel.o [BUILD] bin/flexboot_nodnic.o [BUILD] bin/golan.o [BUILD] bin/hermon.o [BUILD] bin/linda.o [BUILD] bin/qib7322.o [BUILD] bin/mlx_memory_priv.o [BUILD] bin/mlx_pci_priv.o [BUILD] bin/mlx_utils_priv.o [BUILD] bin/mlx_icmd.o [BUILD] bin/mlx_memory.o [BUILD] bin/mlx_pci.o [BUILD] bin/mlx_pci_gw.o [BUILD] bin/mlx_utils.o [BUILD] bin/mlx_reg_access.o [BUILD] bin/mlx_nvconfig.o [BUILD] bin/mlx_nvconfig_defaults.o [BUILD] bin/mlx_vmac.o [BUILD] bin/mlx_blink_leds.o [BUILD] bin/mlx_link_speed.o [BUILD] bin/mlx_cmd.o [BUILD] bin/mlx_device.o [BUILD] bin/mlx_port.o [BUILD] bin/ehci.o [BUILD] bin/uhci.o [BUILD] bin/usbhid.o [BUILD] bin/usbhub.o [BUILD] bin/usbio.o [BUILD] bin/usbkbd.o [BUILD] bin/usbnet.o [BUILD] bin/xhci.o [BUILD] bin/efi_autoboot.o [BUILD] bin/efi_bofm.o [BUILD] bin/efi_console.o [BUILD] bin/efi_debug.o [BUILD] bin/efi_download.o [BUILD] bin/efi_driver.o [BUILD] bin/efi_entropy.o [BUILD] bin/efi_fbcon.o [BUILD] bin/efi_file.o [BUILD] bin/efi_hii.o [BUILD] bin/efi_init.o [BUILD] bin/efi_local.o [BUILD] bin/efi_pci.o [BUILD] bin/efi_pxe.o [BUILD] bin/efi_reboot.o [BUILD] bin/efi_smbios.o [BUILD] bin/efi_snp.o [BUILD] bin/efi_snp_hii.o [BUILD] bin/efi_time.o [BUILD] bin/efi_timer.o [BUILD] bin/efi_umalloc.o [BUILD] bin/efi_usb.o [BUILD] bin/efi_utils.o [BUILD] bin/efi_watchdog.o [BUILD] bin/efi_wrap.o [BUILD] bin/efidrvprefix.o [BUILD] bin/efiprefix.o [BUILD] bin/smbios.o [BUILD] bin/smbios_settings.o [BUILD] bin/bofm.o [BUILD] bin/xenbus.o [BUILD] bin/xengrant.o [BUILD] bin/xenstore.o [BUILD] bin/vmbus.o [BUILD] bin/aes_test.o [BUILD] bin/bigint_test.o [BUILD] bin/bitops_test.o [BUILD] bin/bofm_test.o [BUILD] bin/byteswap_test.o [BUILD] bin/cipher_test.o [BUILD] bin/cms_test.o [BUILD] bin/deflate_test.o [BUILD] bin/digest_test.o [BUILD] bin/dns_test.o [BUILD] bin/entropy_sample.o [BUILD] bin/hash_df_test.o [BUILD] bin/hmac_drbg_test.o [BUILD] bin/iobuf_test.o [BUILD] bin/ipv6_test.o [BUILD] bin/linebuf_test.o [BUILD] bin/list_test.o [BUILD] bin/math_test.o [BUILD] bin/memcpy_test.o [BUILD] bin/ocsp_test.o [BUILD] bin/pccrc_test.o [BUILD] bin/pixbuf_test.o [BUILD] bin/png_test.o [BUILD] bin/pnm_test.o [BUILD] bin/profile_test.o [BUILD] bin/setjmp_test.o [BUILD] bin/settings_test.o [BUILD] bin/string_test.o [BUILD] bin/tcpip_test.o [BUILD] bin/test.o [BUILD] bin/uri_test.o [BUILD] bin/x509_test.o [BUILD] bin/aes.o [BUILD] bin/aes_wrap.o [BUILD] bin/asn1.o [BUILD] bin/bigint.o [BUILD] bin/cbc.o [BUILD] bin/certstore.o [BUILD] bin/chap.o [BUILD] bin/cms.o [BUILD] bin/deflate.o [BUILD] bin/drbg.o [BUILD] bin/ecb.o [BUILD] bin/entropy.o [BUILD] bin/hash_df.o [BUILD] bin/hmac.o [BUILD] bin/hmac_drbg.o [BUILD] bin/md5.o [BUILD] bin/null_entropy.o [BUILD] bin/ocsp.o [BUILD] bin/privkey.o [BUILD] bin/rbg.o [BUILD] bin/rootcert.o [BUILD] bin/rsa.o [BUILD] bin/sha1.o [BUILD] bin/sha256.o [BUILD] bin/sha512.o [BUILD] bin/x509.o [BUILD] bin/rsa_aes_cbc_sha1.o [BUILD] bin/rsa_aes_cbc_sha256.o [BUILD] bin/rsa_sha1.o [BUILD] bin/rsa_sha224.o [BUILD] bin/rsa_sha256.o [BUILD] bin/rsa_sha384.o [BUILD] bin/rsa_sha512.o [BUILD] bin/editstring.o [BUILD] bin/jumpscroll.o [BUILD] bin/linux_args.o [BUILD] bin/readline.o [BUILD] bin/shell.o [BUILD] bin/strerror.o [BUILD] bin/wireless_errors.o [BUILD] bin/autoboot_cmd.o [BUILD] bin/config_cmd.o [BUILD] bin/console_cmd.o [BUILD] bin/dhcp_cmd.o [BUILD] bin/digest_cmd.o [BUILD] bin/fcmgmt_cmd.o [BUILD] bin/gdbstub_cmd.o [BUILD] bin/ibmgmt_cmd.o [BUILD] bin/ifmgmt_cmd.o [BUILD] bin/image_cmd.o [BUILD] bin/image_trust_cmd.o [BUILD] bin/ipstat_cmd.o [BUILD] bin/iwmgmt_cmd.o [BUILD] bin/login_cmd.o [BUILD] bin/lotest_cmd.o [BUILD] bin/menu_cmd.o [BUILD] bin/neighbour_cmd.o [BUILD] bin/nslookup_cmd.o [BUILD] bin/ntp_cmd.o [BUILD] bin/nvo_cmd.o [BUILD] bin/param_cmd.o [BUILD] bin/pci_cmd.o [BUILD] bin/ping_cmd.o [BUILD] bin/poweroff_cmd.o [BUILD] bin/profstat_cmd.o [BUILD] bin/reboot_cmd.o [BUILD] bin/route_cmd.o [BUILD] bin/sanboot_cmd.o [BUILD] bin/sync_cmd.o [BUILD] bin/time_cmd.o [BUILD] bin/vlan_cmd.o [BUILD] bin/login_ui.o [BUILD] bin/menu_ui.o [BUILD] bin/settings_ui.o [BUILD] bin/slk.o [BUILD] bin/windows.o [BUILD] bin/editbox.o [BUILD] bin/autoboot.o [BUILD] bin/dhcpmgmt.o [BUILD] bin/fcmgmt.o [BUILD] bin/ibmgmt.o [BUILD] bin/ifmgmt.o [BUILD] bin/imgmgmt.o [BUILD] bin/imgtrust.o [BUILD] bin/iwmgmt.o [BUILD] bin/lotest.o [BUILD] bin/neighmgmt.o [BUILD] bin/nslookup.o [BUILD] bin/ntpmgmt.o [BUILD] bin/pingmgmt.o [BUILD] bin/profstat.o [BUILD] bin/prompt.o [BUILD] bin/pxemenu.o [BUILD] bin/route.o [BUILD] bin/route_ipv4.o [BUILD] bin/route_ipv6.o [BUILD] bin/sync.o [BUILD] bin/config.o [BUILD] bin/config_efi.o [BUILD] bin/config_ethernet.o [BUILD] bin/config_fc.o [BUILD] bin/config_http.o [BUILD] bin/config_infiniband.o [BUILD] bin/config_linux.o [BUILD] bin/config_net80211.o [BUILD] bin/config_pcbios.o [BUILD] bin/config_romprefix.o [BUILD] bin/config_route.o [BUILD] bin/config_usb.o [BUILD] bin/cachedhcp.o [BUILD] bin/cpuid_settings.o [BUILD] bin/debugcon.o [BUILD] bin/gdbmach.o [BUILD] bin/pci_autoboot.o [BUILD] bin/pcidirect.o [BUILD] bin/pit8254.o [BUILD] bin/rdtsc_timer.o [BUILD] bin/runtime.o [BUILD] bin/video_subr.o [BUILD] bin/vram_settings.o [BUILD] bin/x86_uart.o [BUILD] bin/bootsector.o [BUILD] bin/bzimage.o [BUILD] bin/com32.o [BUILD] bin/comboot.o [BUILD] bin/elfboot.o [BUILD] bin/initrd.o [BUILD] bin/multiboot.o [BUILD] bin/nbi.o [BUILD] bin/pxe_image.o [BUILD] bin/sdi.o [BUILD] bin/apm.o [BUILD] bin/basemem.o [BUILD] bin/bios_console.o [BUILD] bin/bios_reboot.o [BUILD] bin/bios_smbios.o [BUILD] bin/bios_timer.o [BUILD] bin/biosint.o [BUILD] bin/hidemem.o [BUILD] bin/int13.o [BUILD] bin/int13con.o [BUILD] bin/memmap.o [BUILD] bin/memtop_umalloc.o [BUILD] bin/pcibios.o [BUILD] bin/pnpbios.o [BUILD] bin/rtc_entropy.o [BUILD] bin/vesafb.o [BUILD] bin/pxe_call.o [BUILD] bin/pxe_exit_hook.o [BUILD] bin/pxe_file.o [BUILD] bin/pxe_loader.o [BUILD] bin/pxe_preboot.o [BUILD] bin/pxe_tftp.o [BUILD] bin/pxe_udp.o [BUILD] bin/pxe_undi.o [BUILD] bin/pxeparent.o [BUILD] bin/guestinfo.o [BUILD] bin/guestrpc.o [BUILD] bin/vmconsole.o [BUILD] bin/vmware.o [BUILD] bin/com32_call.o [BUILD] bin/comboot_call.o [BUILD] bin/comboot_resolv.o [BUILD] bin/cpuid_cmd.o [BUILD] bin/pxe_cmd.o [BUILD] bin/hvm.o [BUILD] bin/hyperv.o [BUILD] bin/librm_mgmt.o [BUILD] bin/librm_test.o [BUILD] bin/undi.o [BUILD] bin/undiload.o [BUILD] bin/undinet.o [BUILD] bin/undionly.o [BUILD] bin/undipreload.o [BUILD] bin/undirom.o [BUILD] bin/isaromprefix.o [BUILD] bin/mromprefix.o [BUILD] bin/pciromprefix.o [BUILD] bin/romprefix.o [BUILD] bin/3c509-eisa.ids.o [BUILD] bin/3c509.ids.o [BUILD] bin/3c515.ids.o [BUILD] bin/3c529.ids.o [BUILD] bin/3c595.ids.o [BUILD] bin/3c90x.ids.o [BUILD] bin/amd8111e.ids.o [BUILD] bin/atl1e.ids.o [BUILD] bin/b44.ids.o [BUILD] bin/bnx2.ids.o [BUILD] bin/cs89x0.ids.o [BUILD] bin/davicom.ids.o [BUILD] bin/dmfe.ids.o [BUILD] bin/eepro.ids.o [BUILD] bin/eepro100.ids.o [BUILD] bin/epic100.ids.o [BUILD] bin/etherfabric.ids.o [BUILD] bin/forcedeth.ids.o [BUILD] bin/intel.ids.o [BUILD] bin/jme.ids.o [BUILD] bin/myri10ge.ids.o [BUILD] bin/myson.ids.o [BUILD] bin/natsemi.ids.o [BUILD] bin/ne2k_isa.ids.o [BUILD] bin/ns8390.ids.o [BUILD] bin/pcnet32.ids.o [BUILD] bin/pnic.ids.o [BUILD] bin/prism2_pci.ids.o [BUILD] bin/prism2_plx.ids.o [BUILD] bin/realtek.ids.o [BUILD] bin/rhine.ids.o [BUILD] bin/sis190.ids.o [BUILD] bin/sis900.ids.o [BUILD] bin/skeleton.ids.o [BUILD] bin/skge.ids.o [BUILD] bin/sky2.ids.o [BUILD] bin/smc9000.ids.o [BUILD] bin/sundance.ids.o [BUILD] bin/thunderx.ids.o [BUILD] bin/tlan.ids.o [BUILD] bin/tulip.ids.o [BUILD] bin/velocity.ids.o [BUILD] bin/virtio-net.ids.o [BUILD] bin/vmxnet3.ids.o [BUILD] bin/w89c840.ids.o [BUILD] bin/igbvf_main.ids.o [BUILD] bin/phantom.ids.o [BUILD] bin/rtl8180.ids.o [BUILD] bin/rtl8185.ids.o [BUILD] bin/ath5k.ids.o [BUILD] bin/ath9k.ids.o [BUILD] bin/vxge.ids.o [BUILD] bin/tg3.ids.o [BUILD] bin/arbel.ids.o [BUILD] bin/golan.ids.o [BUILD] bin/hermon.ids.o [BUILD] bin/linda.ids.o [BUILD] bin/qib7322.ids.o [BUILD] bin/ehci.ids.o [BUILD] bin/uhci.ids.o [BUILD] bin/xhci.ids.o [BUILD] bin/hvm.ids.o [BUILD] bin/undi.ids.o [HOSTCC] util/zbin [VERSION] bin/version.ipxe.lkrn.o [AR] bin/blib.a ar: creating bin/blib.a [LD] bin/ipxe.lkrn.tmp bin/blib.a(config.o): In functionrequiring_symbol':
config.c:(.tbl.requiring_symbols+0x0): undefined reference to obj_linux_console' make: *** [bin/ipxe.lkrn.tmp] Error 1 rm bin/version.ipxe.lkrn.o make: Leaving directory/var/tmp/ipxe-build/ipxe-build-tZl7is/src'
"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630

Ability to bookmark/come back to your build settings in edit mode

Is there a way to take the buildcfg URL and modify that so I can load the page with everything I selected for that build selected. That way I could make on or two changes when coming back to something, instead of setting it up again.

I didn't see one when I took a quick look.

I would appreciate this feature if you have the time and it is not already there.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.