2011年8月28日日曜日

cross gcc for zumi32

このblogの統計情報を見たところ、http://translate.googleusercontent.com/を通して英語に
変換して見てらっしゃる方が居るようだったので頑張って英語に書換えてみた。
いやー、Google翻訳って便利だわ。 The Google translate is my best friend って感じだ。

Time had opened considerably, but I reopened porting work of gcc for
zumi32 cpu that I made.
And then, the part of binutils is completed somehow.

This is version indication of gas. zumi32-elf becomes target.

I tried to assemble of zumi32's all instruction.  it looks fine.

And then, tried to disassemble a.out generated by gas.  it looks fine too.

Next, I tried to link of two object files.
I tried to assemble and then link two objects that the s1.s and s2.s
referring to label in each other's source.
The result was fine.


Probably I still have some problem in current port but I reached to here
that can link objects.
This is progress.

I don't know when I can compile a c program with cross-gcc for zumi32
but I wanna do it in the near feature.

0 件のコメント:

コメントを投稿

自作CPUで遊ぶ 22

今使用しているモータードライバはDM556Dというものだが、このドライバはMicro Stepが 800 [pulse/rev] 〜 40000 [pulse/rev]の範囲で設定できる。 Mi...