0

Was wondering if it was possible to use Zlib or libarchive to compress and decompress files in rtem?

avan989
  • 317
  • 1
  • 5
  • 12

1 Answers1

0

I don't know when it has been imported but there is some version of zlib available in cpukit/zlib: https://git.rtems.org/rtems/tree/cpukit/zlib?id=8d989c56ff0c65beb7ec3390aebef6ea52840fab

You should be able to use that out of the box without adding anything.