bitbank2 / PNGdec

An optimized PNG decoder suitable for microcontrollers and PCs
Apache License 2.0
172 stars 28 forks source link

subsistute code and FAR data types on ARM926EJS #18

Closed 0x0fe closed 1 year ago

0x0fe commented 1 year ago

Trying to compile on ARM926EJS, in KEIL Uvision, in bare metal. I dont have code and FAR types, preventing compilation, how should these be sustituted?

image

bitbank2 commented 1 year ago

That structure is from ZLIB, I didn't create it; I would take a look at that code base to see if anyone has a way to help you.