This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello to everybody.
I see on SPRU514D–May 2011 page 134 that in C28x device
you can use intrinsic compiler function.
I try to use _dtoll but the compiler respond "UNRESOLVED SYMBOL".
I'm using 28069 and 6.0.2 TI compiler.
Can someon help me ?
Mauro,
I just tried this myself and confirm that this is not working. I'm going to move this thread to the compiler forum, where the team that writes these tools can better assist you.
Trey
Hi, Mauro
do other intrinsics work?
somehow I suspect that parts of compiler guide were copied form C6000 compiler guide, this intrinsic is not really implemented in C2000 CGT.
Regards, Mitja
This is a documentation error. The C28x compiler book does show _dtoll as an available intrinsic. But such is not the case. I entered SDSCM00042472 in the SDOWP system to have the book updated. Feel free to track it with the SDOWP link in my sig below.
Thanks and regards,
-George
Hi Mauro, Georgem
while TI tools are quite alright, the documentation is not up to the standard to put it mildly. Especially for C2000 code generation tools (CGT). I found it helps to check C6000 CGT manual every now and then, as you might find a description of the feature that is implemented in C2000 CGT, but not documented.
It seems that C2000 CGT and C6000 CGT have common frontend.
Just thought I'd let you know
Regards, Mitja