- 博客(6)
- 资源 (9)
- 收藏
- 关注
原创 ubuntu12.04 编译安装LLVM3.3,Clang和Libc++
ubuntu12.04 编译安装LLVM3.3,Clang和Libc++安装过程主要参考这几篇文章:http://clang.llvm.org/get_started.htmlhttp://www.cnblogs.com/Frandy/archive/2012/10/20/llvm_clang_libcxx_cxx11.htmlhttp://www.cnblogs.com/ralphjzhang/archive/2011/12/02/22726
2020-05-04 09:40:03
747
原创 visual studio 2013下安装llvm3.7
最近一直时间一直在搞linux下面的llvm,由于不是特别习惯使用ubuntu,所以最近两天在window下安装llvm,采用的系统为windows7,版本为llvm最新的3.7版本,主要参考以下博客http://blog.youkuaiyun.com/dlite/article/details/18142645,但是有些稍微的不同,废话不说,具体安装步骤如下: 一、安装配置LLVM 下载并用VS编译安装L
2020-05-04 09:39:53
1690
原创 ubuntu下连接树莓派以及互传文件
用ssh登录一个机器(换过ip地址),提示输入yes后,屏幕不断出现y,只有按ctrl + c结束错误是:The authenticity of host 192.168.0.xxx can't beestablished.查找到一下,找到解决方案:执行ssh -o StrictHostKeyChecking=no 192.168.0.xxx 就OK将本机文件复制到远程服务器上
2015-06-25 23:35:37
1590
原创 树莓派内核模块交叉编译
一、 获得ARM GCC 交叉编译器 官网下载可能比较慢,可以csdn资源下载 为 bcm2708hardfp编译器,和官方一样的 http://download.youkuaiyun.com/detail/canyue102/6725615 安装该编译器,把编译器路径加入到环境变量中:gedit ~/.bashrc在最后一行添加:export PATH=$PATH:/your_dir/tools-mas
2015-06-24 22:13:01
1277
原创 在llvm-IR中调用printf函数输出int、float变量
在llvm中,集成了printf函数,可以直接进行调用,输出int类型及float类型的变量值,废话不说,上代码:#include "llvm/ADT/STLExtras.h"#include "llvm/ExecutionEngine/GenericValue.h"#include "llvm/ExecutionEngine/Interpreter.h"#include "llvm/IR/C
2015-04-09 21:38:11
1598
原创 解决git pull时出现的几个问题
今天在执行git pull时出现: error: Your local changes to the following files would be overwritten by merge: Please, commit your changes or stash them before you can merge. Aborting 解决方法: 执行git checkout -f,然
2015-04-09 14:48:13
604
使用vs2013 + python2.7 + python-pptx 将指定文件夹下的所有图片插入到一页幻灯片中
2017-09-21
windows7下使用vs2013 + python2.7 + python-pptx 将指定文件夹下的所有图片插入到一页幻灯片中
2017-09-20
Getting Strated with LLVM Core Libraries
2015-03-31
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人