[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] toolchain and updates
Hi John,
At Thu, 23 Oct 2003 09:26:29 +1000,
John Williams wrote:
>
> Yesterday I made some minor updates to the uclinux CVS, and also posted
> a new gcc toolchain.
just noticed all mb-objdump I have (20030827, 20030904, 20030922 and
20031022) dies as follows:
# this happends on both Debian Sid and Woody.
$ mb-objcopy -O binary linux linux.bin
$ mb-objdump -D -b binary -m microblaze linux.bin
linux.bin: file format binary
mb-objdump: linux.bin: no symbols
Disassembly of section .data:
00000000 <.data>:
0: zsh: abort mb-objdump -D -b binary -m microblaze linux.bin
but if you put -EB option it works.
$ mb-objdump -D -b binary -m microblaze -EB linux.bin|head
mb-objdump: linux.bin: no symbols
linux.bin: file format binary
Disassembly of section .data:
00000000 <.data>:
0: 94208001 mfs r1, rmsr
4: a421fffd andi r1, r1, -3
8: 9401c001 mts rmsr, r1
c: b0008007 imm -32761
$ ls -l =mb-objdump
-rwxr-xr-x 1 root root 358956 Aug 21 10:33 /opt/microblaze/bin/mb-objdump
$ md5sum =mb-objdump
e4484e0cd7463fe440e4dd043c975757 /opt/microblaze/bin/mb-objdump
the file is striped so I'm not attaching a backtrace.
tia,
--
yashi
ps. is source code for the toolchain available yet?
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/