Closed elect-gombe closed 5 years ago
you can add a compile-flag -ffloat-store, maybe it cause the bug
実際、うまくいくかどうかはわかりません
git clone https://github.com/kendryte/kendryte-standalone-sdk
git checkout 62917aeea98fccfa47eb6602f05ecbfe509bb7c4
-march=rv64imafc
をadd_compile_flags
に追加
https://github.com/kendryte/kendryte-standalone-sdk/blob/develop/cmake/compile-flags.cmake
add_compile_flags(BOTH
-mcmodel=medany
-march=rv64imafc
-fno-common
-ffunction-sections
-fdata-sections
-fstrict-volatile-bitfields
-fno-zero-initialized-in-bss
-Os
-ggdb
)
https://github.com/kendryte/kendryte-gnu-toolchain/releases/tag/v8.2.0-20190213
このツールチェーンで直接コンパイルする
https://github.com/kendryte/kendryte-gnu-toolchain/releases/tag/v8.2.0-20190221
多分それは大丈夫だろう
Using latest toolchain at development branch, it works just fine! thank you.
テクスチャ表示が化けるのを直す。 原因として考えられるのが、テクスチャ座標の計算のオーバフローだと思うんだが実際わからん