You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you're getting an error during the configuration of the GMP library, because when configured for Power8, GMP expects the ABI string "mode64" instead of "64" (which it uses for x86_64). You can fix this issue by replacing line 60,
Herbgrind doesnt officially support any platforms besides x86_64 linux and i386 linux, but Valgrind the underlying technology does appear to support Power8, so while you might encounter a few more issues where the Makefile isn't designed for this, you can still probably get it working.
I attempted to use herbgrind on a Power8 platform but got an error when installing it.
The system I am using is
I modified
TARGET_PLAT
andARCH_PRI
in Makefile as shown the following beforemake
and got the error below
As suggestions about what the error is and how to fix it? Thanks!
The text was updated successfully, but these errors were encountered: