WORKAROUND THAT WORKS FOR ME!
Ok, as I posted earlier, I could not get Codewarrior 10 Eclipse to recognize the USB P&E Multilink before.
Now it is working for me after doing the following steps once every time I reboot my linux box.
/PATH/TO/CODEWARRIOR_MCU_10.0/Drivers/pemicro$ sudo sh setup.sh (reinstall drivers)
/PATH/TO/CODEWARRIOR_MCU_10.0/eclipse sudo ./cwide (execute CW10 with root privilages)
I know that this is not the final solution, but when I do this, I am able to flash, debug my HCS08 hardware using the P&E USB Multilink and CW10.
I hope this works for everyone else.
Does this work for anyone else?
###########################################################################
MORE INFO:
MY SYSTEM: Ubuntu 10.04, 32 bit machine, 32 bit OS.
I get the following output when I run the sh setup.sh command to re-install driver:
(I just pasted the last part of it)
...
Installing the WinDriver kernel module(s)
-----------------------------------------
WinDriver's kernel modules (windrvr6.ko and windrvr6_usb.ko)
can be reloaded upon every boot.
The kernel module will be loaded after running the wdreg script upon boot
in the following manner:
<path to the wdreg script>/wdreg windrvr6 auto
Alternatively you can manually load the kernel module as explained
in WinDriver's User's Manual.
It is recommended to add this call in your rc.local file.
NOTE: Due to security reasons, by default, /dev/windrvr6 is created with
permissions only for the root user. To enable other user access,
change the permissions of /dev/windrvr6
mount: unknown filesystem type 'usbfs'
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
make[1]: Leaving directory `/usr/local/PEMicrocomputerSystems/windriver/redist'
setup.sh: 57: Bad substitution
Installing the WinDriver kernel module(s)-----------------------------------------WinDriver's kernel modules (windrvr6.ko and windrvr6_usb.ko)can be reloaded upon every boot.The kernel module will be loaded after running the wdreg script upon bootin the following manner: <path to the wdreg script>/wdreg windrvr6 autoAlternatively you can manually load the kernel module as explainedin WinDriver's User's Manual.It is recommended to add this call in your rc.local file.
NOTE: Due to security reasons, by default, /dev/windrvr6 is created withpermissions only for the root user. To enable other user access,change the permissions of /dev/windrvr6
mount: unknown filesystem type 'usbfs'
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.make[1]: Leaving directory `/usr/local/PEMicrocomputerSystems/windriver/redist'setup.sh: 57: Bad substitution