aboutsummaryrefslogtreecommitdiff
path: root/README_Streamline.txt
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2012-05-15 12:00:00 -0700
committerDrew Richardson <drew.richardson@arm.com>2014-12-19 15:27:22 -0800
commit3abe11d177c6c93fab66d04fd42d11452a0c508e (patch)
tree9ddc541993bd0859f27bf7468e44b5155e5a0494 /README_Streamline.txt
parent3de04f9cecf0d50e895f9fe0164ecbbbae997319 (diff)
gator: Version 5.105.10
Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Diffstat (limited to 'README_Streamline.txt')
-rw-r--r--README_Streamline.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/README_Streamline.txt b/README_Streamline.txt
index 963277e..aa9137b 100644
--- a/README_Streamline.txt
+++ b/README_Streamline.txt
@@ -75,9 +75,10 @@ For Android targets (install the android ndk, see developer.android.com)
Load the kernel onto the target and copy gatord and gator.ko into the target's filesystem.
Ensure gatord has execute permissions
chmod +x gatord
-gator.ko must be located in the same directory as gatord on the target.
+gator.ko must be located in the same directory as gatord on the target or the location specified with the -m option.
With root privileges, run the daemon
sudo ./gatord &
+Note: gatord requires libstdc++.so.6 which is usually supplied by the Linux distribution on the target. A copy of libstdc++.so.6 is available in the DS-5 Linux example distribution.
*** Compiling an application or shared library ***