|
build in wind river
In wind river how do I make it so that when I compile a simple file such as
#include<iostream>
using namespace std;
int main()
{
cout<<"hello world!\n";
return 0;
}
how do I make it so the compiled file goes to a directory in the computer, not the robot?
Thanks
__________________
be prepared for the unexpected
|