From: lichlin <lichlin@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] How to configurate USB of mpc8247 in u-boot 1.1.3
Date: Wed, 14 Jun 2006 17:04:24 +0800 [thread overview]
Message-ID: <200606141704210596447@gmail.com> (raw)
In-Reply-To: mailman.0.1150274645.2977.u-boot-users@lists.sourceforge.net
Hello:
I have done some define in include/configs/MPC8260ADS.h.
#define CONFIG_COMMANDS ( ( CFG_CMD_ALL & ~( \
CFG_CMD_SDRAM | \
CFG_CMD_I2C | \
CFG_EXCLUDE ) ) | \
CFG_CMD_USB | \
CFG_CMD_FAT )
#define CONFIG_USB_OHCI
#define CONFIG_USB_STORAGE
#define CONFIG_MAC_PARTITION
#define CONFIG_DOS_PARTITION
But the result of compile is error. The print of compile is following:
UNDEF_SYM=`ppc_82xx-objdump -x lib_generic/libgeneric.a board/mpc8260ads/libmpc8260ads.a cpu/mpc8260/libmpc8260.a lib_ppc/libppc.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
ppc_82xx-ld -Bstatic -T /user/srp/u-boot-1.1.3/board/mpc8260ads/u-boot.lds -Ttext 0x10000000 -n $UNDEF_SYM cpu/mpc8260/start.o \
--start-group lib_generic/libgeneric.a board/mpc8260ads/libmpc8260ads.a cpu/mpc8260/libmpc8260.a lib_ppc/libppc.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /opt/eldk/usr/bin/../lib/gcc-lib/ppc-linux/3.3.3/pic -lgcc \
-Map u-boot.map -o u-boot
common/libcommon.a(usb.o)(.text+0x54): In function `usb_init':
/user/srp/u-boot-1.1.3/common/usb.c:96: undefined reference to `usb_lowlevel_init'
common/libcommon.a(usb.o)(.text+0xd4): In function `usb_stop':
/user/srp/u-boot-1.1.3/common/usb.c:117: undefined reference to `usb_lowlevel_stop'
common/libcommon.a(usb.o)(.text+0x140): In function `usb_submit_int_msg':
/user/srp/u-boot-1.1.3/common/usb.c:141: undefined reference to `submit_int_msg'
common/libcommon.a(usb.o)(.text+0x1e0): In function `usb_control_msg':
/user/srp/u-boot-1.1.3/common/usb.c:170: undefined reference to `submit_control_msg'
common/libcommon.a(usb.o)(.text+0x27c): In function `usb_bulk_msg':
/user/srp/u-boot-1.1.3/common/usb.c:197: undefined reference to `submit_bulk_msg'
common/libcommon.a(usb_storage.o)(.text+0x8d4): In function `usb_stor_CBI_get_status':
/user/srp/u-boot-1.1.3/common/usb_storage.c:527: undefined reference to `submit_int_msg'
make: *** [u-boot] Error 1
How do i?
Best Regards,
lichlin
2006-06-14
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20060614/70503e04/attachment.htm
next parent reply other threads:[~2006-06-14 9:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.0.1150274645.2977.u-boot-users@lists.sourceforge.net>
2006-06-14 9:04 ` lichlin [this message]
2006-06-14 11:33 ` [U-Boot-Users] How to configurate USB of mpc8247 in u-boot 1.1.3 Markus Klotzbücher
2006-06-14 14:16 ` Wolfgang Denk
2006-06-15 13:58 ` [U-Boot-Users] logistic question gxk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200606141704210596447@gmail.com \
--to=lichlin@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.