diff options
Diffstat (limited to 'schulung_tools/notes/HOWTO-build-tcf-agent.txt')
| -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 |
