09 2017 档案

printf占位符
摘要:function <cstdio> printf int printf ( const char * format, ... ); Print formatted data to stdout Writes the C string pointed by format to the standard 阅读全文

posted @ 2017-09-29 20:17 merlindu 阅读(1437) 评论(0) 推荐(0)

使用 Yocto Project 构建自定义嵌入式 Linux 发行版
摘要:<!-- LEADSPACE_BODY_BEGIN --> <!-- Navigation_Trail_BEGIN --> 用于嵌入式 Linux 开发的专业级开源工具 <!-- LEADSPACE_BODY_END --> <!-- SUMMARY_BEGIN --> Yocto Project™ 阅读全文

posted @ 2017-09-28 14:51 merlindu 阅读(1860) 评论(0) 推荐(0)

gcc fpic fPIC
摘要:gcc中代码生成的选项有很多。 fipc和fPIC用于规定生成位置无关的可执行档。 小写的fpic比大写的fPIC条件更加严格, 它需要通过GOT来访问常量,而大写的不需要PIC。 -fpic Generate position-independent code (PIC) suitable for 阅读全文

posted @ 2017-09-14 18:05 merlindu 阅读(656) 评论(0) 推荐(1)

导航