From owner-freebsd-current@FreeBSD.ORG Sun Aug 31 09:28:36 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C32706F4; Sun, 31 Aug 2014 09:28:36 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DAE11E24; Sun, 31 Aug 2014 09:28:36 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 4D24925D3A85; Sun, 31 Aug 2014 09:28:33 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 1F543C770B1; Sun, 31 Aug 2014 09:28:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id GIHzCC5WSRuG; Sun, 31 Aug 2014 09:28:29 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:f973:5b8d:9a90:cf0f] (unknown [IPv6:fde9:577b:c1a9:4410:f973:5b8d:9a90:cf0f]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id C7DFBC770B0; Sun, 31 Aug 2014 09:28:27 +0000 (UTC) From: "Bjoern A. Zeeb" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: ARM IMX6 build failure Date: Sun, 31 Aug 2014 09:28:10 +0000 Message-Id: <6B1B2203-C20E-4E98-B93D-D0368839544B@lists.zabbadoz.net> To: freebsd-arm@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 09:28:36 -0000 linking kernel.debug locore.o: In function `virt_done': (.text+0x130): undefined reference to `initarm' uart_core.o: In function `uart_bus_probe': /scratch/tmp/bz/head.svn/sys/dev/uart/uart_core.c:381: undefined = reference to `uart_cpu_eqres' uart_subr.o: In function `uart_getenv': /scratch/tmp/bz/head.svn/sys/dev/uart/uart_subr.c:307: undefined = reference to `uart_bus_space_mem' /scratch/tmp/bz/head.svn/sys/dev/uart/uart_subr.c:307: undefined = reference to `uart_bus_space_io' uart_tty.o: In function `uart_cnprobe': /scratch/tmp/bz/head.svn/sys/dev/uart/uart_tty.c:72: undefined reference = to `uart_cpu_getdev' machdep.o: In function `set_stackptrs': /scratch/tmp/bz/head.svn/sys/arm/arm/machdep.c:1006: undefined reference = to `irqstack' /scratch/tmp/bz/head.svn/sys/arm/arm/machdep.c:1006: undefined reference = to `abtstack' /scratch/tmp/bz/head.svn/sys/arm/arm/machdep.c:1006: undefined reference = to `undstack' mp_machdep.o: In function `init_secondary': /scratch/tmp/bz/head.svn/sys/arm/arm/mp_machdep.c:257: undefined = reference to `pmap_pa' pmap-v6.o: In function `pmap_enter_locked': /scratch/tmp/bz/head.svn/sys/arm/arm/pmap-v6.c:3085: undefined reference = to `systempage' pmap-v6.o: In function `pmap_pinit': /scratch/tmp/bz/head.svn/sys/arm/arm/pmap-v6.c:3506: undefined reference = to `systempage' gic.o: In function `arm_gic_probe': /scratch/tmp/bz/head.svn/sys/arm/arm/gic.c:134: undefined reference to = `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/arm/gic.c:137: undefined reference to = `ofw_bus_is_compatible' pl310.o: In function `pl310_probe': /scratch/tmp/bz/head.svn/sys/arm/arm/pl310.c:423: undefined reference to = `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/arm/pl310.c:426: undefined reference to = `ofw_bus_is_compatible' mpcore_timer.o: In function `arm_tmr_probe': /scratch/tmp/bz/head.svn/sys/arm/arm/mpcore_timer.c:257: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/arm/mpcore_timer.c:260: undefined = reference to `ofw_bus_is_compatible=92 mpcore_timer.o: In function `arm_tmr_probe': /scratch/tmp/bz/head.svn/sys/arm/arm/mpcore_timer.c:257: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/arm/mpcore_timer.c:260: undefined = reference to `ofw_bus_is_compatible' mpcore_timer.o: In function `arm_tmr_attach': /scratch/tmp/bz/head.svn/sys/arm/arm/mpcore_timer.c:298: undefined = reference to `OF_getencprop' /scratch/tmp/bz/head.svn/sys/arm/arm/mpcore_timer.c:366: undefined = reference to `ofw_bus_get_node_desc' fsl_ocotp.o: In function `fsl_ocotp_devmap': /scratch/tmp/bz/head.svn/sys/arm/freescale/fsl_ocotp.c:73: undefined = reference to `OF_finddevice' /scratch/tmp/bz/head.svn/sys/arm/freescale/fsl_ocotp.c:75: undefined = reference to `fdt_depth_search_compatible' /scratch/tmp/bz/head.svn/sys/arm/freescale/fsl_ocotp.c:77: undefined = reference to `fdt_regsize' fsl_ocotp.o: In function `ocotp_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/fsl_ocotp.c:151: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/fsl_ocotp.c:154: undefined = reference to `ofw_bus_is_compatible' imx6_anatop.o: In function `imx6_anatop_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx6_anatop.c:678: = undefined reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx6_anatop.c:681: = undefined reference to `ofw_bus_is_compatible' imx6_ccm.o: In function `ccm_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx6_ccm.c:147: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx6_ccm.c:150: undefined = reference to `ofw_bus_is_compatible' imx_gpt.o: In function `imx_gpt_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_gpt.c:124: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_gpt.c:127: undefined = reference to `ofw_bus_search_compatible' imx_gpio.o: In function `imx51_gpio_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_gpio.c:380: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_gpio.c:383: undefined = reference to `ofw_bus_search_compatible' imx_i2c.o: In function `i2c_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_i2c.c:233: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_i2c.c:236: undefined = reference to `ofw_bus_search_compatible' imx_i2c.o: In function `i2c_get_node': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_i2c.c:151: undefined = reference to `ofw_bus_get_node_desc' imx_i2c.o:(.rodata+0x10): undefined reference to `ofw_bus_get_node_desc' imx_sdhci.o: In function `imx_sdhci_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_sdhci.c:772: = undefined reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_sdhci.c:775: = undefined reference to `ofw_bus_search_compatible' imx_sdhci.o: In function `imx_sdhci_attach': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_sdhci.c:672: = undefined reference to `ofw_bus_search_compatible' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_sdhci.c:740: = undefined reference to `OF_hasprop' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_sdhci.c:742: = undefined reference to `OF_hasprop' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx_sdhci.c:674: = undefined reference to `ofw_bus_get_node_desc' if_ffec.o: In function `ffec_probe': /scratch/tmp/bz/head.svn/sys/dev/ffec/if_ffec.c:1717: undefined = reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/dev/ffec/if_ffec.c:1720: undefined = reference to `ofw_bus_search_compatible' if_ffec.o: In function `ffec_attach': /scratch/tmp/bz/head.svn/sys/dev/ffec/if_ffec.c:1434: undefined = reference to `ofw_bus_search_compatible' /scratch/tmp/bz/head.svn/sys/dev/ffec/if_ffec.c:1445: undefined = reference to `OF_searchprop' /scratch/tmp/bz/head.svn/sys/dev/ffec/if_ffec.c:1658: undefined = reference to `OF_hasprop' /scratch/tmp/bz/head.svn/sys/dev/ffec/if_ffec.c:1701: undefined = reference to `ofw_bus_get_node_desc' ehci_imx.o: In function `imx_ehci_probe': /scratch/tmp/bz/head.svn/sys/dev/usb/controller/ehci_imx.c:164: = undefined reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/dev/usb/controller/ehci_imx.c:167: = undefined reference to `ofw_bus_search_compatible' imx6_usbphy.o: In function `usbphy_probe': /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx6_usbphy.c:163: = undefined reference to `ofw_bus_status_okay' /scratch/tmp/bz/head.svn/sys/arm/freescale/imx/imx6_usbphy.c:166: = undefined reference to `ofw_bus_is_compatible' --- kernel.debug --- *** [kernel.debug] Error code 1 bmake: stopped in = /storage/head/obj/arm.armv6/scratch/tmp/bz/head.svn/sys/IMX6 =97=20 Bjoern A. Zeeb "Come on. Learn, goddamn it.", WarGames, 1983