-
carbide v1.3 cannot work with rvct2.2... - 2008-06-05 04:59#1
- Join Date
- Jun 2008
- Posts
- 389
我在搭建carbide v1.3和rvct2.2(435)编译环境,现在命令行已经显示编译器没问题(输入armc --vsn,显示ARM/Thumb C/C++ Compiler, RVCT2.2 [Build 435])
为什么carbide在armv5 debug下仍有错误信息Cannot obtain license for Compiler (feature compiler) with license version >= 2.2
carbide里还需要设置rvct选项吗? 另外rvct2.2的license不稳定,有时好有时坏,这可能是什么问题呢? 请指导一下,谢谢!Last edited by lius1984; 2008-06-05 at 05:11. Reason: modify
-
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-05 05:24#2
- Join Date
- Apr 2006
- Location
- Beijing, China
- Posts
- 1,175
命令行下是怎么配置的?能介绍一下吗?
Way of Simplicity
-
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-05 09:02#3
- Join Date
- Jun 2008
- Posts
- 389
1.将文件解压在e:\symbian\rvct22\
2.把license.dat所在路径设为名为LM_LICENSE_FILE的环境变量,也加入PATH变量。
在cmd.exe到当前路径 输入armcc --vsn,就得到ARM/Thumb C/C++ Compiler, RVCT2.2 [Build 435]的信息。
这就是我配置的全过程,哪里有问题吗? 困惑... 希望得到指导,谢谢 -
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-05 09:46#4
- Join Date
- Apr 2006
- Location
- Beijing, China
- Posts
- 1,175
重启Carbide.c++,确认Carbide.c++项目下的环境变量是否有LM_LICENSE_FILE,以及检查PATH变量
在IDE菜单,打开"Project"->"Properties",在左侧"Carbide.c++"->"Carbide Build configurations",在右侧点击“Environment”。这里列举了所有的环境变量,若没有LM_LICENSE_FILE等相关项,配置一下。
若一切都没有问题,那就应该可以了。Way of Simplicity
-
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-05 11:21#5
- Join Date
- Jun 2008
- Posts
- 389
谢谢你的耐心解答。 我查看了carbide里的环境变量,LM_LICENSE_FILE和PATH,路径都正确包含了。
是否跟carbide版本有关? 我是carbide v1.3的,不确定OEM是否已破解。 而只有OEM版支持RVCT吧? 是否安装carbide v1.2版的会有用?
刚学几天,完全找不到原因,还请指教,先谢了! -
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-05 11:52#6
- Join Date
- Jun 2008
- Posts
- 389
我朋友他用RVCT+CARBIDE v1.2,编译调试就没有任何问题。
问题应该还是在rvct上,我在命令行输入armcc --vsn编译器时好时坏,朋友诊断说我系统可能有“未来”文件,我就用touchpro把超过当前的文件的修改日期改了,还是不行。我真没辙了... -
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-06 02:54#7
- Join Date
- Jun 2008
- Posts
- 389
有人能帮帮我吗? 先谢谢了
-
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-06 03:22#8
- Join Date
- Apr 2006
- Location
- Beijing, China
- Posts
- 1,175
建议也装个Carbide.c++ 1.2版,参照你那位朋友的配置一下,或许就能发现问题所在。
另: 若命令行下编译没有问题,即使在Carbide.c++下不能编译,也不影响工作了。可以先用WINSCW、GCCE,待二者没有问题,再在命令行下用RVCT编译就是了。Way of Simplicity
-
Re: 求助:Cannot obtain license for Compiler (feature compiler) with license version >= - 2008-06-06 06:27#9
- Join Date
- Jun 2008
- Posts
- 389
找到原因了, 我装的SDK的最新的v9.3,而rvct2.2 build 435只支持到v9.1symbian os版本搞错了, 看来还是要多看官方文档啊!
谢谢dogcn指教!