Re: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-30 Thread Antoine Leca
Sorry to answer this late. On Friday, September 23, 2005 06:18Z Kiran Mahajan wrote: > I want to know that, Is it possible to port freetype2 on 8 > bit platform like 8 Bit microcontrollers based on 8051 core > or 8 Bit Rabbit processors? In theory yes, but you should provide a fair amount of _st

RE: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-26 Thread Turner, David
Hi all, > > I want to know that, Is it possible to port freetype2 on 8 > bit platform > > like 8 Bit microcontrollers based on 8051 core or 8 Bit Rabbit > > processors? > > You mean that all registers and operators are based on 8bit entities? > This won't work with FreeType unless you have a lib

Re: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-24 Thread Pierre Hanser
>>>You mean that all registers and operators are based on 8bit entities? >> >>yes all registers and operators are 8bit. the discussion seems a bit strange: the 8051 family has at least one superb compiler where int is 16 bits It's not because the processor is 8 bits you cannot have a full ansi co

Re: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Werner LEMBERG
> > You mean that all registers and operators are based on 8bit entities? > yes all registers and operators are 8bit. Hmm, I think there must be at least some 16bit entities for jumps and similar things, right? > i don't want to have support for all fonts but if i can compile it > for a single f

Re: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread mpsuzuki
On Fri, 23 Sep 2005 19:34:27 +0530 Kiran Mahajan <[EMAIL PROTECTED]> wrote: >On Fri, 2005-09-23 at 10:31 +0200, Turner, David wrote: >> In theory, FreeType should work on 16-bit platforms, but >> this hasn't been officially verified for a very long time. >> >> However, I don't know of any 8-bit p

Re: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Kiran Mahajan
On Fri, 2005-09-23 at 09:52 +0200, Werner LEMBERG wrote: > > I want to know that, Is it possible to port freetype2 on 8 bit platform > > like 8 Bit microcontrollers based on 8051 core or 8 Bit Rabbit > > processors? > > You mean that all registers and operators are based on 8bit entities? yes all

RE: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Kiran Mahajan
On Fri, 2005-09-23 at 10:31 +0200, Turner, David wrote: > In theory, FreeType should work on 16-bit platforms, but > this hasn't been officially verified for a very long time. > > However, I don't know of any 8-bit platform that is capable > of dealing with, say, memory-mapped files or heap blocks

RE: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Turner, David
- David Turner - The FreeType Project (www.freetype.org) > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > la part de > Kiran Mahajan > Envoyé : vendredi 23 septembre 2005 08:18 > À : FreeType MailingList > Objet : [ft-devel] Por

Re: [ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Werner LEMBERG
> I want to know that, Is it possible to port freetype2 on 8 bit platform > like 8 Bit microcontrollers based on 8051 core or 8 Bit Rabbit > processors? You mean that all registers and operators are based on 8bit entities? This won't work with FreeType unless you have a library which emulates 16b

[ft-devel] Porting Free Type on 8 Bit platform!

2005-09-23 Thread Kiran Mahajan
Hi all, Many of you mite have worked on porting Freetype on Embedded platforms. I want to know that, Is it possible to port freetype2 on 8 bit platform like 8 Bit microcontrollers based on 8051 core or 8 Bit Rabbit processors? If yes, which are the facts to do that? Also what will be the constrains