本文介绍了Solaris x86是否可以运行为Solaris Sparc编译的旧应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
x86版是否可以运行旧版应用程序?它可以照顾所有字节序的东西吗?
Is the x86 edition able to run old apps? Does it take care of all endianness stuff?
请不要将我发送给Google :)我确实尝试过,但是无法找到可靠的参考答案.
Please don't send me to Google :) I honestly tried and was not able to find a solid answer with some references.
推荐答案
不,您不能.您必须使用 QuickTransit 之类的模拟器
No, you can't. You must use an emulator like QuickTransit to do that
您可以使用适当的关键字在Google上找到更多信息
You can find more information on Google with the appropriate keywords
- 在X86 Solaris上运行Solaris Sparc应用程序
- 在以下操作系统上运行Solaris SPARC软件x86-64
- Transitive在Windows上翻译SPARC Solaris应用程序
- 从Solaris SPARC到x86的软件高速公路已打开
- Sparc:在x86上模拟"(Windows, linux)&运行solaris10.有人做过吗?
- 使用Sparc架构将应用程序导出到Intel x86
- Running Solaris Sparc Apps on X86 Solaris
- Runing Solaris SPARC software on x86-64
- Transitive Translates SPARC Solaris Apps on Windows
- Solaris SPARC to x86 software highway opens
- Sparc: "emulate" it on x86 (windows, linux) & run solaris 10. Anyone done it?
- Export an application using Sparc architecture to intel x86
如果您有源代码,则可以更轻松地将其重新编译到目标平台.您可以阅读
If you have the source code it'll be easier to do a recompile to the target platform. You can read
- Solaris SPARC to Solaris x86 Porting Guide
- Just one source code can be used on Solaris 11 sparc and x86?
这篇关于Solaris x86是否可以运行为Solaris Sparc编译的旧应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!