Thanks for Isaacavila's quickly reply!
Having read your instruction,I tried it for steps:
1. Check my costom board,
a. the USB connection is fine,
b. the USB is defaultly connected to USB0 of MK26(for the nowa time,I only want to use USB Full Speed)
c. the external oscilator is 8MHz
2. compile library
C:\Freescale\KSDK_1.3.0\lib\ksdk_platform_lib\mdk\K26F18

it compiled OK!
3. build the usbd_sdk_bm_lib for MK26


as the KSDK1.3.0 has no usb sdk lib project for MK26,I can only do it on the bases of MK65F18
open the MK65F18 usb lib project,I have changed some configureation:
a. Device and Target to be MK26


b. C/C++
change Define to be CPU_MK26FN2M0VMI18

in the include paths:
change the finally folders directed to MK26F18

because in the usb_core,there is no MK26,so the Final MK65F18 is use instead

after all these, I compiled it
4. As with the application project
a. update configurations as step3 above
b. update the start files from MK65 to be MK26

c. Link lib
d. after all these,I config the clock in board.c file to make the MCG out is 120MHz


5. Finally,I compile the project and debug with a Jlink Debuger,with no luck,the usb is still no recgnized

SO, where am I wrong? Please help me figure out
The MK26 is a new MCU,subset of MK65,and the sdk has no released USB demo on MK26
I believe that there are many people,who are newly applying MK26,have the same troubles in transplanting demo usb of MK26
SO, we need help!
Thank you!