[ft-devel] Re: [ft] Re: Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread Robin Watts
In message <20110115215730.1a14f8d0.mpsuz...@hiroshima-u.ac.jp> mpsuz...@hiroshima-u.ac.jp wrote: > "orr%0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */ vs > "orr%0, %0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */ > >You can find the number of arguments to "orr" is differe

[ft-devel] Re: [ft] Re: Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread mpsuzuki
Dear Robin, On Sun, 16 Jan 2011 00:55:49 GMT Robin Watts wrote: >In message <20110115215730.1a14f8d0.mpsuz...@hiroshima-u.ac.jp> > mpsuz...@hiroshima-u.ac.jp wrote: >> "orr%0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */ > >vs > >> "orr%0, %0, %2, lsl #16\n\t" /* %0 |= %2

[ft-devel] Re: Re: Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread Johnson Y. Yan
Thanks freetype team, I use "orr%0, %0, %2, lsl #16\n\t" /* %0 |= %2 << 16 */, and it work fine now. Johnson Y. Yan 发件人: mpsuzuki 发送时间: 2011-01-15 20:49:46 收件人: yinsen_yan 抄送: freetype; freetype-devel 主题: Re: Fw: Compile Error use arm-linux-gcc3.4.1 Dear Johnson, I guess this failure has

[ft-devel] Re: Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread mpsuzuki
Dear Johnson, I guess this failure has following scenario and not related with ARM instruction set. I found that quite similar error was found by Qt developers: http://bugreports.qt.nokia.com/browse/QTBUG-6521 1) You build with default ftconfig.h in "include/freetype/config/ftconfig.h", inst

[ft-devel] Re: [ft] Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread suzuki toshiya
Dear Johnson, I will take a look, but I don't have ARMv4 machine to check the assembly code. Could you help me to check the revised version will work or not? The easiest/simplest fix would be disabling the assembly code for smaller versions of ARM architecture, but it won't be what you want... Re

Re: [ft-devel] [Patch] CJK autofit/autohint blue zones

2011-01-15 Thread Werner LEMBERG
> If the blue zone hinting for CJK is accepted as useful, then > adjusting the parameters is something that have to be done by people > with a lot of fonts. I don't have much fonts myself. Exactly. I don't see any obstacles in integrating your patch (except that I don't have time for it yet), bu

[ft-devel] Fw: Compile Error use arm-linux-gcc3.4.1

2011-01-15 Thread Werner LEMBERG
ARM developers, please comment and help if possible! Werner --- Begin Message --- Hi Werner, We used arm-linux-gcc3.4.1 to compile the freetype 244 the following error occurred: /tmp/ccYNGbm3.s: Assembler messages: /tmp/ccYNGbm3.s:7607: Error: register or shift expression expected -- `or