Re: Remote testing

2006-05-11 Thread Rui Machado
Hi,Ok. I used --host_board together with --target_board and things look better.In another thread to the ML, I said I'm using a program to launch my programs.What I have is something like this: set comp_output [target_compile simple.c simple executable ""]set result [remote_load target launcher  si

Re: Remote testing

2006-05-10 Thread Baurzhan Ismagulov
Hello Daniel, On Wed, May 10, 2006 at 03:14:52PM -0400, Daniel Jacobowitz wrote: > You would need to use --host_board, most likely. Oh, yes! This is trivial, yet it took me sooo long to understand! With kind regards, Baurzhan. ___ DejaGnu mailing lis

Re: Remote testing

2006-05-10 Thread Daniel Jacobowitz
On Wed, May 10, 2006 at 09:08:25PM +0200, Baurzhan Ismagulov wrote: > I think dejagnu's remote testing facilities assume that you compile on > $build using a cross-compiler, at least I'm using it that way. You can > write your own procedures to compile remotely, but I'm not sure whether > it is wor

Re: Remote testing

2006-05-10 Thread Baurzhan Ismagulov
Hello Rui, On Wed, May 10, 2006 at 06:10:35PM +0200, Rui Machado wrote: > I want to compile (simple.c) in the remote machine. Is this possible? How? > I'm using > > runtest --target_board=myboard_sshscp simple.exp > > It looks like the program is being compiled in the local machine and then > be