Cross compiling is really as simple as downloading a Linaro toolchain, and just setting up the toolchain binary paths in an IDE. Even on Windows.
Then on Windows you can use Visual Studio, Eclipse, Code:Blocks, or even use the toolchain directly via comandline, with an editor like notepad++, or Sublime text. Notepad is even possible, but I think that any reasonable developer will know that notepad is not really an option. Personally, I use Code:Blocks for project management, and cross compiling( Via Linaro GCC). Sublime text as my main editor, and a directory shared via Samba, which is them maped as a network drive in Windows. On Wed, Mar 5, 2014 at 9:14 AM, Alexander Holler <[email protected]>wrote: > Am 05.03.2014 13:30, schrieb Karl Longen: > > BTW you have never tried to code pages and pages using just VI > probably.... > > > > Any person in their right state of mind would not use VI, unless you are > > writing short programs (like shell script), or very simple applications. > > That's just plain wrong and doesn't reflect reality. > > > Renounce to auto correction, color syntax, auto completion, and a ton > more > > of functionalities, when you are coding millions of lines, is not > different > > from running win 3.1 on a modern computer :) > > If you really need those things, vim and emacs are offering such stuff too. > > > On Wednesday, March 5, 2014 4:15:11 AM UTC-8, [email protected] wrote: > > >> Open multiple ssh connections to the BBB, run vi in one of them, make > >> in another and do testing in a third - the best IDE there is. > > Try <esc>:make in vim. > > Regards, > > Alexander Holler > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
