Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Add IoT stuff to already existing Eclipse install in Ubuntu

Mario_M_
New Contributor I
636 Views

Hi guys,

I am new to the Edison platform.  I've been working with a BeableBone Black for a little while though.

I've searched the forums about this but I did not find what I was looking for.

So I have a laptop running Ubuntu where I do all my development from and it already has the Eclipse CDT installed, meaning I can write code in c/c++ compile and run it (locally and also remotely in the Beaglebone Black).

Can anyone help me out with figuring out what has to be added/installed in eclipse in order to be able to code for the Edison platform in my existing environment?

Thanks in advance.

 

-TT

0 Kudos
4 Replies
samontab
Valued Contributor II
636 Views

Hi there,

You would need to download the Linux toolchain for cross compiling to the Edison.

You can check out my post about Qt Creator IDE and CMake. If you read the tutorial, you should be able to adapt it to your own Eclipse IDE:

https://software.intel.com/en-us/forums/topic/542253

 

0 Kudos
NagaVenkat_K_Intel
636 Views

Else you can install Eclipse IDE for IoT platforms following the Getting Started with the Intel® Edison board on Linux*

0 Kudos
Mario_M_
New Contributor I
636 Views

I wanted to avoid using another copy of Eclipse since I already have it installed.

I'll give your instructions a try.  I'll let you know how it turns out.

Thanks.

 

-TT

0 Kudos
Mario_M_
New Contributor I
636 Views

So I got it to work as far as compiling the code and generating the executable, but I have not been able to get the debugger to work, nor deploy the code to the board - it only runs locally.

I'll keep at it :)

0 Kudos
Reply