
编译器
jiankangshiye
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
智能硬件X1000平台代码下载编译方法
智能硬件X1000平台代码下载编译方法原创 2016-02-27 14:13:12 · 908 阅读 · 0 评论 -
静态库和动态库
[问题] LInux 静态库转换为动态库 (xxx.a -> xxx.so)[解答] 这种方法不是一定能成功的, 有些symbol从静态库转为动态库的时候, 会失效, 从而导致转换失败*.a files are just archives of .o object files, so all you need to do is unpack the archive and re原创 2016-10-20 10:34:45 · 445 阅读 · 0 评论 -
编译器GCC/CLANG 使用摘记
clang++: error: unable to execute command: Killed clang++: error: linker command failed due to signal (use -v to see invocation)Ref: https://stackoverflow.com/questions/5682854/why-is-the-link原创 2016-01-06 20:19:32 · 3105 阅读 · 0 评论