Closed Bojun-Seo closed 1 year ago
This issue happens not because heaptrace
has any problem but it is a normal cross compile environment issue.
There are a lot of solutions to resolve this kind of issues and openembedded
is one of the solution.
https://www.openembedded.org/wiki/Main_Page
I'll share or update openembedded
build script(bb
file) later if I could.
heaptrace
failed to run because ofGLIBC
version unmatching for following cross compile environment. I'm curious about the reason whyheaptrace
require specificGLIBC
version and the location ofGLIBC
version checking logic inheaptrace
.Target information
Unmatching case
I copied
heaptrace
file andlibheaptrace.so
to the same directory on the target. Run heaptrace and got error like below.But, there's no problem on following environment.