Why there 4 errors when I compile the project export from MBed for Eclipse_gcc_arm

Now I am doing a project on MAX32630FTHR board. I just want to make a LED blinky program to verify the board. Because I have no programmer from MAXIM, I can’t use MBED studio. So I exported a sample code “FTHR_OLED” from MBED studio and save it as Eclipse_gcc_arm compiler. But when I compiled it in Eclipse, there are four errors shown below:

make[1]: *** [/cygdrive/c/MAX32630/FTHR_OLED/Makefile:574: mbed-os/rtos/rtx/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_GCC/HAL_CM4.o] Error 1
make[1]: *** Waiting for unfinished jobs…

make[1]: *** [/cygdrive/c/MAX32630/FTHR_OLED/Makefile:575: mbed-os/rtos/rtx/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_GCC/SVC_Table.o] Error 1

what should I do to delete the errors? It was correct when compiles in MBed.