On 20 April 2016 at 09:06, Wadi Ben Rhouma <
wadi.ben...@gmail.com> wrote:
> Hi Taceant,
>
> I installed Geany in my pc , how can i configure it to compile my C programs
> and send them to my BBB ???
Hi Wadi,
To compile on the PC for the BB means cross-compiling. There are many
ways of doing that, it can be tricky though, just do a Google search
or search this email list. I have done it with the BB only when I was
playing with buildroot [1] which makes it very easy.
When using Debian (or previously Angstrom) on the BB I always used the
gcc compiler that comes with them, in other words I did not
cross-compile. This is much easier, I just used gcc via putty.
[1]
https://buildroot.org/