We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,I use "openwrt-sdk-23.05.0-ramips-mt7621_gcc-12.3.0_musl.Linux-x86_64.tar.xz" , When compiling the project, I keep getting errors.Include "FAILED: library/CMakeFiles/mbedcrypto_static.dir/bignum.c.o '“{standard input}: Assembler messages: {standard input}:35: Error: invalid operands lw $10,12($sp)' {standard input}:36: Error: invalid operands lw $11,16($sp)' {standard input}:37: Error: invalid operands lw $12,4($sp)' {standard input}:38: Error: invalid operands lw $13,20($sp)' {standard input}:39: Error: invalid operands lw $14,0($10)' {standard input}:40: Error: invalid operands multu $13,$14' {standard input}:41: Error: unrecognized opcode `addi $10,$10,4' ” “time: package/feeds/base/mbedtls/compile#0.87#0.11#0.91 ERROR: package/feeds/base/mbedtls failed to build. make[2]: *** [package/Makefile:120: package/feeds/base/mbedtls/compile] Error 1 make[2]: Leaving directory '/home/desktop-ubuntu/桌面/openwrt' make[1]: *** [package/Makefile:114: /home/desktop-ubuntu/桌面/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/desktop-ubuntu/桌面/openwrt' make: *** [/home/desktop-ubuntu/桌面/openwrt/include/toplevel.mk:225:world] 错误 2 ”I don't know what's wrong,How to solve it? Thank you
lw $10,12($sp)' {standard input}:36: Error: invalid operands
lw $12,4($sp)' {standard input}:38: Error: invalid operands
lw $14,0($10)' {standard input}:40: Error: invalid operands
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,I use "openwrt-sdk-23.05.0-ramips-mt7621_gcc-12.3.0_musl.Linux-x86_64.tar.xz" , When compiling the project, I keep getting errors.Include "FAILED: library/CMakeFiles/mbedcrypto_static.dir/bignum.c.o '“{standard input}: Assembler messages:
{standard input}:35: Error: invalid operands
lw $10,12($sp)' {standard input}:36: Error: invalid operands
lw $11,16($sp)'{standard input}:37: Error: invalid operands
lw $12,4($sp)' {standard input}:38: Error: invalid operands
lw $13,20($sp)'{standard input}:39: Error: invalid operands
lw $14,0($10)' {standard input}:40: Error: invalid operands
multu $13,$14'{standard input}:41: Error: unrecognized opcode `addi $10,$10,4'
”
“time: package/feeds/base/mbedtls/compile#0.87#0.11#0.91
ERROR: package/feeds/base/mbedtls failed to build.
make[2]: *** [package/Makefile:120: package/feeds/base/mbedtls/compile] Error 1
make[2]: Leaving directory '/home/desktop-ubuntu/桌面/openwrt'
make[1]: *** [package/Makefile:114: /home/desktop-ubuntu/桌面/openwrt/staging_dir/target-mipsel_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/desktop-ubuntu/桌面/openwrt'
make: *** [/home/desktop-ubuntu/桌面/openwrt/include/toplevel.mk:225:world] 错误 2
”I don't know what's wrong,How to solve it? Thank you
The text was updated successfully, but these errors were encountered: