火星蚊的地球記事

火星蚊的地球記事
  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Sitemap
  • Table of Contents
  • Overview

cjwind

243 posts
8 categories
57 tags
E-Mail
0%

17 Cross compiler

Posted on 2021-06-08 Edited on 2025-03-25 In Write a OS from Scratch

因為現在電腦都是 64 bit,compiler 預設也是 64 bit,那我們要 compile 出 32 bit 的 code,要安裝 cross compiler,也就是跨平台的 compiler。

install cross compiler toolchain in Debian 10:

1
$ sudo apt install gcc-multilib-i686-linux-gnu
  • compile 時用 i686-linux-gnu-gcc
  • link 時用 i686-linux-gnu-ld
# System Software # Operating System
16 切換到 32-bit mode
18 C Compilation
© 2025 cjwind
Powered by Hexo & NexT.Gemini