当前位置:网站首页>ollvm编译出现的问题纪录
ollvm编译出现的问题纪录
2022-07-05 06:20:00 【v_3483608762】
下载啥看学长的博客
我记录下我的问题出现的。
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
去谷歌搜,去必应,去百度搜遍了。
然后在一篇博客里看到
make -j8
也就是ollvm编译的最后一步,不是一个make,而是make -j8
然后就跑起来了
然后就成了。
也能在bin目录里看到各种需要的文件
边栏推荐
- LeetCode 0107. Sequence traversal of binary tree II - another method
- Sqlmap tutorial (II) practical skills I
- What's wrong with this paragraph that doesn't work? (unresolved)
- Suppose a bank's ATM machine, which allows users to deposit and withdraw money. Now there is 200 yuan in an account, and both user a and user B have the right to deposit and withdraw money from this a
- MySQL advanced part 1: View
- 区间问题 AcWing 906. 区间分组
- [rust notes] 16 input and output (Part 2)
- Leetcode-6110: number of incremental paths in the grid graph
- JS quickly converts JSON data into URL parameters
- 1041 Be Unique
猜你喜欢
随机推荐
[leetcode] day95 effective Sudoku & matrix zeroing
JS quickly converts JSON data into URL parameters
NotImplementedError: Cannot convert a symbolic Tensor (yolo_boxes_0/meshgrid/Size_1:0) to a numpy ar
C job interview - casting and comparing - C job interview - casting and comparing
2022-5-第四周日报
Matrixdb V4.5.0 was launched with a new mars2 storage engine!
Leetcode recursion
4. 对象映射 - Mapping.Mapster
LeetCode 0108. Convert an ordered array into a binary search tree - the median of the array is the root, and the left and right of the median are the left and right subtrees respectively
1.13 - RISC/CISC
Leetcode divide and conquer / dichotomy
博弈论 AcWing 893. 集合-Nim游戏
Alibaba established the enterprise digital intelligence service company "Lingyang" to focus on enterprise digital growth
Leetcode-22: bracket generation
Winter vacation water test 1 Summary
Leetcode array operation
Winter messenger 2
C - XOR to all (binary topic)
博弈论 AcWing 891. Nim游戏
Series of how MySQL works (VIII) 14 figures explain the atomicity of MySQL transactions and the principle of undo logging