Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Eclipse (IDE) with Remote Projects
#9
Hey there,

Sorry for the long silence.

In my quest to get Eclipse up and running as a viable alternative to Visual Studio and VisualGDB I came across a couple of key points which are relevant to this topic.

In concern of the libraries and their paths what I found to be easiest is to download the latest firmware from https://github.com/raspberrypi/firmware and copy the 'vc' folder from 'firmware/hardfp/opt' to your own distros '/opt' folder. This should make it easier to maintain your project.

The OpenGLES libraries for the RPi were renamed and are now prefixed with brcm. However to keep in line with the book a symbolic link can be used to make the code run.*

Quote:cd /opt/vc/lib && sudo ln -s libbrcmEGL.so libEGL.so && sudo ln -s libbrcmGLESv2.so libGLESv2.so

When I originally started this thread I had successfully launched both the Triangle and Image exercises remotely. However, I think it was the following day, when I upgraded Eclipse I lost my configuration and went in a huff hah!

* https://www.raspberrypi.org/forums/viewt...p?t=191857
Reply


Messages In This Thread
RE: Using Eclipse (IDE) with Remote Projects - by DieSkaarj - 01-18-2019, 10:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)