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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -