【发布时间】:2011-04-26 18:36:01
【问题描述】:
您好,我下载了 unix 版本 6 的源代码,我想研究它并测试它。我在 macbook pro 上运行 Snow Leopard。 1)有没有办法在mac中编译它。如果我使用 make 或 gmake 编译,我会收到以下错误。
*** Error: Couldn't find an i386-*-elf version of GCC/binutils.
*** Is the directory with i386-jos-elf-gcc in your PATH?
*** If your i386-*-elf toolchain is installed with a command
*** prefix other than 'i386-jos-elf-', set your GCCPREFIX
*** environment variable to that prefix and run 'make' again.
*** To turn off this error, run 'gmake GCCPREFIX= ...'.
2)我也想在虚拟机中运行它,我的机器上安装了 VMWare。我不知道该怎么做。
【问题讨论】:
-
@Alan:好吧,考虑到它的年代久远,我认为它仍然不能编译。这就是为什么我认为 OP 可能意味着别的东西。
标签: macos unix operating-system