On 20 April 2016 at 09:06, Wadi Ben Rhouma <[email protected]> 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/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAKkGsYLH5%3DFhRc6NcSeUJ3Sn1N4kFJFDQQH38LADLXOS3CYqYg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
