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.
我已经完成了一个软件应用程序的源代码,这在 ARMv5 处理器/设备上运行良好。
我可以重新编译软件在 ARMv6 处理器/设备上运行的相同源代码吗?
或者我必须更改在 ARMv6 处理器/设备上运行的部分源代码吗?
如果您有此架构的编译器,并且您不使用程序集,那么很可能一切都会按预期工作。
问题可能出在以汇编语言编写的代码上,因为某些命令可能特定于该特定架构。在这种情况下,您将不得不重新编写这些代码部分。