diff options
| author | John Ogness <john.ogness@linutronix.de> | 2019-01-11 22:57:30 +0106 |
|---|---|---|
| committer | John Ogness <john.ogness@linutronix.de> | 2019-01-11 22:57:30 +0106 |
| commit | 87f350d9f73ae9f71dd9333c2bc6cc256834e974 (patch) | |
| tree | c64b2d442af87f36e5bac5e23402c2623aff5658 | |
| parent | c939bec033744b1d22da40f9f1e7ce27467373cb (diff) | |
notes: tcf-agent: update CC, add info about dependencies and port
Signed-off-by: John Ogness <john.ogness@linutronix.de>
| -rw-r--r-- | schulung_tools/notes/HOWTO-build-tcf-agent.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
