如何将Cabal配置为使用目标前缀的readelf可执行文件

时间:2015-06-01 09:01:16

标签: ghc cabal cabal-install

当我第二次cabal build时,我得到了:

readelf: readProcessWithExitCode: runInteractiveProcess: exec: does not exist (No such file or directory)

strace我确认它查找readelf可执行文件,该文件在我的系统上有目标前缀,看起来像x86_64-pc-linux-gnu-readelf

有没有办法配置Cabal和/或GHC以查找readelf的具体位置?

1 个答案:

答案 0 :(得分:0)

目前没有这样的方式。但是使用https://ghc.haskell.org/trac/ghc/ticket/10974,我们会得到-pgmreadelf