Hi Jennie,
I have been using my board but since you asked I have replicated the issue with a tower board.
Starting with a new workspace choose file->new->kinetis sdk2.x project.
Select board as TWR-K60D100M. Select "all drivers" and "FreeRTOS"
Now the project is built but it must be modified by removing the call to "BOARD_InitDebugConsole();"
Otherwise it will hang on startup at this point:
HardFault_Handler:
ldr r0,=HardFault_Handler
bx r0
.size HardFault_Handler, . - HardFault_Handler
With the call removed the project will run but terminates if halted:
<terminated>testproj2_Debug_PNE [GDB PEMicro Interface Debugging]
<terminated, exit value: 0>C:\Freescale\KDS_v3\eclipse\plugins\com.pemicro.debug.gdbjtag.pne_2.3.6.201602211227\win32\pegdbserver_console
<terminated, exit value: 0>arm-none-eabi-gdb
Shane