From: brian f. <pol...@ya...> - 2020-07-23 04:34:04
|
Hi,I made an application using elftoolchain on gcc. I was wondering if it's possible to use the elftoolchain headers on an eclipse based IDE. I tried adding gelf.h, libelf.h and elfdefinitions.h in my include path but I can't build. All the elftoolchain functions are undefined, i.e elf_begin, elf_update, etc. I'll appreciate any suggestion. |