Part Number: C6000-CGT Tool/software: We are using Code Composer Studio v6.1.3 and attempting to run the XDS 560 Pro Trace emulator. The error is "license cannot be acquired." I have ti_emupack_setup_5.1.636.0.exe which we used in the past but this errors…
Part Number: C6000-CGT Tool/software: Hello, In the following example, the struct does not contain the expected values after initialization. The 10th element is not correctly initialized. If I use float instead of double for e.g. var5, then the program…
George Mock said: I will file an entry and get you a link to it on Monday
I filed EXT_EP-11927 . You are welcome to follow it with that link.
Thanks and regards,
-George
Part Number: C6000-CGT Tool/software: The manual says that all v8.3.x versions of the c6000 compiler support C11, but I have the latest version as of today (8.3.13) and I can't select C11. It only goes as high as C99.
Part Number: C6000-CGT
Hi,
I'm facing an issue with dis6x.exe, when I try to run disassembler with a cpp object file it is giving the error as follows:
$ dis6x.exe --all rbRsp_AngleEstimation.cpp.obj
Disassembly of rbRsp_AngleEstimation.cpp.obj…
Tomas Nilefrost said: Should we try to create an additional forum post
No
Tomas Nilefrost said: can this be tracked through the same JIRA-ticket
Yes. In a part of the entry that you cannot see, I noted this problem probably occurs in compilers other…
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…
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…