问题描述
是否有人遇到过随机内部编译器错误:
Has anyone experienced random internal compiler errors:
BUILD:[ 02:0000013759:ERRORE] c:\ wince800\osdesigns\mytidevkit\mytidevkit\wince800 \am33x_evm_bsp_armv7_retail\cesysgen\sdk\inc\crt\string.h(189):致命错误C1001 :编译器中发生内部错误。 {log =" C:\ WWINCE800 \ platform \ AM33X_EVM_BSP \ SRC \ REMIVERS \ sd45 \ bldsys.log(1062)"}
BUILD: [02:0000013759:ERRORE] c:\wince800\osdesigns\mytidevkit\mytidevkit\wince800\am33x_evm_bsp_armv7_retail\cesysgen\sdk\inc\crt\string.h(189) : fatal error C1001: An internal error has occurred in the compiler. {log="C:\WINCE800\platform\AM33X_EVM_BSP\SRC\DRIVERS\sd45\bldsys.log(1062)"}
BUILD:[ 02:0000014134:ERRORE] NMAKE:致命错误U1077:'C:\ WINCE800 \sdk\bin\i386\ARM\cl.exe':返回代码'0x1'{log =" C:\\ \\ WINCE800 \ platform \ AM33X_EVM_BSP \ SRC \ REMIVERS \sd45 \ bldsys.log(1063)"}
BUILD: [02:0000014134:ERRORE] NMAKE : fatal error U1077: 'C:\WINCE800\sdk\bin\i386\ARM\cl.exe' : return code '0x1' {log="C:\WINCE800\platform\AM33X_EVM_BSP\SRC\DRIVERS\sd45\bldsys.log(1063)"}
推荐答案
CODE_ANALYSIS = 1
CODE_ANALYSIS=1
如果已启用,请将其清除为
if enabled, clear it like this
CODE_ANALYSIS =
CODE_ANALYSIS=
再试一次
这篇关于C1001:VS2013中WEC2013上的编译器发生内部错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!