From 87f350d9f73ae9f71dd9333c2bc6cc256834e974 Mon Sep 17 00:00:00 2001 From: John Ogness Date: Fri, 11 Jan 2019 22:57:30 +0106 Subject: notes: tcf-agent: update CC, add info about dependencies and port Signed-off-by: John Ogness --- schulung_tools/notes/HOWTO-build-tcf-agent.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schulung_tools/notes/HOWTO-build-tcf-agent.txt b/schulung_tools/notes/HOWTO-build-tcf-agent.txt index 3054c9b..4bd38e9 100644 --- a/schulung_tools/notes/HOWTO-build-tcf-agent.txt +++ b/schulung_tools/notes/HOWTO-build-tcf-agent.txt @@ -10,8 +10,13 @@ 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 +NO_SSL=1 NO_UUID=1 MACHINE=arm CC=arm-linux-gnueabihf-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 + +# tcf-agent requires libpthread and librt +arm-linux-gnueabihf-objdump -x ./obj/GNU/Linux/arm/Debug/agent | grep NEEDED + +# tcf-agent runs on port 1534 -- cgit v1.2.3