<argn...@gmail.com> wrote in message
news:1114799544.6...@g14g2000cwa.googlegroups.com...
You could configure the WDB agent to use the following in your config.h if
building from the command
line:
#define WDB_COMM_NETWORK 0 /* vxWorks network - task mode */
so in the config.h, do this:
#undef WDB_COMM_TYPE
#define WDB_COMM_TYPE WDB_COMM_NETWORK /* default path is the network */
You lose "System level debugging". Currently you are using:
#define WDB_COMM_END 6 /* END packet device - bimodal */
If you use the project facility, go to the Network section and de-select
"System level debugging" and
change the communication method to network instead of END. In later Tornado
release, this isn't a problem as
Berkely Packet Filters are used and you can have multiple SNARF-type
attachments....
>
Regarding the muxTkBind versus muxBind, I am able to get it working
with muxBind but not muxTkBind still. I am concerned about this
because muxBind is only available to use with END drivers and not NPT
drivers. If anyone has had luck with the muxTkBind, please let me
know.