diff mbox series

[3/3] build: add hint for interpreter location fix

Message ID 20201221101733.912938-3-npiggin@gmail.com
State Accepted
Headers show
Series [1/3] libpdbg/p10chip: remove delay from special wakeup clearing | expand

Commit Message

Nicholas Piggin Dec. 21, 2020, 10:17 a.m. UTC
For some reason my environment requires this.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/README.md b/README.md
index abc2088..7892a8d 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,12 @@  make
 rsync pdbg root@bmc:/usr/local/bin
 ```
 
+Depending on your cross compile environment, you may get a message like
+`pdbg: No such file or directory` when execting the binary on the BMC,
+which may be fixable by correcting loader location:
+
+`patchelf --set-interpreter /lib/ld-linux-armhf.so.3 pdbg`
+
 ## Usage
 
 Several backends are supported depending on which system you are using and are