[Libre-soc-dev] daily kan-ban update 27apr2021

Luke Kenneth Casson Leighton lkcl at lkcl.net
Tue Apr 27 19:34:22 BST 2021


On Tue, Apr 27, 2021 at 7:10 PM Tobias Platen
<libre-soc at platen-software.de> wrote:

> Make develop does not install those binaries in /usr/local/bin,
> when using make develop.

run strace on it, find out what it's doing, where files are actually
getting written.  in the meantime you can do what used to be done: run
them directly
they're in src/openpower/decoder/pseudo as pywriter.py and... well,
look at setup.py "entry_points".

> How do I install them correctly.

run "make develop" *is* the way to install them correctly.

investigate with strace to find out what system calls are being
carried out.  "strace -o log.txt -ff" then look for "open" syscalls.

l.



More information about the Libre-soc-dev mailing list