This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

I/O auxiliary


Thanks for your patience and excuse us for our insistence but we have
some problems starting applications on eCosynth with I/O auxiliary.

We have on host-side the following dir:

/usr/local/libexec/ecos/devs/eth/synth/ecosynth/v2_0/

that contains these files:

-rw-r--r--    1 root     root        44708 Jun 29 14:56 ethernet.tcl
-rw-r--r--    1 root     root         5059 Jun 29 14:56 ethernet.tdf
-rw-r--r--    1 root     root          287 Jun 29 14:56 netrecord.xbm
-rwsr-xr-x    1 root     root        21807 Jun 29 14:56 rawether

Our PATH env-variable contains following paths:
/home/rossi/ecos/ecos-2.0/tools/bin: "to start configtool"
/usr/local/jdk1.5.0_01/bin:
/usr/local/bin:
/bin:
/usr/bin:
/usr/X11R6/bin

we launch our application as follow

$ ./transmitter --io -- <ip-addr> <port>
or
$ gdb --nw --args transmitter --io -- <ip-addr> <port>

and the output we obtain is

Error: unable to find the I/O auxiliary program on the current search PATH
     : please install the appropriate host-side tools.

Have we got to include in our source files some particular libraries to use I/O
auxiliary?
Or we're wronging something when we launch the application?

Thanks
  Mirko, Gerardo.


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]