summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-08-31 15:22:37 +0206
committerJohn Ogness <john.ogness@linutronix.de>2018-08-31 15:22:37 +0206
commit8b3a88ab325a5b5bb04182a5711ae06059c12f3e (patch)
treeeb9dae9ffb6e592c9a32184514278cdf7c1169d5
parentd8cc8d7f5aa2628de982f5d2aa3eec71e8b5746e (diff)
tcf-agent: add HOWTO for downloading/building
Signed-off-by: John Ogness <john.ogness@linutronix.de>
-rw-r--r--schulung_tools/notes/HOWTO-build-tcf-agent.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/schulung_tools/notes/HOWTO-build-tcf-agent.txt b/schulung_tools/notes/HOWTO-build-tcf-agent.txt
new file mode 100644
index 0000000..3054c9b
--- /dev/null
+++ b/schulung_tools/notes/HOWTO-build-tcf-agent.txt
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# Here are instructions for downloading/building the
+# TCF Agent for Eclipse Oxygen.
+
+# from https://www.eclipse.org/tcf/downloads.php
+wget https://www.eclipse.org/downloads/download.php?file=/tools/tcf/releases/1.5/org.eclipse.tcf.agent-1.5.0.zip
+
+unzip org.eclipse.tcf.agent-1.5.0.zip
+
+cd org.eclipse.tcf.agent-1.5.0/agent
+
+NO_SSL=1 NO_UUID=1 MACHINE=arm CC=arm-linux-gnueabi-gcc make -j 4
+
+# "agent" is the resulting binary
+# (you probably want to rename it to tcf-agent)
+ls -l ./obj/GNU/Linux/arm/Debug/agent