freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] Suggestions with cross-compiled FreeType with gcc 4.5.2


From: Jerry Fat
Subject: [ft-devel] Suggestions with cross-compiled FreeType with gcc 4.5.2
Date: Mon, 28 Nov 2011 14:17:11 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15

Hi all:

I cross compiled Freetype 2.4.7 using gcc "arm-none-eabi-" on an mx53.

I used x86 Ubuntu 11.04.

I manually copied over to /lib the ld-linux.so.3 from Linaro.

I cross-compiled the apinames.c file manually using arm-none-eabi-

I am using Freetype under microwindows.

I also manually added a .ttf font after converting it to a .c array (no filesystem).

Able to display scaled fonts, but hang/crash when I do rotation angle > 0.

Can any one suggest where or what I can do to fix this or figure out how/why/what's broken?

Freetype under x86 Ubuntu links to apps OK with rotation.

I then re-compiled and ran qemu and the code seemed to die at:
The code crashed right after
FT_Glyph_Transform(glyph, &pf->matrix, 0);

while trying to do:
FT_Glyph_To_Bitmap(&glyph, render_mode,
                        0,    // no additional translation
                        1);    // do not destroy copy in "image"
Any ideas ?

Thanks in advance,

Jerry Fat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]