Hi, All,
My Compile environment is CodeWarrior 11.1 + Updates3. Computer systerm is Windows10.
Error information is the following:
**** Build of configuration FLASH_SDM_LPM for project 56F81768_HBLLC ****
"D:\\Freescale\\CW MCU v11.1\\gnu\\bin\\mingw32-make" -j8 all
'Building target: 56F81768_HBLLC.elf'
'Executing target #25 56F81768_HBLLC.elf'
'Invoking: DSC Linker'
"D:/Freescale/CW MCU v11.1/MCU/DSP56800x_EABI_Tools/command_line_tools/mwld56800e" -o "56F81768_HBLLC.elf" @@"56F81768_HBLLC.args"
mingw32-make: *** [56F81768_HBLLC.elf] Error -1073741811
I clean this project and re-compile it. The error information is same. Then I build a new default project, and compile it, but the error information is same yet (mingw32-make: *** [xxxxxxx.elf] Error -1073741811). Then I re-install codewarrior 11.1+update3, the error information is same.
How to settle it? Hope to your help. Thanks!
This morning, the command line tools of CW for MCU 10.6.4 started giving this exact same error code. At first glance I thought something changed in my Windows installation to disturb Make, but I noticed that even calling the compiler binary without any arguments gives the same error. It does not print anything to stdout, regardless of any command line arguments.
C:\>"C:\Freescale\CW MCU v10.6.4\MCU\PA_Tools\Command_Line_Tools\mwcceppc.exe"
C:\>echo %ERRORLEVEL%
-1073741811
Any ideas to fix this? Maybe this is related to license manager?
EDIT: Reinstalling Codewarrior does not fix the problem. Also, at least in my case mwcceppc.exe is broken but mwasmeppc and mwldeppc do seem to work:
C:\>"c:\Freescale\CW MCU v10.6.4\MCU\PA_Tools\Command_Line_Tools\mwasmeppc.exe"
Freescale Assembler for Embedded PowerPC.
Copyright(C) 2013, Freescale Semiconductor, Inc.
All rights reserved.
Version 4.3 build 285
Runtime Built: Aug 28 2014 13:11:02
Usage: mwasmeppc.exe [-options]... [files]... [[@]@response]...
Please enter 'mwasmeppc.exe -help' for information about options.
HI Derek
Does this problem only exist in CodeWarrior 11.1 + Updates3? does it happen in CodeWarrior 11.1 only?
This problem is in a specific demo code ? or all project?
Thanks,
Jun Zhang