简体   繁体   English

在x86 64位Windows主机系统上安装和运行Code Sourcery,我需要做什么?

[英]What do I need to do to install and run Code Sourcery on an x86 64-bit Windows host system?

I have seen this question asked for a Linux host system but not for Windows. 我已经看到这个问题是针对Linux主机系统而不是针对Windows。

I have a Windows 7 64-bit host system. 我有Windows 7 64位主机系统。 I am running into a 32 bit issue I think and I see this vague phrase in the Code Sourcery documentation. 我遇到了一个32位问题,我在Code Sourcery文档中看到了这个模糊的短语。

"Therefore, even when running on a 64-bit host system, Sourcery CodeBench requires 32-bit host libraries. Consult your operating system documentation for more information about obtaining these libraries." “因此,即使在64位主机系统上运行,Sourcery CodeBench也需要32位主机库。有关获取这些库的更多信息,请查阅您的操作系统文档。”

I can't find any documentation because I don't know what "these" libraries are. 我找不到任何文档,因为我不知道什么是“这些”库。

Thanks, Seth M King 谢谢,赛斯·M·金

That sentence is really only for Linux users; 这句话实际上仅适用于Linux用户。 a lot of Linux distributions don't include the basic system libraries (the equivalent of the stuff in c:\\Windows\\System ) needed to run 32-bit applications. 许多Linux发行版不包含运行32位应用程序所需的基本系统库(相当于c:\\Windows\\System中的东西)。

Windows includes everything that's needed as far as this is concerned. Windows包括就此而言所需的一切。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Windows 7 64位上安装Visual Studio 2008 x86 - Visual Studio 2008 x86 install on windows 7 64 bit Visual Studio 2013下的X86编译的应用程序无法在某些Windows 7 64位计算机上运行 - X86 Compiled Applications under Visual Studio 2013 won't run on some Windows 7 64-bit machines 如何在Windows 7 64位上安装PyOpenSSL? - How do I install PyOpenSSL on Windows 7 64-bit? 如何在Windows 7 64位上注册DLL文件? - How do I register a DLL file on Windows 7 64-bit? 除非我执行GC.Collect,否则运行x86 .NET应用程序的Windows 7 x64将耗尽内存。 - Windows 7 x64 running a x86 .NET app will throw Out of memory unless I do GC.Collect 在64位OS中的64位CPU上运行X86-64 Python是否有好处? - Are there benefits to running X86-64 Python on a 64-bit CPU in a 64-bit OS? 在Windows 7 64位PC上安装PIL - Install PIL on Windows 7 64-bit PC 为什么我在win x86中无法通过VS代码调试我的项目? - Why do I can't debug my project by VS code in win x86? 如何使Microsoft Script Debugger与64位Windows 7一起使用? - How do I get Microsoft Script Debugger to work with 64-bit Windows 7? 如何在32位C#应用程序中读取注册表,以便注册表重定向在64位Windows 7上有效 - How do I read the registry in 32-bit c# app such that registry redirection works on 64-bit Windows 7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM