You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
surenyi
eba0b9244b
|
6 years ago | |
---|---|---|
gel | 6 years ago | |
packages | 6 years ago | |
.gitignore | 6 years ago | |
README.txt | 6 years ago | |
config.bld | 6 years ago |
README.txt
build:
export XDCPATH="/path/to/library;$XDCPATH"
export XDCCGROOT=/path/to/c6000
xdc -Pr ./packages
windows:
set XDCCGROOT=d:/ti/ccsv5/tools/compiler/c6000_7.4.1
set path=d:\ti\cg_xml\bin;d:\ti\ccsv5\tools\compiler\c6000_7.4.1\bin;%path%
build release:
$ cd packages/vsky/libdsp/
$ xdc release
$ cd packages/vsky/platforms/simple
$ xdc release