Trouble compiling libpng (& zlib) using RVCT 4.0's armcc compiler

Posted by Arjun on Stack Overflow See other posts from Stack Overflow or by Arjun
Published on 2010-03-31T07:17:06Z Indexed on 2010/03/31 7:23 UTC
Read the original article Hit count: 478

Filed under:
|
|

Hi,

I'm trying to compile libpng & zlib using the RVCT 4.0 armcc compiler. However armcc cannot find 'fcntl.h', which I assume is a standard C library. Cygwin has fcntl.h (and the associated files types.h and _types.h), but when I use those, I get various compilation errors.

Should I be using Cygwin's version of standard C libraries, or RVCT's? If the latter is correct, where do I get RVCT's versions of fcntl.h, types.h and _types.h?

Thanks! Arjun

© Stack Overflow or respective owner

Related posts about arm

Related posts about libpng