-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receive build error #36
Comments
I think you need to enable |
CONSOLE_LINUX is only possible to enable if you build a binary that runs under linux normally only done for debugging. It seems several incompatible defines are enabled, some examples:
This is quite old, but please try again and only change the product name if you want to, and only enable other defines if you know what it does and have an actual reason for enabling it. iPXE have quite reasonable defaults. |
I'm getting the error constantly as well, trying to create an EFI-based image. Here is my output: Config sanitized...Build failed:"make" unexpectedly returned exit value 2 at /var/www/ipxe-buildweb/build.fcgi line 630. Build log: dhcp dhcp Is there a canonical list of what features are available with EFI vs the old way? |
In efi only efi image and script is valid, not multiboot. Simply don't change default settings more then you absolutely need. "Nice to have" is the wrong approach for iPXE. |
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 function
requiring_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
The text was updated successfully, but these errors were encountered: