ianlancetaylor / cgosymbolizer

Experimental symbolizer for cgo backtraces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to build on s390x

Masquerade0097 opened this issue · comments

I get the following error when I try to build the package on IBM Z (s390x) machine.

# github.com/rai-project/tensorflow/vendor/github.com/ianlancetaylor/cgosymbolizer
In file included from dwarf.c:33:0:
config.h:9:2: error: #error BACKTRACE_ELF_SIZE unknown
 #error BACKTRACE_ELF_SIZE unknown
  ^~~~~

Can anyone please let me know the fix for it?

I thought this was fixed by d43e30e. Do you have that in your copy?

I updated my copy to point to the latest commit and that fixed the issue. Thanks.