ghc - How Cabal can be configured to use target-prefixed readelf executable -
when cabal build second time get:
readelf: readprocesswithexitcode: runinteractiveprocess: exec: not exist (no such file or directory) from strace confirmed looks readelf executable on system have target prefix , x86_64-pc-linux-gnu-readelf.
is there way configure cabal and/or ghc specific location of readelf?
there no such way @ moment. https://ghc.haskell.org/trac/ghc/ticket/10974 we'll -pgmreadelf.
Comments
Post a Comment