Error -1073741811

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

Error -1073741811

1,382 Views
tony3
Contributor I

Have installed code warrior 11.1, update 1 and 2. after compiling the project have Error -1073741811.

i am using windows10.


**** Clean-only build of configuration FLASH_SDM for project sin20200 ****
Build complete for project sin20200

**** Build of configuration FLASH_SDM for project sin20200 ****

"C:\\Freescale\\CW MCU v11.1\\gnu\\bin\\mingw32-make" -j8 all
'Building file: ../Sources/Events.c'
'Building file: ../Sources/main.c'
'Building file: ../Project_Settings/Startup_Code/56F80xx_init.asm'
'Building file: ../Generated_Code/Cpu.c'
'Building file: ../Generated_Code/Vectors.c'
'Executing target #1 ../Sources/Events.c'
'Executing target #2 ../Sources/main.c'
'Executing target #3 ../Project_Settings/Startup_Code/56F80xx_init.asm'
'Executing target #4 ../Generated_Code/Cpu.c'
'Executing target #5 ../Generated_Code/Vectors.c'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
'Invoking: DSC Assembler'
"C:/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
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/Events.args" -o "Sources/Events_c.obj" "../Sources/Events.c" -MD -gccdep
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwasm56800e" @@"Project_Settings/Startup_Code/56F80xx_init.args" -o "Project_Settings/Startup_Code/56F80xx_init_asm.obj" "../Project_Settings/Startup_Code/56F80xx_init.asm" -MD -gccdep
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Generated_Code/Cpu.args" -o "Generated_Code/Cpu_c.obj" "../Generated_Code/Cpu.c" -MD -gccdep
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Generated_Code/Vectors.args" -o "Generated_Code/Vectors_c.obj" "../Generated_Code/Vectors.c" -MD -gccdep
'Finished building: ../Project_Settings/Startup_Code/56F80xx_init.asm'
'Finished building: ../Sources/main.c'
'Finished building: ../Sources/Events.c'
'Finished building: ../Generated_Code/Cpu.c'
' '
'Finished building: ../Generated_Code/Vectors.c'
' '
' '
' '
' '
'Building target: sin20200.elf'
'Executing target #6 sin20200.elf'
'Invoking: DSC Linker'
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwld56800e" -o "sin20200.elf" @@"sin20200.args"
mingw32-make: *** [sin20200.elf] Error -1073741811

Labels (1)
Tags (1)
0 Kudos
Reply
1 Reply

1,321 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Tony,

I have just created a new project based on MC56F8013, I have tried to compile it, it is okay.

This is the compiling/linking inf on the Console menu of CW tools:

If you new a project based on MC56F8013, then compile/link it on IDE of CW tools, what is the result?

BTW, did you compile an old project or new project?

BR

XiangJun Rong


**** Clean-only build of configuration FLASH_SDM for project test_8013 ****
Build complete for project test_8013

**** Build of configuration FLASH_SDM for project test_8013 ****

"C:\\Freescale\\CW MCU v11.1\\gnu\\bin\\mingw32-make" -j8 all
'Building file: ../Sources/Events.c'
'Building file: ../Sources/main.c'
'Building file: ../Project_Settings/Startup_Code/56F80xx_init.asm'
'Building file: ../Generated_Code/Cpu.c'
'Building file: ../Generated_Code/Vectors.c'
'Executing target #1 ../Sources/Events.c'
'Executing target #2 ../Sources/main.c'
'Executing target #3 ../Project_Settings/Startup_Code/56F80xx_init.asm'
'Executing target #4 ../Generated_Code/Cpu.c'
'Executing target #5 ../Generated_Code/Vectors.c'
'Invoking: DSC Compiler'
'Invoking: DSC Compiler'
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Sources/Events.args" -o "Sources/Events_c.obj" "../Sources/Events.c" -MD -gccdep
'Invoking: DSC Assembler'
"C:/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
'Invoking: DSC Compiler'
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwasm56800e" @@"Project_Settings/Startup_Code/56F80xx_init.args" -o "Project_Settings/Startup_Code/56F80xx_init_asm.obj" "../Project_Settings/Startup_Code/56F80xx_init.asm" -MD -gccdep
'Invoking: DSC Compiler'
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Generated_Code/Cpu.args" -o "Generated_Code/Cpu_c.obj" "../Generated_Code/Cpu.c" -MD -gccdep
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwcc56800e" -c @@"Generated_Code/Vectors.args" -o "Generated_Code/Vectors_c.obj" "../Generated_Code/Vectors.c" -MD -gccdep
'Finished building: ../Project_Settings/Startup_Code/56F80xx_init.asm'
' '
'Finished building: ../Sources/Events.c'
'Finished building: ../Sources/main.c'
'Finished building: ../Generated_Code/Cpu.c'
'Finished building: ../Generated_Code/Vectors.c'
' '
' '
' '
' '
'Building target: test_8013.elf'
'Executing target #6 test_8013.elf'
'Invoking: DSC Linker'
"C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwld56800e" -o "test_8013.elf" @@"test_8013.args" 
C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwld56800e|Linker|Warning
>Overlap of the .interrupt_vectorsboot section and .interrupt_vectors section.
C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwld56800e|Linker|Warning
>Overlap of the .interrupt_vectors section and .interrupt_vectorsboot section.
C:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwld56800e|Linker|Warning
>Binary flash image: P address overlaps with something at word address 0x0
'Finished building target: test_8013.elf'

0 Kudos
Reply