Skip to content
Snippets Groups Projects
Unverified Commit ace26d9b authored by Wu Zhenyu's avatar Wu Zhenyu
Browse files

Support TIC6X

Run:

export C6X_C_DIR=/opt/ccstudio/ccs/tools/compiler/ti-cgt-c6000_8.3.12/include;\
/opt/ccstudio/ccs/tools/compiler/ti-cgt-c6000_8.3.12/lib
export PATH=PATH:/opt/ccstudio/ccs/tools/compiler/ti-cgt-c6000_8.3.12/bin
./configure --disable-cli --enable-static --disable-bashcompletion \
--disable-opencl --disable-thread --disable-interlaced --bit-depth=8 \
--chroma-format=420 --disable-asm --enable-debug --disable-avs \
--disable-swscale --disable-lavf --disable-ffms --disable-gpac \
--disable-lsmash --host=tic6x-ti-none
make -j$(nproc) example

Refer:

- TMS320C6000 Assembly Language Tools: https://www.ti.com/lit/ug/sprui03e/sprui03e.pdf
- TMS320C6000 Optimizing C/C++ Compile: https://www.ti.com/lit/ug/sprui04e/sprui04e.pdf
parent eaa68fad
Branches master
No related tags found
Loading
Pipeline #325044 passed with stages
in 3 minutes and 36 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment