Uos-龙芯架构下无法启动qtcreator

龙芯架构下无法启动qtcreator

一、概述

系统:Uos

龙芯架构 3A6000 芯片下无法启动qtcreator,并报错如下

bash 复制代码
mesa: CommandLine Error: Option 'help-list' registered more than once!
LLVMERROR: inconsistency in registered 1 CommandLine options

二、解决办法

不加载 ClangTools插件启动,以如下方式启动

bash 复制代码
qtcreator -noload ClangTools
相关推荐
滴水之功32 分钟前
VMware OpenWrt怎么桥接模式联网
linux·openwrt
ldinvicible1 小时前
How to run Flutter on an Embedded Device
linux
YRr YRr2 小时前
解决Ubuntu 20.04上编译OpenCV 3.2时遇到的stdlib.h缺失错误
linux·opencv·ubuntu
认真学习的小雅兰.2 小时前
如何在Ubuntu上利用Docker和Cpolar实现Excalidraw公网访问高效绘图——“cpolar内网穿透”
linux·ubuntu·docker
zhou周大哥2 小时前
linux 安装 ffmpeg 视频转换
linux·运维·服务器
不想起昵称9292 小时前
Linux SHELL脚本中的变量与运算
linux
the丶only3 小时前
单点登录平台Casdoor搭建与使用,集成gitlab同步创建删除账号
linux·运维·服务器·docker·gitlab
枫叶红花4 小时前
【Linux系统编程】:信号(2)——信号的产生
linux·运维·服务器
_微风轻起4 小时前
linux下网络编程socket&select&epoll的底层实现原理
linux·网络