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
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
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
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