Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 852 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 852 Bytes

libelf for Windows

This library is a fork of libelf.

The design objective of this library is to provide a better out-of-the-box experience for AVRDUDE Windows users.

This library only supports a subset of the original implementation. The intend is not to provide a general purpose implementation, but to satisfy the usage scenarios of AVRDUDE.

This library supports only Microsoft Visual C/C++, as used in the msvc job of the AVRDUDE build action.

The latest version of libelf for Windows can be found here:
https://github.com/avrdudes/libelf

The original README of libelf can be found here: README.

Notable Changes

  • Add CMake support