Closed psyduffy closed 1 year ago
Turbo-Range-Coder have been updated. Please use the latest version
Very Thankful.
Use "make NCODEC2=1" and It works.
but use "make" still get error message:
In file included from lzham_codec_devel/lzhamcomp/lzham_match_accel.cpp:3:
In file included from lzham_codec_devel/lzhamdecomp/lzham_core.h:296:
lzham_codec_devel/lzhamdecomp/lzham_platform.h:27:25: error: unrecognized instruction mnemonic
__asm__ __volatile__("pause");
^
<inline asm>:1:2: note: instantiated into assembly here
pause
^
In file included from lzham_codec_devel/lzhamcomp/lzham_match_accel.cpp:3:
lzham isn't compatible with ARM. You can disable it in the makefile
I got Error message as follow when make project:
Then I modified the makefile, set "LZHAM=0" and try again:
Error message as follow: