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.
我计划使用 ARM 32 位和 64 位本机代码开发和调试 Android 应用程序。我相信可以使用ARM DS-5。但我对哪个版本的 DS-5 同时支持 ARM 64 位和 32 位本机库感到困惑?
版本比较可能会更清楚一些,但“处理器支持”下的“ARMv8-A”确实意味着只有旗舰版在调试器中支持 64 位。同样,如果您想使用 armcc 工具链,则需要版本 6 和 Ultimate 许可证才能编译 64 位代码。如您所料,此类限制不适用于使用 GCC 进行编译。