无法在平台构建器 win CE 6.0 中设置环境变量
实际上,在构建 Windows CE 项目时出现两个错误:
构建:[00:0000000015:ERRORE] C:\WINCE600\PLATFORM\ICOP_Vortex86_60CS\SRC\OAL\OALLIB\obj\x86\debug_objects.mac:创建文件失败。
错误 3 BLDDEMO:构建 mytest 时出错
错误 3 BLDDEMO:由于环境变量的未设置,
,我认为它出现了。在项目属性中设置环境变量 IMGRAM128
时遇到问题,给出错误:
变量 IMGRAM128 与 128 RAM 目录项关联。您想通过在操作系统设计中添加目录项来设置此变量吗?该变量不会添加到环境选项卡中............
Actually while building the Windows CE project getting the two errors:
BUILD: [00:0000000015:ERRORE] C:\WINCE600\PLATFORM\ICOP_Vortex86_60CS\SRC\OAL\OALLIB\obj\x86\debug_objects.mac: create file failed.
Error 3 BLDDEMO: There were errors building mytest
I think it's comes, due to unset of environment variable.
Facing problem to set environment variable IMGRAM128
in the project properties, giving the error :
The variable IMGRAM128 is associated with the 128 RAM catalog item.Would you like to set this variable by adding catalog item in OS design? The varible will not be added to the environmmet tab..............
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你如何设置变量?
您是否设置了其他 IMGRAM## 变量?您是否阅读了这篇 MSDN 文章和这个?
How are you setting the variable?
Do you have any other IMGRAM## variables set? Did you read this MSDN article and this one?