[loongson-dev] as not work well when compile android code from mips

2011-11-04 Thread 李晖
hi, all I am porting android to loongson2f, I git code from developer.mips.com/ android, code branch is mips-froyo-r8, and by following the LoneStar's blog:http://blog.chinaunix.net/space.php?uid=13327410 After some preparing jobs, i typed make showcommands, at the beginning, every thing is fine, b

Re: [loongson-dev] as not work well when compile android code from mips

2011-11-04 Thread David Kuehling
> "李晖" == 李晖 writes: > the assembler just can not identify the multu.g instruction. > why the same assembler with the same march option can identify the > multu.g instruct in one file but can not in another file, did any one > knows the reason, it's so strange! Ar you sure that the file in

[loongson-dev] Re: as not work well when compile android code from mips

2011-11-04 Thread 李晖
hi, David, thank you for your reply, I checked my .s file and find there indeed many ".set mips32r2" directive, but In the command I transfer the .cpp file to .s file, I added the option "-march=loongson2f - mtune=loongson2f", I don't know why the ".set mips32r2" directive were added in the .s

[loongson-dev] Re: Android boots

2011-11-04 Thread 李晖
I think this is a good advise, as it avoid a lot of repetitive work for the engineers who is porting android to loongson. I really hope we all work together to construct a perfect android on loongson. andy On Oct 23, 11:20 pm, Wu Zhangjin wrote: > On Sun, Oct 23, 2011 at 10:05 PM, Zhen Xin wro