Files
SDK_SG200x_V2/oss
sophgo-forum-service 9fb8ef29a1 (sg200x-dev):add oss_release_tarbar for glibc_riscv64
Change-Id: I3ef502b7f23f2759f17dd9985b155b2535015014
2024-07-26 10:07:28 +08:00
..

OSS

collection of open source softwares for cvitek SDK build.

regression

assuming host-tools and ramdisk is present

$ export PATH=$PWD/../host-tools/gcc/gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu/bin:$PATH
$ SDK_VER=64bit \
    SYSROOT_PATH=$PWD/../ramdisk/sysroot/sysroot-glibc-linaro-2.23-2017.05-aarch64-linux-gnu \
    ./test_build_all.sh

$ export PATH=$PWD/../host-tools/gcc/gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf/bin:$PATH
$ SDK_VER=32bit \
    SYSROOT_PATH=$PWD/../ramdisk/sysroot/sysroot-glibc-linaro-2.23-2017.05-arm-linux-gnueabihf \
    ./test_build_all.sh

zlib

download from https://www.zlib.net/, version 1.2.11.

As the source code is not maintained with git, we created a git project zlib by our own.

glog

clone from https://github.com/google/glog, tag v0.4.0.

flatbuffers

opencv