Hi Community,
I am using sabrelite board(imx6q). I am using yocto to build kernel & file system for it. I want to build a kernel without any network support(i.e. without ethernet, bluetooth, tcp/ip stack). I have disable network options in kernel menuconfig. But I got some errors while building kernel. I have attach kernel defconfig if it.
the errors I am getting are.
LD | init/built-in.o |
LD | .tmp_vmlinux1 |
arch/arm/mach-mx6/built-in.o: In function `fec_phy_init':
:(.text+0xfa0c): undefined reference to `mdiobus_write'
:(.text+0xfa20): undefined reference to `mdiobus_write'
:(.text+0xfa34): undefined reference to `mdiobus_write'
:(.text+0xfa48): undefined reference to `mdiobus_write'
:(.text+0xfa5c): undefined reference to `mdiobus_write'
arch/arm/mach-mx6/built-in.o::(.text+0xfa70): more undefined references to `mdiobus_write' follow
make: *** [.tmp_vmlinux1] Error 1
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
thanks,
Pratik
Original Attachment has been moved to: defconfig.zip