mars icon indicating copy to clipboard operation
mars copied to clipboard

Feat: Adding Support for Android on RISC-V64 Develop

Open MaoHan001 opened this issue 8 months ago • 2 comments

Recently, while supporting an Android product based on the RISC-V architecture, we utilized the Mars library and added the relevant compilation support (Google NDK has provided support for RISC-V starting from r27c).

This PR mainly includes three changes: adding support for the Boost library on RISC-V adding OpenSSL support on RISC-V and introducing the compilation target.

The Develop branch appears to have a strong restriction on the NDK version, making it impossible to build based on the r27 version. The master branch code has been successfully verified for compilation with: https://github.com/Tencent/mars/pull/1332

MaoHan001 avatar Mar 03 '25 07:03 MaoHan001

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

tencent-adm avatar Mar 03 '25 07:03 tencent-adm

image CLA is signed but the status is not updated

MaoHan001 avatar Mar 05 '25 07:03 MaoHan001