On Sun, 3 Feb 2008, nasim751 wrote:
> hello,
> how can i compile my program on 7200 with cf. actually i tried but
> getting message binary file can't execute. i copied my program object
> file on board using scp command.
> can any one give my idea. how can i solve this problem
You appear to be asking how to run a program that you have compiled
elsewhere and transfered to the ts7200? I'm assuming you have used the TS
cross-compilation compiler etc to make your program.
If so then you should make sure that the program has the correct file
permissions, this is standard Unix/Linux stuff.
After you have transfered the file "program", login to the ts7200 and cd
to the directory where the file is, and
ls -l program
make sure it has read and execute bits set. To make sure do..
chmod 755 program
To execute it
./program
If I've misunderstood then I apologise.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|