Skip to main content



      Home
Home » Newcomers » Newcomers » Installing TCF AGent on Rapberru Pi Zero (BCM 2837)(Install TCF)
Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798673] Thu, 22 November 2018 10:01 Go to next message
Eclipse UserFriend
# (Replace n.n.n.n by the actual IP address that you read)
ssh pi@n.n.n.n / password : raspberry
sudo apt-get update # (Need to update the Raspbian update caches to get git)
sudo apt-get install git uuid uuid-dev libssl-dev
git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
cd org.eclipse.tcf.agent/agent
cp -R machine/arm machine/armv6l
make
# In case you don't have libcrypt / libssl, you can also make NO_SSL=1 NO_UUID=1
obj/GNU/Linux/armv6l/Debug/agent S

I need to verify the above procedure IF IT IS VALID to install TCF on Raspberry Pi Zero.



This procedure appears to be a copy of one which was published by YAKINDU (?) and NEVER actually specifies the BCM processor TCF Agent is being installed on - just uses generic "Raspberry".

It is published here https://wiki.eclipse.org/TCF/Raspberry_Pin by Eclipse so I am posting it here and NOT in dead TCF forum
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798807 is a reply to message #1798673] Sun, 25 November 2018 21:20 Go to previous messageGo to next message
Eclipse UserFriend
Other than the output showing up at obj/GNU/Linux/arm/Debug/agent, yes it compiles fine. I don't
know if the GPIO ports map any differently, but for most software the Pi Zero is identical to the
original Pi.

The "raspberry" above is the default password for the default user, "pi", in the Raspbian Linux
distribution.

From what I can tell, the TCF team prefers to you ask questions using their mailing list.
https://www.eclipse.org/tcf/support.php does not even mention the forum.
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798843 is a reply to message #1798807] Mon, 26 November 2018 09:39 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for reply.
I am actually y just trying to implement "hello world" on RPi Zero.
No GPIO , not yet.
The "developer" site did not want to communicate with me - they limit themselves only to "developers ".,
I am running full blown C++ program on RPi 3B via TCF , no problem whatsoever.

The issue is - how to make TCF work on Zero.
I can change the compiler / linker options , compile / link without any errors, but it just wont run on Zero.

I need to find where / what is missing.

TCF installation or crosscompiler results?



Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798845 is a reply to message #1798843] Mon, 26 November 2018 09:48 Go to previous messageGo to next message
Eclipse UserFriend
To post to https://accounts.eclipse.org/mailing-list/tcf-dev you must subscribe. To subscribe you must create an account.

https://accounts.eclipse.org/user/register

It seems to me there is a fair bit of activity in TCF:

https://git.eclipse.org/c/tcf/org.eclipse.tcf.git/log/
https://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git/log/
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798848 is a reply to message #1798845] Mon, 26 November 2018 10:17 Go to previous messageGo to next message
Eclipse UserFriend
Thanks
Interesting activities - managed by whom?
I shall look if I can get on "the list" .

Perhaps I am not the only victim using TCF,
but it does not make me feel any better.

Cheers
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1798861 is a reply to message #1798848] Mon, 26 November 2018 12:38 Go to previous messageGo to next message
Eclipse UserFriend
You'll have to ask the developers who manage them; perhaps there are no managers, only inmates. :-)
Re: Installing TCF AGent on Rapberru Pi Zero (BCM 2837) [message #1799095 is a reply to message #1798861] Thu, 29 November 2018 11:56 Go to previous message
Eclipse UserFriend
Short update in case anybody else is foolish to try to crosscompile TCF C++ code ,using Eclipse , to actually run on Raspberry Pi Zero armv6 hardware.
Do not do it - "resistance is futile " you will be forced to use arm7 hardware !

CASE CLOSED.
Previous Topic:Eclipse Photon- Can not install install some plugins manually
Next Topic:Define the OpenOCD folder location
Goto Forum:
  


Current Time: Wed Jul 16 10:05:52 EDT 2025

Powered by FUDForum. Page generated in 0.09994 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top