2

您能否描述一下您是如何在 32 位 debian 机器上安装gcc-multilibg++-multilib以生成 64 位代码的?

我在我的 32 位 debian 系统上安装了 gcc-4.7.2(还安装了 binutils-2.23)。当我尝试使用 -m64 标志编译一个简单的 hello world 程序时

# gcc -m64 hello.c

我收到以下错误消息:

"hello.c:1:0: sorry, unimplemented: 64-bit mode not compiled in" .

请告诉我在 32 位 debian 系统上生成 64 位代码的步骤。

4

1 回答 1

1

You need to re-install gcc with this option in the configure.

于 2013-05-02T11:50:05.313 回答