天嵌 ARM开发社区

 找回密码
 注册
查看: 24485|回复: 2

编辑uboot出现的问题

[复制链接]
ぃSilenceミ 发表于 2013-8-2 09:41:52 | 显示全部楼层 |阅读模式
本帖最后由 ぃSilenceミ 于 2013-8-2 10:21 编辑

        -Map u-boot.map -o u-boot
cpu/s5pv210/movi.o: In function `movi_write_bl1':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/cpu/s5pv210/movi.c:133: undefined reference to `movi_write'
cpu/s5pv210/movi.o: In function `movi_write_env':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/cpu/s5pv210/movi.c:108: undefined reference to `movi_write'
cpu/s5pv210/movi.o: In function `movi_read_env':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/cpu/s5pv210/movi.c:114: undefined reference to `movi_read'
cpu/s5pv210/libs5pv210.a(cpu.o): In function `cpu_mmc_init':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/cpu/s5pv210/cpu.c:237: undefined reference to `smdk_s3c_hsmmc_init'
lib_arm/libarm.a(board.o): In function `start_armboot':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/lib_arm/board.c:516: undefined reference to `mmc_initialize'
net/libnet.a(net.o): In function `NetSendPacket':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:656: undefined reference to `eth_send'
net/libnet.a(net.o): In function `ArpRequest':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:254: undefined reference to `eth_send'
net/libnet.a(net.o): In function `NetReceive':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:1345: undefined reference to `eth_send'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:1479: undefined reference to `eth_send'
net/libnet.a(net.o): In function `NetSendUDPPacket':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:705: undefined reference to `eth_send'
net/libnet.a(net.o): In function `NetStartAgain':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:601: undefined reference to `eth_halt'
net/libnet.a(net.o): In function `PingTimeout':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:771: undefined reference to `eth_halt'
net/libnet.a(net.o): In function `NetLoop':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:322: undefined reference to `eth_halt'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:326: undefined reference to `eth_init'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:508: undefined reference to `eth_rx'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:514: undefined reference to `eth_halt'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:568: undefined reference to `eth_halt'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/net/net.c:408: undefined reference to `eth_halt'
drivers/mtd/nand/libnand.a(nand.o): In function `nand_init_chip':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/drivers/mtd/nand/nand.c:63: undefined reference to `add_mtd_device'
drivers/mtd/nand/libnand.a(nand_base.o): In function `nand_release':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/drivers/mtd/nand/nand_base.c:2966: undefined reference to `del_mtd_partitions'
drivers/mtd/nand/libnand.a(nand_base.o): In function `nand_erase_nand':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/drivers/mtd/nand/nand_base.c:2324: undefined reference to `mtd_erase_callback'
common/libcommon.a(main.o): In function `main_loop':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/main.c:541: undefined reference to `mtdparts_init'
common/libcommon.a(cmd_bootm.o): In function `do_bootm_vxworks':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_bootm.c:1109: undefined reference to `do_bootvx'
common/libcommon.a(cmd_bootm.o): In function `do_bootm_qnxelf':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_bootm.c:1130: undefined reference to `do_bootelf'
common/libcommon.a(cmd_nand.o): In function `arg_off_size':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_nand.c:300: undefined reference to `mtdparts_init'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_nand.c:301: undefined reference to `find_dev_and_part'
common/libcommon.a(cmd_nand.o): In function `arg_off':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_nand.c:259: undefined reference to `mtdparts_init'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_nand.c:260: undefined reference to `find_dev_and_part'
common/libcommon.a(cmd_movi.o): In function `do_movi':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_movi.c:685: undefined reference to `find_mmc_device'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_movi.c:688: undefined reference to `mmc_init'
common/libcommon.a(cmd_movi.o): In function `init_raw_area_table':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_movi.c:484: undefined reference to `find_mmc_device'
common/libcommon.a(cmd_fastboot.o): In function `do_sdfuse':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_fastboot.c:1680: undefined reference to `find_mmc_device'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_fastboot.c:1682: undefined reference to `mmc_init'
common/libcommon.a(cmd_mmc_fdisk.o): In function `put_mmc_mbr':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_mmc_fdisk.c:358: undefined reference to `find_mmc_device'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_mmc_fdisk.c:365: undefined reference to `mmc_init'
common/libcommon.a(cmd_mmc_fdisk.o): In function `get_mmc_mbr':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_mmc_fdisk.c:327: undefined reference to `find_mmc_device'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_mmc_fdisk.c:334: undefined reference to `mmc_init'
common/libcommon.a(cmd_mmc_fdisk.o): In function `get_mmc_block_count':
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_mmc_fdisk.c:299: undefined reference to `find_mmc_device'
/opt/EmbedSky/TQ210/uboot_TQ210_1.3.4/common/cmd_mmc_fdisk.c:306: undefined reference to `mmc_init'
board/EmbedSky/TQ210/libTQ210.a(embedsky_FAT.module): In function `FAT_Init':
/opt/EmbedSky/TQ210/u-boot-1.3.4-TQ210/board/EmbedSky/TQ210/embedsky_FAT.c:2011: undefined reference to `find_mmc_device'
/opt/EmbedSky/TQ210/u-boot-1.3.4-TQ210/board/EmbedSky/TQ210/embedsky_FAT.c:2017: undefined reference to `mmc_init'
disk/libdisk.a(part.o):(.rodata+0x4): undefined reference to `mmc_get_dev'
make: *** [u-boot] Error 1


用的原版uboot

未做任何修改
MySoftBbs 发表于 2013-8-2 09:55:24 | 显示全部楼层
你怎么编译的?把你编译的步骤贴出来,
回复

使用道具 举报

 楼主| ぃSilenceミ 发表于 2013-8-2 10:20:38 | 显示全部楼层
MySoftBbs 发表于 2013-8-2 09:55
你怎么编译的?把你编译的步骤贴出来,

已解决
make clean一下就好了
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

i.MX8系列ARM cortex A53 M4 工控板上一条 /1 下一条

Archiver|手机版|小黑屋|天嵌 嵌入式开发社区 ( 粤ICP备11094220号-2 )

GMT+8, 2025-5-1 20:48 , Processed in 2.035116 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表