* problems compiling Das u-Boot 1.1.4 for omap osk 5912
@ 2006-05-11 20:50 Luís Cargnini
[not found] ` <200605112305.17157.sr@denx.de>
0 siblings, 1 reply; 7+ messages in thread
From: Luís Cargnini @ 2006-05-11 20:50 UTC (permalink / raw)
To: Linux-omap-open-source
--
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS Electrical Engineer Faculty
Hi, i'm encountering the following problem to compile u-boot 1.1.4
UNDEF_SYM=`arm-linux-objdump -x lib_generic/libgeneric.a
board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a
lib_arm/libarm.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`;\
arm-linux-ld -Bstatic -T
/home/lvcargnini/puc/instramed/u-boot-1.1.4/board/omap5912osk/u-boot.lds
-Ttext 0x11080000 $UNDEF_SYM cpu/arm926ejs/start.o \
--start-group lib_generic/libgeneric.a
board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a
lib_arm/libarm.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/omap-linux/lib/gcc/arm-linux/4.0.3 -lgcc \
-Map u-boot.map -o u-boot
arm-linux-ld: ERROR:
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses
hardware FP, whereas u-boot uses software FP
arm-linux-ld: failed to merge target specific data of file
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o)
arm-linux-ld: ERROR:
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) uses
hardware FP, whereas u-boot uses software FP
arm-linux-ld: failed to merge target specific data of file
/opt/omap-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o)
lib_arm/libarm.a(board.o): In function `start_armboot':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/lib_arm/board.c:236:
undefined reference to `flash_init'
common/libcommon.a(cmd_bootm.o): In function `do_imls':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_bootm.c:1160:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `abbrev_spec':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:106:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `addr_spec':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:195:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `flash_fill_sect_ranges':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:278:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `do_flinfo':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:292:
undefined reference to `flash_print_info'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:304:
undefined reference to `flash_print_info'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:306:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `flash_sect_erase':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:432:
undefined reference to `flash_erase'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:442:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `do_flerase':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:385:
undefined reference to `flash_erase'
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:401:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `flash_sect_protect':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:671:
undefined reference to `flash_info'
common/libcommon.a(cmd_flash.o): In function `do_protect':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/cmd_flash.c:617:
undefined reference to `flash_info'
common/libcommon.a(flash.o): In function `addr2info':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/flash.c:122:
undefined reference to `flash_info'
common/libcommon.a(flash.o): In function `flash_write':
/home/lvcargnini/puc/instramed/u-boot-1.1.4/common/flash.c:177:
undefined reference to `write_buff'
make: *** [u-boot] Error 1
^ permalink raw reply [flat|nested] 7+ messages in thread[parent not found: <200605112305.17157.sr@denx.de>]
* Re: problems compiling Das u-Boot 1.1.4 for omap osk 5912 [not found] ` <200605112305.17157.sr@denx.de> @ 2006-05-11 21:14 ` Luís Cargnini 2006-05-11 21:39 ` Luís Cargnini 0 siblings, 1 reply; 7+ messages in thread From: Luís Cargnini @ 2006-05-11 21:14 UTC (permalink / raw) To: Stefan Roese; +Cc: linux-omap-open-source On 5/11/06, Stefan Roese <sr@denx.de> wrote: Please what is the git tree of u-boot, to i could get it thanks, for the ASAP answers. > On Thursday 11 May 2006 22:50, Luís Cargnini wrote: -- Thanks && Regards Msc. Bsc. Luís Vitório Cargnini IEEE Member Mastering Degree student @ PUC-RS Electrical Engineer Faculty ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: problems compiling Das u-Boot 1.1.4 for omap osk 5912 2006-05-11 21:14 ` Luís Cargnini @ 2006-05-11 21:39 ` Luís Cargnini 2006-05-11 21:50 ` Luís Cargnini 0 siblings, 1 reply; 7+ messages in thread From: Luís Cargnini @ 2006-05-11 21:39 UTC (permalink / raw) To: Stefan Roese; +Cc: linux-omap-open-source Hi i tried the following : cg-clone rsync://www.denx.de/git/u-boot.git u-boot/ On 5/11/06, Luís Cargnini <lvcargnini@gmail.com> wrote: > > On 5/11/06, Stefan Roese <sr@denx.de> wrote: > Please what is the git tree of u-boot, to i could get it > thanks, for the ASAP answers. > > On Thursday 11 May 2006 22:50, Luís Cargnini wrote: > > > > > > > > > > > > > > > -- > Thanks && Regards > Msc. Bsc. Luís Vitório Cargnini > IEEE Member > Mastering Degree student @ PUC-RS Electrical Engineer Faculty > -- Thanks && Regards Msc. Bsc. Luís Vitório Cargnini IEEE Member Mastering Degree student @ PUC-RS Electrical Engineer Faculty ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: problems compiling Das u-Boot 1.1.4 for omap osk 5912 2006-05-11 21:39 ` Luís Cargnini @ 2006-05-11 21:50 ` Luís Cargnini 2006-05-12 4:31 ` ml 0 siblings, 1 reply; 7+ messages in thread From: Luís Cargnini @ 2006-05-11 21:50 UTC (permalink / raw) To: linux-omap-open-source hi after downloaded the git tree version i try to compilate it and i received the following : make[1]: Leaving directory `/home/lvcargnini/puc/instramed/u-boot.git /common' UNDEF_SYM=`arm-linux-objdump -x lib_generic/libgeneric.a board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/omap/libomap.a lib_arm/libarm.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/nand/libnand.a drivers/nand_legacy/libnand_legacy.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`;\ arm-linux-ld -Bstamake[1]: Leaving directory `/home/lvcargnini/puc/instramed/u-boot.git/common' UNDEF_SYM=`arm-linux-objdump -x lib_generic/libgeneric.a board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/omap/libomap.a lib_arm/libarm.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/nand/libnand.a drivers/nand_legacy/libnand_legacy.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`;\ arm-linux-ld -Bstatic -T /home/lvcargnini/puc/instramed/u-boot.git /board/omap5912osk/u-boot.lds -Ttext 0x11080000 -marmelf_linux $UNDEF_SYM cpu/arm926ejs/start.o \ --start-group lib_generic/libgeneric.a board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/omap/libomap.a lib_arm/libarm.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/nand/libnand.a drivers/nand_legacy/libnand_legacy.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /opt/arm-linux/lib/gcc/arm-linux/4.0.3 -lgcc \ -Map u-boot.map -o u-boot arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) tic -T /home/lvcargnini/puc/instramed/u-boot.git/board/omap5912osk/u- boot.lds -Ttext 0x11080000 -marmelf_linux $UNDEF_SYM cpu/arm926ejs/start.o \ --start-group lib_generic/libgeneric.a board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/omap/libomap.a lib_arm/libarm.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/nand/libnand.a drivers/nand_legacy/libnand_legacy.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /opt/arm-linux/lib/gcc/arm-linux/4.0.3 -lgcc \ -Map u-boot.map -o u-boot arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) and withou -marm_linux the following: make[1]: Leaving directory `/home/lvcargnini/puc/instramed/u-boot.git /common' UNDEF_SYM=`arm-linux-objdump -x lib_generic/libgeneric.a board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/omap/libomap.a lib_arm/libarm.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/nand/libnand.a drivers/nand_legacy/libnand_legacy.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`;\ arm-linux-ld -Bstatic -T /home/lvcargnini/puc/instramed/u-boot.git /board/omap5912osk/u-boot.lds -Ttext 0x11080000 $UNDEF_SYM cpu/arm926ejs/start.o \ --start-group lib_generic/libgeneric.a board/omap5912osk/libomap5912osk.a cpu/arm926ejs/libarm926ejs.a cpu/arm926ejs/omap/libomap.a lib_arm/libarm.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/nand/libnand.a drivers/nand_legacy/libnand_legacy.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /opt/arm-linux/lib/gcc/arm-linux/4.0.3 -lgcc \ -Map u-boot.map -o u-boot arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) uses hardware FP, whereas u-boot uses arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) arm-linux-ld: ERROR: /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) linux-ld: failed to merge target specific data of file /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_modsi3.o) make: *** [u-boot] Error 1 On 5/11/06, Luís Cargnini <lvcargnini@gmail.com> wrote: > > Hi i tried the following : > > cg-clone rsync://www.denx.de/git/u-boot.git u-boot/ > > > > On 5/11/06, Luís Cargnini < lvcargnini@gmail.com> wrote: > > > > On 5/11/06, Stefan Roese < sr@denx.de> wrote: > > Please what is the git tree of u-boot, to i could get it > > thanks, for the ASAP answers. > > > On Thursday 11 May 2006 22:50, Luís Cargnini wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Thanks && Regards > > Msc. Bsc. Luís Vitório Cargnini > > IEEE Member > > Mastering Degree student @ PUC-RS Electrical Engineer Faculty > > > > > > -- > Thanks && Regards > Msc. Bsc. Luís Vitório Cargnini > IEEE Member > Mastering Degree student @ PUC-RS Electrical Engineer Faculty > -- Thanks && Regards Msc. Bsc. Luís Vitório Cargnini IEEE Member Mastering Degree student @ PUC-RS Electrical Engineer Faculty ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: problems compiling Das u-Boot 1.1.4 for omap osk 5912 2006-05-11 21:50 ` Luís Cargnini @ 2006-05-12 4:31 ` ml [not found] ` <ae36f8040605120734r3b6b7a7fjfcbe8c4fbd54712d@mail.gmail.com> 0 siblings, 1 reply; 7+ messages in thread From: ml @ 2006-05-12 4:31 UTC (permalink / raw) To: linux-omap-open-source, lvcargnini On Thursday 11 May 2006 23:50, Luís Cargnini wrote: > hi after downloaded the git tree version i try to compilate it and i > received the following : > <snip> > /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses hardware > FP, whereas u-boot uses software FP > arm-linux-ld: failed to merge target specific data of file > /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) > arm-linux-ld: ERROR: What toolchain are you using? ELDK 4.0 (http://www.denx.de/wiki/DULG/ELDKAvailability) works here without problems. Best regards, Stefan ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <ae36f8040605120734r3b6b7a7fjfcbe8c4fbd54712d@mail.gmail.com>]
* Re: problems compiling Das u-Boot 1.1.4 for omap osk 5912 [not found] ` <ae36f8040605120734r3b6b7a7fjfcbe8c4fbd54712d@mail.gmail.com> @ 2006-05-12 14:39 ` Luís Cargnini 2006-05-12 18:33 ` [FIXED with ELDK] " Luís Cargnini 0 siblings, 1 reply; 7+ messages in thread From: Luís Cargnini @ 2006-05-12 14:39 UTC (permalink / raw) To: OMAP ---------- Forwarded message ---------- From: Luís Cargnini <lvcargnini@gmail.com> Date: May 12, 2006 11:34 AM Subject: Re: problems compiling Das u-Boot 1.1.4 for omap osk 5912 To: "ml@roese.nl" <ml@roese.nl> no no i have generated my own binutils16.1 gcc4.0.3 glibc 2.3.6 kernel omap-git-tree On 5/12/06, ml@roese.nl <ml@roese.nl> wrote: > > On Thursday 11 May 2006 23:50, Luís Cargnini wrote: > > hi after downloaded the git tree version i try to compilate it and i > > received the following : > > > > <snip> > > > /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses hardware > > > FP, whereas u-boot uses software FP > > arm-linux-ld: failed to merge target specific data of file > > /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) > > arm-linux-ld: ERROR: > > What toolchain are you using? ELDK 4.0 > (http://www.denx.de/wiki/DULG/ELDKAvailability) works here without > problems. > > Best regards, > Stefan > > -- Thanks && Regards Msc. Bsc. Luís Vitório Cargnini IEEE Member Mastering Degree student @ PUC-RS Electrical Engineer Faculty -- Thanks && Regards Msc. Bsc. Luís Vitório Cargnini IEEE Member Mastering Degree student @ PUC-RS Electrical Engineer Faculty ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [FIXED with ELDK] problems compiling Das u-Boot 1.1.4 for omap osk 5912 2006-05-12 14:39 ` Luís Cargnini @ 2006-05-12 18:33 ` Luís Cargnini 0 siblings, 0 replies; 7+ messages in thread From: Luís Cargnini @ 2006-05-12 18:33 UTC (permalink / raw) To: OMAP i used ELDK on my gentoo and it worked i compiled the u-boot thanks for your help On 5/12/06, Luís Cargnini <lvcargnini@gmail.com> wrote: > > > > ---------- Forwarded message ---------- > From: Luís Cargnini <lvcargnini@gmail.com> > Date: May 12, 2006 11:34 AM > Subject: Re: problems compiling Das u-Boot 1.1.4 for omap osk 5912 > To: "ml@roese.nl" <ml@roese.nl> > > no no i have generated my own > binutils16.1 > gcc4.0.3 > glibc 2.3.6 > kernel omap-git-tree > > > > On 5/12/06, ml@roese.nl <ml@roese.nl> wrote: > > > > On Thursday 11 May 2006 23:50, Luís Cargnini wrote: > > > hi after downloaded the git tree version i try to compilate it and i > > > received the following : > > > > > > > <snip> > > > > > /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) uses > > hardware > > > FP, whereas u-boot uses software FP > > > arm-linux-ld: failed to merge target specific data of file > > > /opt/arm-linux/lib/gcc/arm-linux/4.0.3/libgcc.a(_divsi3.o) > > > arm-linux-ld: ERROR: > > > > What toolchain are you using? ELDK 4.0 > > (http://www.denx.de/wiki/DULG/ELDKAvailability) works here without > > problems. > > > > Best regards, > > Stefan > > > > > > > -- > > Thanks && Regards > Msc. Bsc. Luís Vitório Cargnini > IEEE Member > Mastering Degree student @ PUC-RS Electrical Engineer Faculty > > > -- > Thanks && Regards > Msc. Bsc. Luís Vitório Cargnini > IEEE Member > Mastering Degree student @ PUC-RS Electrical Engineer Faculty > -- Thanks && Regards Msc. Bsc. Luís Vitório Cargnini IEEE Member Mastering Degree student @ PUC-RS Electrical Engineer Faculty ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-05-12 18:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-11 20:50 problems compiling Das u-Boot 1.1.4 for omap osk 5912 Luís Cargnini
[not found] ` <200605112305.17157.sr@denx.de>
2006-05-11 21:14 ` Luís Cargnini
2006-05-11 21:39 ` Luís Cargnini
2006-05-11 21:50 ` Luís Cargnini
2006-05-12 4:31 ` ml
[not found] ` <ae36f8040605120734r3b6b7a7fjfcbe8c4fbd54712d@mail.gmail.com>
2006-05-12 14:39 ` Luís Cargnini
2006-05-12 18:33 ` [FIXED with ELDK] " Luís Cargnini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox