Part Number: C6000-CGT Other Parts Discussed in Thread: C7000-CGT I write some C++ code using a lot of C++ template,use C6000-CGT or C7000-CGT compile too slow,takes 90s compiling one cpp file.
But when use ti-cgt-armllvm(tiarmclang),it works well,takes…
Part Number: C6000-CGT
I'm currently using the C-Plugin unit on Keyence's XG/XG-X Vision Editor Software. Per the manual, it's required that Visual Studio 19 is used for PC compiling, and TI C6000 CGT Version 7.4.4 is used for DSP compiling in order…
Part Number: C6000-CGT Hello Team,
As a part of Confidence From Use to Fill TQP and TQR i need the below information:
I am using ti_cgt_c6000_8.3.7.
user statistics has been obtained from Texas instruments. It shows that many users are using this version…
Part Number: C6000-CGT Hello
i am looking fpr the linux version of cgtools 6.0.31 for C6000 Platform
Where can I get these version ?
Best Regards
Michael
Part Number: OMAP-L138 Other Parts Discussed in Thread: C6000-CGT , Tool/software: Hello,
We, at SBG systems, have been using the C6000-CGT tools for a number of years now for code targeting the DSP (C674x) of the OMAP-L138 SoC. However, as of recently…
Part Number: C6000-CGT Hi Team,
My customer has a question regarding a piece of code they are trying to implement.
In the code below, they are trying to prevent INT7 from being invoked.
IER &= ~(1 << 7);
IER |= (1 << 7);
However, when…
Part Number: C6000-CGT
Hi expert,
I tried rebuilding DSPLIB c66x 3.4.0.0 because wanted to check building process for DSPLIB with C6000 before migrating DSPLIB to C7000 (my developing environment is Ubuntu 18.04.4 LTS).
However, I faced the error as the…
Part Number: C6000-CGT Other Parts Discussed in Thread: AM5729 Hi,
I've found an issue in C6000 compiler and I want to ask you if it is a "feature" or a bug.
I want to subtract two 32bit signed numbers and because the result could be bigger…