You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have to link time some error when I disable:
CONFIG_MD
CONFIG_UIO
And when I strip the kernel I need disable:
CONFIG_PCI
drivers/irqchip/irq-gic-v2m.c:84:23: error: 'pci_msi_domain_write_msg' undeclared here (not in a function)
.irq_write_msi_msg = pci_msi_domain_write_msg,
^~~~~~~~~~~~~~~~~~~~~~~~
drivers/irqchip/irq-gic-v2m.c: In function 'gicv2m_allocate_domains':
drivers/irqchip/irq-gic-v2m.c:278:15: error: implicit declaration of function 'pci_msi_create_irq_domain' [-Werror=implicit-function-declaration]
pci_domain = pci_msi_create_irq_domain(of_node_to_fwnode(v2m->node),
^~~~~~~~~~~~~~~~~~~~~~~~~
drivers/irqchip/irq-gic-v2m.c:278:13: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
pci_domain = pci_msi_create_irq_domain(of_node_to_fwnode(v2m->node),
^
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:269: drivers/irqchip/irq-gic-v2m.o] Error 1
drivers/built-in.o: In function mv_pp22_uio_isr': debugfs.c:(.text+0x40ea8): undefined reference to uio_event_notify'
debugfs.c:(.text+0x40ea8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol uio_event_notify' drivers/built-in.o: In function mv_pp2x_remove':
debugfs.c:(.text+0x447f4): undefined reference to uio_unregister_device' debugfs.c:(.text+0x447f4): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol uio_unregister_device'
debugfs.c:(.text+0x44874): undefined reference to uio_unregister_device' debugfs.c:(.text+0x44874): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol uio_unregister_device'
drivers/built-in.o: In function mv_pp2x_port_probe': debugfs.c:(.text+0x4afa0): undefined reference to __uio_register_device'
debugfs.c:(.text+0x4afa0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol __uio_register_device' drivers/built-in.o: In function mv_pp2x_probe':
debugfs.c:(.text+0x4c5d0): undefined reference to uio_unregister_device' debugfs.c:(.text+0x4c5d0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol uio_unregister_device'
debugfs.c:(.text+0x4c818): undefined reference to __uio_register_device' debugfs.c:(.text+0x4c818): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol __uio_register_device'
drivers/built-in.o: In function dmatest_perf_func': debugfs.c:(.text+0x79b20): undefined reference to xor_blocks'
debugfs.c:(.text+0x79b20): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `xor_blocks'
The text was updated successfully, but these errors were encountered:
I using the kernel version is 4.14.22, & double shot mcbin; also encountered this issue ,
"[ 2.631815] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.640404] loop: module loaded
[ 2.644276] phy phy-f2120000.phy.5: phy poweron failed --> -1
[ 2.650099] ahci: probe of f2540000.sata failed with error -1
[ 2.656155] phy phy-f4120000.phy.7: phy poweron failed --> -1
[ 2.661948] ahci: probe of f4540000.sata failed with error -1
[ 2.668563] orion_spi f4700680.spi: CS0 configured for direct access
[ 2.675164] m25p80 spi4.0: w25q32 (4096 Kbytes)"
Then update U-boot to 18.09, the error info is disappear , but still have sfp issue ,
When eth0/eth1 connect with copper, they work correctly,
When eth0/eth1 connect with SFP, they can`t work, the port state always down
Hi,
I have to link time some error when I disable:
CONFIG_MD
CONFIG_UIO
And when I strip the kernel I need disable:
CONFIG_PCI
drivers/irqchip/irq-gic-v2m.c:84:23: error: 'pci_msi_domain_write_msg' undeclared here (not in a function)
.irq_write_msi_msg = pci_msi_domain_write_msg,
^~~~~~~~~~~~~~~~~~~~~~~~
drivers/irqchip/irq-gic-v2m.c: In function 'gicv2m_allocate_domains':
drivers/irqchip/irq-gic-v2m.c:278:15: error: implicit declaration of function 'pci_msi_create_irq_domain' [-Werror=implicit-function-declaration]
pci_domain = pci_msi_create_irq_domain(of_node_to_fwnode(v2m->node),
^~~~~~~~~~~~~~~~~~~~~~~~~
drivers/irqchip/irq-gic-v2m.c:278:13: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
pci_domain = pci_msi_create_irq_domain(of_node_to_fwnode(v2m->node),
^
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:269: drivers/irqchip/irq-gic-v2m.o] Error 1
drivers/built-in.o: In function
mv_pp22_uio_isr': debugfs.c:(.text+0x40ea8): undefined reference to
uio_event_notify'debugfs.c:(.text+0x40ea8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol
uio_event_notify' drivers/built-in.o: In function
mv_pp2x_remove':debugfs.c:(.text+0x447f4): undefined reference to
uio_unregister_device' debugfs.c:(.text+0x447f4): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol
uio_unregister_device'debugfs.c:(.text+0x44874): undefined reference to
uio_unregister_device' debugfs.c:(.text+0x44874): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol
uio_unregister_device'drivers/built-in.o: In function
mv_pp2x_port_probe': debugfs.c:(.text+0x4afa0): undefined reference to
__uio_register_device'debugfs.c:(.text+0x4afa0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol
__uio_register_device' drivers/built-in.o: In function
mv_pp2x_probe':debugfs.c:(.text+0x4c5d0): undefined reference to
uio_unregister_device' debugfs.c:(.text+0x4c5d0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol
uio_unregister_device'debugfs.c:(.text+0x4c818): undefined reference to
__uio_register_device' debugfs.c:(.text+0x4c818): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol
__uio_register_device'drivers/built-in.o: In function
dmatest_perf_func': debugfs.c:(.text+0x79b20): undefined reference to
xor_blocks'debugfs.c:(.text+0x79b20): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `xor_blocks'
The text was updated successfully, but these errors were encountered: