C1001:VS2013中WEC2013上的编译器发生内部错误 [英] C1001: An internal error has occurred in the compiler on WEC2013 in VS2013

查看:446
本文介绍了C1001:VS2013中WEC2013上的编译器发生内部错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有人遇到过随机内部编译器错误:

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)"}

推荐答案

我在早期的WEC2013中经历过这种情况。我通过禁用sources.cmn文件中的代码anaysis选项来修复它。只需检查您的BSP的sources.cmn中是否启用了以下变量。 

I experienced it in earlier WEC2013. i fixed it by disabling the code anaysis option from sources.cmn file. Just check the following variable is enabled in sources.cmn of your BSP. 

CODE_ANALYSIS = 1

CODE_ANALYSIS=1

如果已启用,请将其清除为

if enabled, clear it like this

CODE_ANALYSIS =

CODE_ANALYSIS=

再试一次


这篇关于C1001:VS2013中WEC2013上的编译器发生内部错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆