Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Windows 7 64 位。我不知道这台电脑上安装的gcc是32位还是64位。(Windows 7 支持 32 位和 64 位程序)。
您可以检查输出,gcc -v也可以使用更直接的选项-dumpmachine。第一个选项允许您发现 GCC 是否支持 multilib(以便它可以编译 32 位和 64 位二进制文件),第二个选项将只返回默认目标(如果我没记错的话)。
gcc -v
-dumpmachine