This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于AM335x在Linux下进行内核裁剪的问题

Other Parts Discussed in Thread: AM3358

  我在用AM3358开发板进行编程开发时有一些问题,想向您请教一下:
        在进行光盘中所给的Linux-3.2.0内核裁剪时,我将Network Support选项取消(去掉网络支持),使用make uImage编译内核,系统提示错误:
我认为是在进行编译的时候没有找到mdiobus_write(),phy_register_fixup_for_uid(),skb_copy_bits(),三个函数所在的.c文件,请问应该修改哪个文件夹下的Makefile,如何修改makefile文件,才能够链接到这三个函数,这三个函数所在.c文件路径如下:
mdiobus_write  
linux-3.2.0\drivers\net\phy\mdio_bus.c
phy_register_fixup_for_uid:
linux-3.2.0\drivers\net\phy\phy_device.c
skb_copy_bits:
linux-3.2.0\net\core\skbuff.c