Hello Erich ,
It's already English mode, same error messages.
Found no .obj files generated to get into make error. Probably something's wrong with compiler path/settings.
Odd, uninstall/reinstall can't resolve it!
Quoted from Console :
**** Build of configuration dtim_flash for project Test_Fslbot_dtim ****
D:\Freescale\CW MCU v10.2\gnu\bin\mingw32-make -j6 all
'Building file: ../twr_mcf5225x/mcf5225x_sysinit.c'
'Building file: ../twr_mcf5225x/mcf5225x_twr.c'
'Building file: ../project/servos.c'
'Building file: ../project/timer_main.c'
'Building file: ../drivers/uart/uart.c'
'Building file: ../drivers/spi/qspi.c'
'Executing target #1 ../twr_mcf5225x/mcf5225x_sysinit.c'
'Executing target #2 ../twr_mcf5225x/mcf5225x_twr.c'
'Executing target #3 ../project/servos.c'
'Executing target #4 ../project/timer_main.c'
'Executing target #5 ../drivers/uart/uart.c'
'Executing target #6 ../drivers/spi/qspi.c'
'Invoking: ColdFire Compiler'
'Invoking: ColdFire Compiler'
'Invoking: ColdFire Compiler'
'Invoking: ColdFire Compiler'
'Invoking: ColdFire Compiler'
"D:/Freescale/CW MCU v10.2/MCU/ColdFire_Tools/Command_Line_Tools/mwccmcf" @@"twr_mcf5225x/mcf5225x_sysinit.args" -o "twr_mcf5225x/mcf5225x_sysinit_c.obj" "../twr_mcf5225x/mcf5225x_sysinit.c" -MD -gccdep
'Invoking: ColdFire Compiler'
"D:/Freescale/CW MCU v10.2/MCU/ColdFire_Tools/Command_Line_Tools/mwccmcf" @@"twr_mcf5225x/mcf5225x_twr.args" -o "twr_mcf5225x/mcf5225x_twr_c.obj" "../twr_mcf5225x/mcf5225x_twr.c" -MD -gccdep
"D:/Freescale/CW MCU v10.2/MCU/ColdFire_Tools/Command_Line_Tools/mwccmcf" @@"project/servos.args" -o "project/servos_c.obj" "../project/servos.c" -MD -gccdep
"D:/Freescale/CW MCU v10.2/MCU/ColdFire_Tools/Command_Line_Tools/mwccmcf" @@"project/timer_main.args" -o "project/timer_main_c.obj" "../project/timer_main.c" -MD -gccdep
"D:/Freescale/CW MCU v10.2/MCU/ColdFire_Tools/Command_Line_Tools/mwccmcf" @@"drivers/uart/uart.args" -o "drivers/uart/uart_c.obj" "../drivers/uart/uart.c" -MD -gccdep
"D:/Freescale/CW MCU v10.2/MCU/ColdFire_Tools/Command_Line_Tools/mwccmcf" @@"drivers/spi/qspi.args" -o "drivers/spi/qspi_c.obj" "../drivers/spi/qspi.c" -MD -gccdep
mingw32-make: *** [twr_mcf5225x/mcf5225x_sysinit_c.obj] Error -1073741811
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [project/servos_c.obj] Error -1073741811
mingw32-make: *** [drivers/spi/qspi_c.obj] Error -1073741811
mingw32-make: *** [drivers/uart/uart_c.obj] Error 255
mingw32-make: *** [project/timer_main_c.obj] Error 255
mingw32-make: *** [twr_mcf5225x/mcf5225x_twr_c.obj] Error 255
--
MG