当前位置:网站首页>Record of problems in ollvm compilation
Record of problems in ollvm compilation
2022-07-05 06:27:00 【v_ three billion four hundred and eighty-three million six hund】
Download what to see Senior's blog
I record my problems .
make[2]: *** [tools\lli\CMakeFiles\lli.dir\build.make:76:
tools/lli/CMakeFiles/lli.dir/lli.cpp.obj] Error 1
make[1]: *** [CMakeFiles\Makefile2:36895: tools/lli/CMakeFiles/lli.dir/all]Error 2
make: *** [Makefile:155: all] Error 2
Google search , Qubing , I searched Baidu .
Then I saw in a blog
make -j8
That is to say ollvm The last step of compilation , Is not a make, It is make -j8
And then they ran 
And then it becomes .
Can also be in bin See all kinds of necessary files in the directory

边栏推荐
- MySQL advanced part 2: optimizing SQL steps
- Nested method, calculation attribute is not applicable, use methods
- Bash exercise 17 writing scripts to install the server side of FRP reverse proxy software
- ADG5412FBRUZ-RL7应用 双电源模拟开关和多路复用器IC
- Leetcode-9: palindromes
- How to understand the definition of sequence limit?
- Traversal of leetcode tree
- H5内嵌App适配暗黑模式
- 【LeetCode】Day95-有效的数独&矩阵置零
- Leetcode-22: bracket generation
猜你喜欢
随机推荐
MySQL怎么运行的系列(八)14张图说明白MySQL事务原子性和undo日志原理
安装OpenCV--conda建立虚拟环境并在jupyter中添加此环境的kernel
Bash exercise 17 writing scripts to install the server side of FRP reverse proxy software
Sorting out the latest Android interview points in 2022 to help you easily win the offer - attached is the summary of Android intermediate and advanced interview questions in 2022
博弈论 AcWing 893. 集合-Nim游戏
栈 AcWing 3302. 表达式求值
How to generate an image from text on fly at runtime
Leetcode-1200: minimum absolute difference
How to understand the definition of sequence limit?
11-gorm-v2-02-create data
VLAN experiment
Idea debug failed
Find the combination number acwing 889 01 sequence meeting conditions
[leetcode] day94 reshape matrix
中国剩余定理 AcWing 204. 表达整数的奇怪方式
Interval problem acwing 906 Interval grouping
Dataframe (1): introduction and creation of dataframe
Network security skills competition in Secondary Vocational Schools -- a tutorial article on middleware penetration testing in Guangxi regional competition
Presentation of attribute value of an item
Game theory acwing 891 Nim games









