CW 11.1 编译历程提示错误

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CW 11.1 编译历程提示错误

527 Views
xiuju
Contributor I

CW 11.1 编译历程提示如下错误,请问是什么原因造成的,如何解决呢?

mingw32-make: *** [Generated_Code/Cpu_c.obj] Error -1073741571
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [Generated_Code/const_c.obj] Error -1073741571
mingw32-make: *** [Generated_Code/TEST1_c.obj] Error -1073741571
mingw32-make: *** [Generated_Code/dspfunc_c.obj] Error -1073741571
mingw32-make: *** [Generated_Code/test_c.obj] Error -1073741571
mingw32-make: *** [External_Modules/CAN_c.obj] Error -1073741571
mingw32-make: *** [Generated_Code/Vectors_c.obj] Error -1073741571
mingw32-make: *** [External_Modules/DECODER_c.obj] Error -1073741571
mingw32-make: *** [Sources/ProcessorExpert_c.obj] Error -1073741571
mingw32-make: *** [Sources/Events_c.obj] Error -1073741571
mingw32-make: *** [Project_Settings/Startup_Code/56F83x_init_asm.obj] Error -1073741571
mingw32-make: *** [Generated_Code/ASl1_c.obj] Error -1073741571

0 Kudos
3 Replies

497 Views
xiuju
Contributor I

Hi Alice

1. 我使用的MCU是MC56F8458x系列。

2. Console显示的错误信息如下所示:

**** Build of configuration FLASH_SDM for project Nectarine ****

"E:\\Freescale\\CW MCU v11.1\\gnu\\bin\\mingw32-make" -j16 all
'Building file: ../Utility/DSP56800E_promxram.asm'
'Building file: ../Utility/DSP56800E_zeroBSS.asm'
'Building file: ../Sources/Communication.c'
'Building file: ../Sources/DSCInit.c'
'Building file: ../Sources/EEPROM.c'
'Building file: ../Sources/IOStatus.c'
'Building file: ../Sources/Monitor.c'
'Building file: ../Sources/Protection.c'
'Building file: ../Sources/Timer.c'
'Building file: ../Sources/main.c'
'Building file: ../Project_Settings/Startup_Code/MC56F845xx_init.asm'
'Building file: ../Project_Settings/Startup_Code/MC56F845xx_vector.asm'
'Executing target #1 ../Utility/DSP56800E_promxram.asm'
'Executing target #2 ../Utility/DSP56800E_zeroBSS.asm'
'Executing target #3 ../Sources/Communication.c'
'Executing target #4 ../Sources/DSCInit.c'
'Executing target #5 ../Sources/EEPROM.c'
'Executing target #6 ../Sources/IOStatus.c'
'Executing target #7 ../Sources/Monitor.c'
'Executing target #8 ../Sources/Protection.c'
'Executing target #9 ../Sources/Timer.c'
'Executing target #10 ../Sources/main.c'
'Executing target #11 ../Project_Settings/Startup_Code/MC56F845xx_init.asm'
'Executing target #12 ../Project_Settings/Startup_Code/MC56F845xx_vector.asm'
'Invoking: DSC Assembler'
'Invoking: DSC Assembler'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Assembler'
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwasm56800e" @@"Utility/DSP56800E_promxram.args" -o "Utility/DSP56800E_promxram_asm.obj" "../Utility/DSP56800E_promxram.asm" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwasm56800e" @@"Utility/DSP56800E_zeroBSS.args" -o "Utility/DSP56800E_zeroBSS_asm.obj" "../Utility/DSP56800E_zeroBSS.asm" -MD -gccdep
'Invoking: DSC Assembler'
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/Communication.args" -o "Sources/Communication_c.obj" "../Sources/Communication.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/DSCInit.args" -o "Sources/DSCInit_c.obj" "../Sources/DSCInit.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/EEPROM.args" -o "Sources/EEPROM_c.obj" "../Sources/EEPROM.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/IOStatus.args" -o "Sources/IOStatus_c.obj" "../Sources/IOStatus.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/Monitor.args" -o "Sources/Monitor_c.obj" "../Sources/Monitor.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/Protection.args" -o "Sources/Protection_c.obj" "../Sources/Protection.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/Timer.args" -o "Sources/Timer_c.obj" "../Sources/Timer.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/main.args" -o "Sources/main_c.obj" "../Sources/main.c" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwasm56800e" @@"Project_Settings/Startup_Code/MC56F845xx_init.args" -o "Project_Settings/Startup_Code/MC56F845xx_init_asm.obj" "../Project_Settings/Startup_Code/MC56F845xx_init.asm" -MD -gccdep
"E:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwasm56800e" @@"Project_Settings/Startup_Code/MC56F845xx_vector.args" -o "Project_Settings/Startup_Code/MC56F845xx_vector_asm.obj" "../Project_Settings/Startup_Code/MC56F845xx_vector.asm" -MD -gccdep
mingw32-make: *** [Sources/Protection_c.obj] Error -1073741571
mingw32-make: *** Waiting for unfinished jobs....
mingw32-make: *** [Sources/Timer_c.obj] Error -1073741571
mingw32-make: *** [Sources/Monitor_c.obj] Error -1073741571
mingw32-make: *** [Sources/main_c.obj] Error -1073741571
mingw32-make: *** [Sources/DSCInit_c.obj] Error -1073741571
mingw32-make: *** [Sources/Communication_c.obj] Error -1073741571
mingw32-make: *** [Project_Settings/Startup_Code/MC56F845xx_vector_asm.obj] Error -1073741571
mingw32-make: *** [Sources/IOStatus_c.obj] Error -1073741571
mingw32-make: *** [Utility/DSP56800E_promxram_asm.obj] Error -1073741571
mingw32-make: *** [Project_Settings/Startup_Code/MC56F845xx_init_asm.obj] Error -1073741571
mingw32-make: *** [Sources/EEPROM_c.obj] Error -1073741571
mingw32-make: *** [Utility/DSP56800E_zeroBSS_asm.obj] Error -1073741571

3. 我尝试卸载CW,在官网重新下载安装包重新安装,再次编译,错误仍然存在。

麻烦帮忙看看错误原因,一级如何解决呢。非常感谢!

0 Kudos

468 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

Can you post your project so that we can have a review?

BR

XiangJun Rong

0 Kudos

503 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @xiuju,

 

为了更好的帮助您解决问题,请问您使用的那款MCU?

打开Console 窗口,查看具体编译错误提示信息。

 

BR

Alice

 

0 Kudos