uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.09k stars 250 forks source link

no binary output after building on Ubuntu #1332

Closed yangzao closed 4 months ago

yangzao commented 4 months ago

Hi, I used the command in https://github.com/uxmal/reko/blob/master/doc/build.md to try to build Reko. During the build process there were no errors, but in bin/ there is no output binaries. I wonder if there are additional building steps that I missed. Thanks!

uxmal commented 4 months ago

Can you attach a build log? The build outputs are in src/Drivers/CmdLine/bin and its subdirectories

yangzao commented 4 months ago

Sorry I thought the outputs are in {reko_path}/bin. They can be found in src/Drivers/CmdLine/bin. Thank you for your help!