2K performance run parameters for coremark.
CoreMark Size : 666
Total ticks : 22631
Total time (secs): 22.631000
Iterations/Sec : 441.871769
Iterations : 10000
Compiler version : gcc-arm-none-eabi-10-2020-q4-major
Compiler flags : -O3
Memory location : STACK
seedcrc : 0xe9f5
[0]crclist : 0xe714
[0]crcmatrix : 0x1fd7
[0]crcstate : 0x8e3a
[0]crcfinal : 0x988c
Correct operation validated. See README.md for run and reporting rules.
CoreMark 1.0 : 441.871769 / gcc-arm-none-eabi-10-2020-q4-major -O3 / STACK
jimmy606 发布的帖子
-
XR806 coremark 跑分偏低请指教如果做优化
-
XR806 coremark跑分设置问题
coremark start to run...
begin_time = 0, end_timing = 16415631
2K performance run parameters for coremark.
CoreMark Size : 666
Total ticks : 4278551665
Total time (secs): 4278551552.000000, results[0].iterations = 1
y: 4278551552.000000
Iterations/Sec : 0.000000
Iterations/Sec : 213927584.000000
Iterations : 1
Compiler version : gcc-arm-none-eabi-10-2020-q4-major
Compiler flags : -O3
Memory location : STACK
seedcrc : 0xe9f5
[0]crclist : 0xe714
[0]crcmatrix : 0x1fd7
[0]crcstate : 0x8e3a
[0]crcfinal : 0xe714
Correct operation validated. See README.md for run and reporting rules.
CoreMark 1.0 : 0.000000 / gcc-arm-none-eabi-10-2020-q4-major -O3CoreMark 1.0 : 0.000000 / gcc-arm-none-eabi-10-2020-q4-major -O3 / STACK
AHBC_INST = 0, AHBC_DATA = 0, AHBS_INST = 0, AHBS_DATA = 0请大神们指正一下是什么问题!
-
回复: 运行hb build -f出错
@i_a_student 果真如此。多谢指点! 原来把默认的路径注释掉了。刚开始创建tools文件夹的位置和官方的路径不一样,路径做了些修改,编译的时候中间出现过很多问题,又把tools文件夹copy到官方指定的路径。config删掉新路径的同时忘记删掉默认的路径前面#。犯了个低级错误。
-
运行hb build -f出错
jimmy1606@ubuntu:~/xr806_openharmony$ hb build -f
[OHOS INFO] ERROR at //build/lite/config/BUILDCONFIG.gn:38:25: Undefined identifier
[OHOS INFO] compile_prefix = "${board_toolchain_prefix}"
[OHOS INFO] ^---------------------
[OHOS ERROR] you can check build log in /home/jimmy1606/xr806_openharmony/out/xr806/wifi_skylark/build.log
[OHOS ERROR] /home/jimmy1606/tools/gn gen /home/jimmy1606/xr806_openharmony/out/xr806/wifi_skylark --root=/home/jimmy1606/xr806_openharmony --dotfile=/home/jimmy1606/xr806_openharmony/build/lite/.gn --script-executable=python3 --args=ohos_build_type="debug" ohos_build_compiler_specified="clang" ohos_build_compiler_dir="/home/jimmy1606/llvm" product_path="/home/jimmy1606/xr806_openharmony/vendor/xradio/xr806" device_path="/home/jimmy1606/xr806_openharmony/device/xradio/xr806/liteos_m" ohos_kernel_type="liteos_m" enable_ohos_kernel_liteos_m_fs = false enable_ohos_kernel_liteos_m_cppsupport = false disable_huks_binary = false disable_authenticate = false ohos_full_compile=true failed, return code is 1
jimmy1606@ubuntu:~/xr806_openharmony$