Forum Post: RE: CCS Version: 5.3.0.00090, guicomposer V1 does not complete...
I'd like to offer the following to this thread as it appears related. I recently had a very similiar issue with Gui Composer not starting in CCv5. After checking my network, disabling the firewall,...
View ArticleForum Post: RE: Are there macros for infinity and not a number?
There are no predefined macros for those values in that version of the compiler. The C99 standard provides the macros NAN and INFINITY in math.h, but the TI compiler does not yet support that C99...
View ArticleForum Post: RE: CCSv5.4.0.00091 - java.lang.NullPointerException
Hello,I also got some logs when running from command line, hope this is helpful. This time the projects have been created from scratch in CCSv5.4.org.eclipse.core.internal.resources.ResourceException:...
View ArticleForum Post: RE: Semaphores issue
[quote user="kuolun tu"]If I wanna use semaphore, use SYS/BIOS is the better solution?[/quote]SYS/BIOS is the most common solution. I'm still not sure what solution you are comparing against, so I...
View ArticleForum Post: RE: strcasecmp -- function declared implicitly
The compiler RTS does not include the function strcasecmp. A future release will include it. The relevant header file will be <strings.h> . Note this is a different header file from the...
View ArticleForum Post: RE: CCSv5 Problem with TimeStamps
FYI - this issue has now been fixed for the upcoming CCS v5.5.0 - SDSCM00047508 File "modified time" is set to 0L for copied files at project import in some cases.Thanks,- Baltasar
View ArticleForum Post: RE: CCSv5 Corrupts imported project file's timestamp
FYI - this issue has now been fixed for the upcoming CCS v5.5.0 - SDSCM00047508 File "modified time" is set to 0L for copied files at project import in some cases.Thanks,- Baltasar
View ArticleForum Post: RE: Update generates - Invalid Install
Hi Thomas,no, I would simply clear the installation(s) and the install logs in that installjammer registry directory. And then try making sure antivirus is disabled and making sure to use the full...
View ArticleForum Post: RE: Cannot run OpenMp Hello World Example using C6678 Device...
Hello,Thanks for your suggestion. I tried enabling global break points on the group of 4 cores, but the problem still persists. All four cores appear to be running, however, whenever I pause any of the...
View ArticleForum Post: RE: CCSV5.4 installation and running problems
The next update should be available in the September timeframe.
View ArticleForum Post: RE: plot the result of FFT example
Hi Wendy,ok, great. Glad to hear you have the plotting working and thanks for the update.All the best with development.Best Regards,Lisa
View ArticleForum Post: RE: Issue with accessing bit fields bytewise on C2000
Hello George,That's not what I wanted to here. What line of TI processors have this issue?Thanks,Stephen
View ArticleForum Post: RE: Very inefficient code generation: FUNC_ALWAYS_INLINE pragma...
Yes, the calling convention differs between C674x and C66x. For C66x EABI, small structs (64 bits or less) passed (or returned) by value are actually passed (or returned) by value, not as a pointer....
View ArticleForum Post: RE: CCS v5.4.0.00091 error when importing example...
AartiG, thanks for the help! I reinstalled as you suggested, and I don't see the XDIAS errors.I later ran the "Check For Updates" function, and it allowed me to get the updates for Spectrum Digital...
View ArticleForum Post: RE: Code Composer error message "Error loading FTCJTAG.dll" at...
Hi,Reinstalling the CCS software might work properly.Best Regards,- Anand
View ArticleForum Post: RE: Regarding orcad capture footprint and symbol..
Hi Nikhil,Thanks for your help i found it so much helpfull in my design.Regards,Dhvanish Parekh
View ArticleForum Post: RE: Optimization problem
This is the part which is causing problems: Alg_Calculations_initialize(); Alg_Calculations_step(); // something goes wrong here while (1) { MSGQ_get(...); // wait for a message from arm...
View ArticleForum Post: _exit in a Semi-hosted application
Hi Champs,I am building an application for A8 target using GCC tools and am using semi-hosting in this application. Everything works well except the _exit() function. _exit() internally calls _kill()...
View ArticleForum Post: RE: WEBENCH Interface Bug
Hi,Thank you for using WEBENCH®. I was able to replicate the issue you see. We will take a look at it. Regards,LaRitaWEBENCH® Applications Team
View ArticleForum Post: RE: CCS5 New Project Errors - Look like hardware faults?
At what step are the errors associated with the "#10008-D cannot find file" associated with? Based on the labels reported, this seems like a linker error. The reason I say this is due to the CSM_PWL,...
View Article