Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 09:28:10 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        freebsd-arm@FreeBSD.org
Cc:        current@freebsd.org
Subject:   ARM IMX6 build failure
Message-ID:  <6B1B2203-C20E-4E98-B93D-D0368839544B@lists.zabbadoz.net>

next in thread | raw e-mail | index | archive | help



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6B1B2203-C20E-4E98-B93D-D0368839544B>