Forum Post: Problem loading symbols via GEL_SymbolAddELFRel in CCS v5.5.0007?
We're in the process of converting all our CCS projects from v4.2 to v5.5 (and moving our CGTools version from v7.0.5 to v7.4.4).One issue I am having is when trying to load dynamically-relocated ELF...
View ArticleForum Post: RE: XDS510USB version B Jtag emulator with CCSv5.2
Hi Dave,[quote]Just wanted to make sure I was using the proper driver.[/quote]Check this link out:Last page of this pdf: http://emulators.spectrumdigital.com/files/XDS510USB_QSG.pdf[quote]Can you give...
View ArticleForum Post: RE: How to install gcc onto CCSv5?
Hi,I guess this wiki article would help you in achieving your goal:http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5Regards,Gautam
View ArticleForum Post: RE: Where is the variable ${CG_TOOL_CL} defined at and creating a...
Gautam, Thanks for the link. I had seen that during my searching, but I must have missed the "Properties -> General" comment. Under CCS v5.5 it is "Properties -> CCS General -> Advanced...
View ArticleForum Post: RE: What are oe66 and obj entries in linker-map?
Hello George,Thanks a lot for your suggestion, I'll give it a try.Just to be curious: Do you know what is actually stored within .oe66 and .obj entries?I first thought those entries are so large...
View ArticleForum Post: RE: Counting Clock Cycles on MSP430F47177 in CCS 5.1 isn't working
I also noticed that with the MSP430G2553. My clock says that it takes a little ove 65,000 clock cycles just to write eight bits to a register. That doesn't sound right to me.I'm using a registered...
View ArticleForum Post: RE: Code Composer Studios V5 install failing
That's great!Good Luck and Regards,Gautam
View ArticleForum Post: RE: Odd linker error
[quote user="Alex E"]I'm getting the following linking error randomly:error #10056: symbol "__mspabi_sllll" redefined: first defined in"<whole-program>"; redefined...
View ArticleForum Post: RE: Problems with creating new libraries on my CCS 5.4.0
Hi Elron,no problem, glad that helped point you in a better direction.All the best with development.Best Regards,LIsa
View ArticleForum Post: RE: CCS 5.5 Gives me error #10099-D "program will not fit into...
The C I/O functions are too big for your device with 512 bytes of RAM. You probably can get away with a sprintf() and a UART implementation. I'll also note you don't have any code to talk to the UART....
View ArticleForum Post: RE: CCS5.5.0: Trouble importing CCS5.x project
Hi Johan,just to give you a bit of an update. I am waiting to see if I can get your project looked at by a development colleague here.Best Regards,LIsa
View ArticleForum Post: RE: Where is the variable ${CG_TOOL_CL} defined at and creating a...
AartiG, Fantastic, the "Show system variables" option shows everything I was looking for. I will take a look at the link for building via the command line.Thanks,Mark
View ArticleForum Post: RE: Good Simpliciti based project stopped working for unknown reason
Hi Lisa,Is there a way to look into a folder of an old project and possibly open a text file that shows the CCS version this project was built with?Within the CCS-> Project->Properties, General...
View ArticleForum Post: RE: C6678: incomplete DWARF section when compiling/linking using...
Sergiu,So we will have a conference call on Monday. We will discuss how to get this one fixed.Wei
View ArticleForum Post: RE: Complex floating point numbers in ccsv5
The C6000 compiler introduces support for complex.h in release 7.4.0. You need to upgrade your compiler. You may as well update to the latest 7.4.x release, which is currently 7.4.6. Please see this...
View ArticleForum Post: RE: 64 bit TI CGT C6000 availability
Enhancement request SDSCM00040287 is for 64-bit tools, but as far as I'm aware, it's not yet on the roadmap.
View ArticleForum Post: RE: MSP GANG DLL - Help is needed urgently
Other threads on this subject:http://e2e.ti.com/support/microcontrollers/msp430/f/166/t/292857.aspxhttp://e2e.ti.com/support/development_tools/compiler/f/343/t/294298.aspx
View ArticleForum Post: RE: What is the OXF (OSSR exception flag) field in the C66 EFR...
Brad,Unfortunately we at the CCS team do not provide the C66x device support, therefore we won't have the most precise answer.Just like you, I checked the documentation on exceptions and the OXF seems...
View ArticleForum Post: RE: Using Hercule Flash for storing
Hi,This is a compiler warning that does not influence the runtime behaviour, therefore what you are experiencing is expected - i.e., the code runs fine.The warning is telling you that the file...
View ArticleForum Post: RE: C28xx: Failed CPU Reset
Stephen,It is possible you are running into the same issue as reported in the thread below:http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/204791.aspxHope this helps,Rafael
View Article