{"id":1311,"date":"2024-03-31T08:37:48","date_gmt":"2024-03-31T00:37:48","guid":{"rendered":"https:\/\/wp.minicoda.com\/?p=1311"},"modified":"2024-03-31T08:55:03","modified_gmt":"2024-03-31T00:55:03","slug":"gcc-1-c%e5%92%8cg-1-c%e7%bc%96%e8%af%91%e9%98%b6%e6%ae%b5%e6%9c%89%e4%bb%80%e4%b9%88%e5%8c%ba%e5%88%ab","status":"publish","type":"post","link":"https:\/\/wp.minicoda.com\/index.php\/gcc-1-c%e5%92%8cg-1-c%e7%bc%96%e8%af%91%e9%98%b6%e6%ae%b5%e6%9c%89%e4%bb%80%e4%b9%88%e5%8c%ba%e5%88%ab\/","title":{"rendered":"gcc 1.c\u548cg++ 1.c\u7f16\u8bd1\u9636\u6bb5\u6709\u4ec0\u4e48\u533a\u522b?"},"content":{"rendered":"\n<p>\u501f\u7528\u00a0<a href=\"https:\/\/wp.minicoda.com\/index.php\/gcc-1-c%e5%92%8cg-1-c%e6%9c%89%e4%bb%80%e4%b9%88%e5%8c%ba%e5%88%ab\/\">gcc 1.c\u548cg++ 1.c\u6709\u4ec0\u4e48\u533a\u522b?<\/a>\u00a0\u7684\u793a\u4f8b\u4ee3\u7801\uff0c\u4ee5\u6c47\u7f16\u4ee3\u7801\u4e3a\u6bd4\u8f83\u76ee\u6807\uff0c\u518d\u7ecf\u8fc7\u6c47\u7f16\uff0c\u6700\u540e\u751f\u6210ELF\u6587\u4ef6\uff0c\u4e09\u4e2a\u8fc7\u7a0b\u7ed3\u679c\u5747\u65e0\u5dee\u5f02\uff0c\u8fd9\u4e2a\u9636\u6bb5\u5145\u5206\u8bc1\u660e\u4e86c\u548cc++\u662f\u591a\u4e48\u76f8\u4f3c\u3002<\/p>\n\n\n\n<p>\u7f16\u8bd1\u5230\u6c47\u7f16<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>gcc -S 1.c -o 1.s<\/li>\n\n\n\n<li>g++ -S 1.c -o 11.s<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>\t.file\t\"1.c\"\n\t.text\n\t.section\t.rodata\n.LC0:\n\t.string\t\"%d\"\n\t.text\n\t.globl\tmain\n\t.type\tmain, @function\nmain:\n.LFB0:\n\t.cfi_startproc\n\tendbr64\n\tpushq\t%rbp\n\t.cfi_def_cfa_offset 16\n\t.cfi_offset 6, -16\n\tmovq\t%rsp, %rbp\n\t.cfi_def_cfa_register 6\n\tsubq\t$16, %rsp\n\tmovw\t$100, -2(%rbp)\n\tmovswl\t-2(%rbp), %eax\n\tmovl\t%eax, %esi\n\tleaq\t.LC0(%rip), %rax\n\tmovq\t%rax, %rdi\n\tmovl\t$0, %eax\n\tcall\tprintf@PLT\n\tmovl\t$1, %eax\n\tleave\n\t.cfi_def_cfa 7, 8\n\tret\n\t.cfi_endproc\n.LFE0:\n\t.size\tmain, .-main\n\t.ident\t\"GCC: (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0\"\n\t.section\t.note.GNU-stack,\"\",@progbits\n\t.section\t.note.gnu.property,\"a\"\n\t.align 8\n\t.long\t1f - 0f\n\t.long\t4f - 1f\n\t.long\t5\n0:\n\t.string\t\"GNU\"\n1:\n\t.align 8\n\t.long\t0xc0000002\n\t.long\t3f - 2f\n2:\n\t.long\t0x3\n3:\n\t.align 8\n4:<\/code><\/pre>\n\n\n\n<p>\u6c47\u7f16\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>gcc -c 1.s -o 1.o <\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>g++ -c 11.s -o 11.o<\/li>\n<\/ul>\n\n\n\n<p>\u94fe\u63a5<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>gcc 1.o -o 1<\/li>\n\n\n\n<li>g++ 11.o -o 11<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>\u501f\u7528\u00a0gcc 1.c\u548cg++ 1.c\u6709\u4ec0\u4e48\u533a\u522b?\u00a0\u7684\u793a\u4f8b\u4ee3\u7801\uff0c\u4ee5\u6c47\u7f16\u4ee3\u7801\u4e3a\u6bd4\u8f83\u76ee\u6807\uff0c\u518d\u7ecf\u8fc7\u6c47\u7f16\uff0c\u6700\u540e\u751f\u6210ELF\u6587\u4ef6\uff0c\u4e09\u4e2a\u8fc7\u7a0b\u7ed3\u679c\u5747\u65e0\u5dee\u5f02\uff0c\u8fd9\u4e2a\u9636\u6bb5\u5145\u5206\u8bc1\u660e\u4e86c\u548cc++\u662f\u591a\u4e48\u76f8\u4f3c\u3002 \u7f16\u8bd1\u5230\u6c47\u7f16 \u6c47\u7f16\uff1a &#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[299],"tags":[],"class_list":["post-1311","post","type-post","status-publish","format-standard","hentry","category-think"],"views":103,"_links":{"self":[{"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/posts\/1311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/comments?post=1311"}],"version-history":[{"count":4,"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/posts\/1311\/revisions"}],"predecessor-version":[{"id":1321,"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/posts\/1311\/revisions\/1321"}],"wp:attachment":[{"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/media?parent=1311"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/categories?post=1311"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.minicoda.com\/index.php\/wp-json\/wp\/v2\/tags?post=1311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}