[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] compiler warnings produced by the RVCT ARM compiler
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] compiler warnings produced by the RVCT ARM compiler |
Date: |
Tue, 15 May 2007 08:49:12 +0200 (CEST) |
> compiling FreeType 2.3.4 using an ARM compiler (part of the RealView
> Compiler Tools suite: see
> http://www.arm.com/pdfs/DUI0205G_rvct_compiler_and_libraries_guide.pdf)
> I found some warnings and errors about the following things.
Thanks, applied to the CVS.
> I enclose patched versions of all the files.
A ready-to-run ARM compilation can probably be set up in `builds/arm'.
Would you like to work on this?
> Finally, in many environments, using the ctype.h functions isalpha,
> isdigit, etc., will cause writable global variables to be used.
> [...]
This is something I won't change since it is really platform
dependent. It should be added to `builds/arm'.
Werner