Closed gerard5 closed 1 year ago
This change provides alternative source for elf.h on macOS host, on which, the missing elf.h dependency can be replaced with libelf, which after package installation, can be found in /usr/local/include and /usr/local/lib.
elf.h
libelf
/usr/local/include
/usr/local/lib
Install libelf using brew:
brew install libelf
JIRA: RTOS-580
macOS
Description
This change provides alternative source for
elf.h
on macOS host, on which, the missingelf.h
dependency can be replaced withlibelf
, which after package installation, can be found in/usr/local/include
and/usr/local/lib
.Install
libelf
using brew:JIRA: RTOS-580
Types of changes
How Has This Been Tested?
macOS
.Checklist:
Special treatment