BBB Tools for C/C++ Programming

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
bbb_newbie
 
Posts: 1
Joined: Tue Jul 22, 2014 2:57 pm

BBB Tools for C/C++ Programming

Post by bbb_newbie »

Hello, is anybody doing any C/C++ programming on the BBB (Debian) ?

I'm trying to find out what is the best set of tools to do C/C++ programming on the BBB running the pre-installed Linux OS image.

I know I can use vi, gcc and gdb from the command line but I am looking for more friendly tools such as an IDE to inspect variables (R/W), call stack, stepping through code, breakpoints, tracing, optimization, etc.

Thanks.

User avatar
jstampfl
 
Posts: 25
Joined: Mon Sep 17, 2012 2:15 am

Re: BBB Tools for C/C++ Programming

Post by jstampfl »


User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: BBB Tools for C/C++ Programming

Post by adafruit_support_mike »

Eclipse is the standard IDE for Linux/FOSS purposes: https://www.eclipse.org/

It's officially a Java compiler, but also supports the C/C++ toolchain.

Locked
Please be positive and constructive with your questions and comments.

Return to “Beagle Bone & Adafruit Beagle Bone products”