{"id":898,"date":"2023-06-10T18:05:28","date_gmt":"2023-06-10T18:05:28","guid":{"rendered":"http:\/\/robinluo.top\/?p=898"},"modified":"2023-06-14T17:42:15","modified_gmt":"2023-06-14T17:42:15","slug":"gcc-%e7%bc%96%e8%af%91-%e9%93%be%e6%8e%a5-%e5%8a%a8%e9%9d%99%e6%80%81%e5%ba%93","status":"publish","type":"post","link":"https:\/\/robinluo.top\/?p=898","title":{"rendered":"gcc \u7f16\u8bd1 \u94fe\u63a5 \u52a8\u9759\u6001\u5e93"},"content":{"rendered":"\n<p>\u540e\u7f00<\/p>\n\n\n\n<p>.c \u6e90\u6587\u4ef6<\/p>\n\n\n\n<p>.s \u6c47\u7f16\u6587\u4ef6 gcc -S  main.c  \u751f\u6210\u6c47\u7f16\u6587\u4ef6<\/p>\n\n\n\n<p>.o \u76ee\u6807\u6587\u4ef6 \u7f16\u8bd1\u540e\u7684\u4e8c\u8fdb\u5236\u6587\u4ef6<\/p>\n\n\n\n<p>.h \u5934\u6587\u4ef6 \u751f\u547d\u6a21\u5757\u7684\u5bf9\u5916\u63a5\u53e3<\/p>\n\n\n\n<p>.a \u9759\u6001\u8fde\u63a5\u5e93<\/p>\n\n\n\n<p>.so \u52a8\u6001\u8fde\u63a5\u5e93<\/p>\n\n\n\n<p>\u65e0 ELF\u6587\u4ef6 \u53ef\u6267\u884c\u6587\u4ef6<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u751f\u6210\u53ef\u6267\u884c\u6587\u4ef6\u6d41\u7a0b<\/p>\n\n\n\n<p>.c \u6dfb\u52a0 .h \u6587\u4ef6\u4f5c\u4e3a\u5916\u90e8\u6a21\u5757\u63a5\u53e3\u58f0\u660e\u6765\u8c03\u7528<\/p>\n\n\n\n<p>\u7f16\u8bd1\u751f\u6210\u76ee\u6807\u6587\u4ef6  gcc -c xxx.c  \u751f\u6210 xxx.o <\/p>\n\n\n\n<p>\u8fde\u63a5\u76ee\u6807\u6587\u4ef6 \u751f\u6210\u53ef\u6267\u884c\u6587\u4ef6  ld xxx.o xxx1.x -o xxx<\/p>\n\n\n\n<p>\u8fd0\u884c\u53ef\u6267\u884c\u6587\u4ef6    .\/xxx<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u9759\u6001\u5e93\u751f\u6210\u53ca\u8fde\u63a5\u8fc7\u7a0b<\/p>\n\n\n\n<p>\u7f16\u8bd1\u751f\u6210\u76ee\u6807\u6587\u4ef6 gcc -c static_lib.c  \u751f\u6210 static_lib.o<\/p>\n\n\n\n<p>\u6253\u5305\u76ee\u6807\u6587\u4ef6\u4f4d\u9759\u6001\u6587\u4ef6\u5e93  ar rcs static_lib.a static_lib.o static_lib1.o static_lib2.o  \u5c06\u591a\u4e2a\u76ee\u6807\u6587\u4ef6 \u6253\u5305\u4e3a static_lib.a<\/p>\n\n\n\n<p>\u4f7f\u7528\u9759\u6001\u5e93 gcc xxx.c -lstatic_lib.a -o app    -l \u53c2\u6570\u6307\u5b9a\u9759\u6001\u5e93<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>\u52a8\u6001\u5e93\u751f\u6210\u53ca\u8fde\u63a5\u8fc7\u7a0b<\/p>\n\n\n\n<p>\u7f16\u8bd1\u6e90\u7801\u751f\u6210\u52a8\u6001\u5e93 gcc -shared -fPIC -o shared_lib.so share_lib.c  <\/p>\n\n\n\n<p>\u4f7f\u7528\u52a8\u6001\u5e93\u7f16\u8bd1\u53ef\u6267\u884c\u6587\u4ef6 gcc main.c .\/shared_lib.so  -o app<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u540e\u7f00 .c \u6e90\u6587\u4ef6 .s \u6c47\u7f16\u6587\u4ef6 gcc -S main.c \u751f\u6210\u6c47\u7f16\u6587\u4ef6 .o \u76ee\u6807\u6587\u4ef6 \u7f16\u8bd1\u540e\u7684\u4e8c\u8fdb\u5236\u6587\u4ef6 .h \u5934\u6587\u4ef6 \u751f\u547d\u6a21\u5757\u7684\u5bf9\u5916\u63a5\u53e3 .a \u9759\u6001\u8fde\u63a5\u5e93 .so \u52a8\u6001\u8fde\u63a5\u5e93 \u65e0 ELF\u6587\u4ef6 \u53ef\u6267\u884c\u6587\u4ef6 \u751f\u6210\u53ef\u6267\u884c\u6587\u4ef6\u6d41\u7a0b .c \u6dfb\u52a0 .h \u6587\u4ef6\u4f5c\u4e3a\u5916\u90e8\u6a21\u5757\u63a5\u53e3\u58f0\u660e\u6765\u8c03\u7528 \u7f16\u8bd1\u751f\u6210\u76ee\u6807\u6587\u4ef6 gcc -c xxx.c \u751f\u6210 xxx.o \u8fde\u63a5\u76ee\u6807\u6587\u4ef6 \u751f\u6210\u53ef\u6267\u884c\u6587\u4ef6 ld xxx.o xxx1.x -o xxx \u8fd0\u884c\u53ef\u6267\u884c\u6587\u4ef6 .\/xxx \u9759\u6001\u5e93\u751f\u6210\u53ca\u8fde\u63a5\u8fc7\u7a0b \u7f16\u8bd1\u751f\u6210\u76ee\u6807\u6587\u4ef6 gcc -c static_lib.c \u751f\u6210 static_lib.o \u6253\u5305\u76ee\u6807\u6587\u4ef6\u4f4d\u9759\u6001\u6587\u4ef6\u5e93 ar rcs static_lib.a static_lib.o static_lib1.o [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[142],"tags":[],"_links":{"self":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/898"}],"collection":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=898"}],"version-history":[{"count":4,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/898\/revisions"}],"predecessor-version":[{"id":914,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/898\/revisions\/914"}],"wp:attachment":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=898"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=898"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}