phoenix-rtos / phoenix-rtos-hostutils

Phoenix-RTOS supporting daemon
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

psdisk, metaelf: changes to allow building on MacOS #43

Closed damianloew closed 1 year ago

damianloew commented 1 year ago

Description

Motivation and Context

elf.h header is not available on MacOS.

le32toh() and htole32() are not available on MacOS. Including sys/endian.h or machine/endian.h does not help in this case.

Types of changes

How Has This Been Tested?

Checklist:

Special treatment