[beagleboard] Re: Program C++ through putty using VI (Library installations needed?)

2013-11-12 Thread Brandon I
I was wondering if it is possible to write a c/c++ code in vi through SSH on Putty and then generate an output file and run directly on the beaglebone? I tried the simple helloworld.c program and it worked. I have a network share set up, accessible by the beaglebone. I also have the

[beagleboard] Re: Program C++ through putty using VI (Library installations needed?)

2013-11-11 Thread tee . eff95
hello siddharth, Personally I prefers nano than vi to write code, but this doesn't change a lot and it's possible to write code this way. Perhaps you could show us your error messages, this could help. Le lundi 11 novembre 2013 08:12:59 UTC+1, siddharth...@gmail.com a écrit : I was wondering

Re: [beagleboard] Re: Program C++ through putty using VI (Library installations needed?)

2013-11-11 Thread Toan Pham
I was wondering if it is possible to write a c/c++ code in vi through SSH on Putty and then generate an output file and run directly on the beaglebone? Yes, if your program is simple (small), this is the easiest approach since you dont have to setup a cross development environment. I used the

[beagleboard] Re: Program C++ through putty using VI (Library installations needed?)

2013-11-11 Thread siddharth . rajguru87
Could give me a link with specific commands for this process? I tried installing G++ with opkg install g++ I get 3-4 error messages and there is no installation. Do I need to be in some kind of an administrator mode? I'm very new to Linux and to beaglebone. I have no clue how to do the things