MNN icon indicating copy to clipboard operation
MNN copied to clipboard

君正T31编译失败

Open maoyapeng opened this issue 7 months ago • 2 comments

配置命令:cmake -DMNN_BUILD_TOOLS=ON -DMNN_BUILD_BENCHMARK=ON -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_SYSTEM_VERSION=1 -DCMAKE_C_COMPILER=mips-linux-gnu-gcc -DCMAKE_CXX_COMPILER=mips-linux-gnu-g++ -DCMAKE_INSTALL_PREFIX=./install/ -DMNN_LOW_MEMORY=ON -DMNN_ARM82=ON -DMNN_BUILD_SHARED_LIBS=OFF .. MIPS平台编译失败

maoyapeng avatar May 25 '25 08:05 maoyapeng

没有对MIPS平台进行过编译测试

wangzhaode avatar May 26 '25 02:05 wangzhaode

mips 上只能增加 -DMNN_USE_SSE=OFF ,编译纯 C++ 版本

jxt1234 avatar May 29 '25 06:05 jxt1234

Marking as stale. No activity in 60 days.

github-actions[bot] avatar Jul 28 '25 09:07 github-actions[bot]