- 博客(6)
- 收藏
- 关注
原创 Ubuntu18.04使用make编译安装LLVM10
时,安装到97%报各种bug(collect2: error: ld returned 2 exit status tools/lli/CMakeFiles/lli.dir/build.make:154: recipe for target ‘bin/lli’ failed make[2]: *** [bin/lli] Error 1)环境:WSL2 Ubuntu18 gcc7.5。,把ninja换成make。bug 2:swap空间不够。可能遇见的bug和应对措施。安装:LLVM 10。
2023-10-11 13:06:41
243
原创 Ubuntu16.04使用ninja编译安装LLVM
编译平台:Ubuntu16.04编译方法:直接从GitHub仓库克隆工程到本地进行编译github地址:https://github.com/llvm/llvm-projectgitee地址:https://gitee.com/mirrors/LLVM安装依赖gcc/g++sudo apt-get install g++gnu makesudo apt-get install makecmakesudo apt-get install cmakeninj.
2022-05-17 15:33:24
1433
原创 git 二次提交
新增文件(.默认所有文件)git add .备注git commit -m "注释"提交git push origin masterIF 报错git push -u origin + master
2021-11-05 21:22:24
290
原创 记录SpringBoot&vue
```javaERROR 26000 --- [ task-1] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization.解决:在application.properties中url后面加 &useSSL=false
2021-09-30 20:52:10
159
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人