Part Number: C6000-CGT Hello, The struct below is not initialized when using brace-initialization. This seems to be the same issue as reported here https://community.intel.com/t5/Intel-C-Compiler/Aggregate-initialization-bug-with-nested-struct/m-p/1271…
Part Number: C6000-CGT Hello, Below is a minimal example of a bug where a variable is set through a reference and then used in a function call. The set value is not used, rather the initial value is observed in the called function. In the call to
getResultCode…
I am looking for a Windows and Linux download of the C6000 CGT v7.4.8 since this is the version we Tool Qual'd. Currently we get this version from the CC Studio install and I am looking for the standalone CGT installer.
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: 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…