在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1279|回复: 6

custom compiler 2018安装问题请教

[复制链接]
发表于 2023-2-24 20:49:20 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
custom compiler 2018安装后, 启动  cdesigner

Error: Incomplete installation. OpenAccess is missing or improperly installed.
请教这个是什么问题,如何解决。 用Installer正常安装,没看到有其它安装包。是否有其它OA 设置? 谢谢!



发表于 2023-12-17 09:43:10 | 显示全部楼层
你好,请问解决了吗,我也碰到同样的问题
 楼主| 发表于 2024-2-4 09:46:33 | 显示全部楼层
没有解决
发表于 2024-6-18 14:42:18 | 显示全部楼层
在你的custom_compiler安装目录下:
1、进入./linux64/OA/bin/目录,打开sysname文件
2、找到check_linux()部分代码
3、复制:4.*.*)
                  # NVIDIA Customized CentOS 6.7
                  if [ "$OA_COMPILER" = "" ] ; then
                      compiler="_gcc44x";
                  fi
                  sysname="linux_rhel50$compiler"; sysnames="$sysname $sysnames";;
5、在4、中提到复制的文件末尾新建一行粘贴,修改4.*.*)为自己linux的内核版本,
如:  4.*.*)
                  # NVIDIA Customized CentOS 6.7
                  if [ "$OA_COMPILER" = "" ] ; then
                      compiler="_gcc44x";
                  fi
                  sysname="linux_rhel50$compiler"; sysnames="$sysname $sysnames";;
            6.*.*)
                  # NVIDIA Customized ubuntu24.04
                  if [ "$OA_COMPILER" = "" ] ; then
                      compiler="_gcc48x";
                  fi
                  sysname="linux_rhel50$compiler"; sysnames="$sysname $sysnames";;     ####我的linux内核版本为6.8
6、修改完成后重新启动即可解决:Error: Incomplete installation. OpenAccess is missing or improperly installed.
 楼主| 发表于 2024-7-1 10:19:53 | 显示全部楼层
感谢, 我去试试~
发表于 2024-7-18 16:34:31 | 显示全部楼层
楼主,可以分享一下安装包吗,万分感谢
发表于 2024-7-18 21:29:07 | 显示全部楼层


PXIAOH 发表于 2024-6-18 14:42
在你的custom_compiler安装目录下:
1、进入./linux64/OA/bin/目录,打开sysname文件
2、找到check_linux() ...


thanks
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /1 下一条

小黑屋| 手机版| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-11-5 21:41 , Processed in 0.020270 second(s), 7 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表