Forum Post: Building in CCS on Linux results in error creating .bin from .out.
I've been building for the Stellaris/Tiva on Windows7 using CCS.I'm now attempting to build for Stellaris/Tiva on Linux, so that we can "bundle" our Stellaris image with a Sitara Linux image so only...
View ArticleForum Post: RE: CCS programing having error while editing the macro
I took those error from the build console. When I saw such errors, I planned to change the strategy. Now I am editing my code in other way. That is why could not make the snapshot. Still I don't know...
View ArticleForum Post: RE: CCSv6 Beta3 64bit gentoo install problem
The current version of glibc (glibc-2.18-r1) and 32 bit programs with unaligned memory access do not go well together. I have used a work around for now so the 32 bit JVM works without crashing on my...
View ArticleForum Post: RE: Disassembly View question
Sure, that makes sense.Yes, I set -O2 (level 2).Thanks for your answer~-Young
View ArticleForum Post: RE: Compiler Warning #10083-D LOAD placement ignored for...
[quote user="dauletle"]#10083-D LOAD placement ignored for "SIGNATURE_MEMORY": object is uninitialized[/quote]I can explain the proximate cause of this error. I cannot tell you the best way to fix...
View ArticleForum Post: RE: Please help in installing ccs on ubuntu 12.04
Hey Danish,i have attached the file in install_logs.(Please visit the site to view this file)
View ArticleForum Post: RE: xds200 connection issue
Hi,[quote]I selected the TI xds2xx USB emulator in the target configuration, the tried the test connection:[/quote]Did you select, "Alternate Communication" in Target Configuartion as you're using...
View ArticleForum Post: Problem with TI cg_xml global_types_gen
Hi,During the process of generating a global_types file for my C/C++ Project (using the utilities ofd6x.exe + global_types_gen.exe) I have found out an error in the generated file by...
View ArticleForum Post: RE: ELF format with build app_pe64Pe path embedded into binary...
There is another thread similar to this here: http://e2e.ti.com/support/development_tools/compiler/f/343/t/222380.aspxPlease try the objdiff utility as suggested in the last post in that thread to...
View ArticleForum Post: RE: Building in CCS on Linux results in error creating .bin from...
Hi Rafael,Yes, I am still having trouble with the post build steps. The error is:<Linking>Finished building target: Sonoma.out /opt/sonoma/ti/ccsv5/utils/bin/gmake --no-print-directory...
View ArticleForum Post: RE: Stellaris Lauchpad: Errors with Compiler Version 5.1.3, with...
[quote user="AartiG"]The lm4f120h5qr_startup_ccs.c is added when you create a new project through the CCS New Project wizard.[/quote]I found with CCS 5.5 that that the lm4f120h5qr_startup_ccs.c is also...
View ArticleForum Post: RE: SWT error on CCSV4 when click on "build properties"
Hello,You are using a very old version of CCS, which I admit had many issues. I recommend updating your version to at least the latest v4 version (4.2.5). There is a CCSv5 with many more enhancements...
View ArticleForum Post: RE: ccs5 steps to a command line build
Hi Rob,There are utilities you can run from the command to create and build CCS projects. See:http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/CreateExample:> eclipsec –noSplash...
View ArticleForum Post: RE: Headless build is failing
Hi David,Can you provide more details about your project? Does it use SYS/BIOS?Also, there were a few bug fixes made to command-line builds in CCSv5.5 if you are willing to update your CCS version. It...
View ArticleForum Post: RE: Create Watch Window and/or Create/Load GEL file in CCSv5
Hi Ken,[quote user="Ken Johnson"]The Help file in the CCSv5 shows a way to create a GEL file from Tools using CCSv3 examples, but this does not seem possible in CCSv5. [/quote]I'm not sure I understand...
View ArticleForum Post: RE: error connecting to target
Hello,You have provided very little information, making it almost impossible to help you. Could you please provide:-full CCS version number?-what device and board are you using?-what emulator are you...
View ArticleForum Post: RE: Draw graph in realtime CCS
Hi Simon,[quote user="Simon Jagla"]In the graph tool properties (CCS5.5) I can choose a “Sampling rate in Hz”. I thought it would increase the update speed of the values but it does not change...
View ArticleForum Post: RE: CCS v5.5.0 cannot connect XDS100v1 on Experimenter Kit F28335
Debug server logging applies to a debug session. It won't record anything from the "Test Connection" button. Start a debug session and try to connect to the target.Also, I don't see a path specified...
View ArticleForum Post: RE: Need advice on using stl classes list,map,set on OMAP DSP...
I presume you are talking about the TI C6000 compiler.[quote user="Kent Dekome"]there is a problem with exception handling in that it is not thread-safe (back in 2012)[/quote]This is still the case....
View ArticleForum Post: RE: Compiler Warning #10083-D LOAD placement ignored for...
[quote user="Chester Gillon"]the SIGNATURE_MEMORY GROUP is[/quote]None of the lnk_msp430fr5739.cmd files in my installation of CCS 5.5 have a group named SIGNATURE_MEMORY. I agree that the warning can...
View Article