• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » TI C/C++ Compiler » TI C/C++ Compiler - Forum » JPEGDEC on C6678LE linker 'serious' problem
Share
TI C/C++ Compiler
  • Forum
Options
  • Subscribe via RSS

JPEGDEC on C6678LE linker 'serious' problem

JPEGDEC on C6678LE linker 'serious' problem

This question is answered
weber de souza calixto
Posted by weber de souza calixto
on Apr 16 2012 10:03 AM
Expert1070 points

Hi,

I've followed the steps to import the adapted project, that the user Gurnani posted as solution on http://e2e.ti.com/support/embedded/multimedia_software_codecs/f/356/t/166075.aspx.

There is no variable errors and such. The build steps complete without errors, just a few warnings.

However, the linker crashes, and I can't figure out why. I'm using CCS 5.1.1.00031

Can someone please help. The error output itself says to ask for support, and that this is a 'serious problem'.

There is the linker output error:

'Building target: TestAppDecoder.out'
'Invoking: C6000 Linker'
"C:/CCs_v5/ccsv5/tools/compiler/c6000/bin/cl6x" -mv6600 -g --define="XDM1" --diag_warning=225 --gen_func_subsections=on --no_bad_aliases --abi=eabi --auto_inline=256 --output_all_syms --strip_coff_underscore -z -m"TestAppDecoder.map" --warn_sections -i"C:/CCs_v5/ccsv5/tools/compiler/c6000/lib" -i"C:/CCs_v5/ccsv5/tools/compiler/c6000/include" -i"C:/multicore/TestAppDecoder" -i"C:/multicore/TestAppDecoder/../../../Build" -i"C:/CCSTUD~1.3/C6000/csl/lib" -i"C:/multicore/TestAppDecoder/../../../../Lib" -i"C:/Program Files (x86)/Texas Instruments/bios_6_33_02_31/packages/ti/bios/lib" --reread_libs --rom_model -o "TestAppDecoder.out" -l"./configPkg/linker.cmd" "./tsc_h.obj" "./ijpegdec.obj" "./alg_malloc.obj" "./alg_create.obj" "./TestAppDecoder.obj" "./TestAppConfigParser.obj" -l"C:\Program Files (x86)\Texas Instruments\C66x_jpegdec_03_01_00_01_ELF\packages\ti\sdo\codecs\jpegdec\lib\jpegdec_ti.le66" -l"libc.a" "../JPEGDecApp.cmd"
<Linking>

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
user_msg_api.c:211:internal fatal error #99926: (ofile_error_handler():
TestAppDecoder.out: illegal operation: writing 0x1fffffbc bytes to offset
0x0 in section ".text:JPEGIDEC_TI_cSect" exceeds its formatted size
(0x227a0))

INTERNAL ERROR: C:\CCs_v5\ccsv5\tools\compiler\c6000\bin\lnk6x.exe aborted


This is a serious problem. Please contact Customer
Support with this message and a copy of the input file
and help us to continue to make the tools more robust.

Thanks,

Weber

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • AartiG
    Posted by AartiG
    on Apr 16 2012 11:10 AM
    Guru69085 points

    Weber,

    Which version of the compiler tools are you using? You can check by going into Help->About Code Composer Studio, click on Installation Details, and look for the version of C6000 Compiler Tools.

    The version of linker you are using is having a problem building that application and is terminating abnormally. You could try a newer version of the tools to see if it resolves the issue. C6000 compiler tools are available for download here, so you can download the latest version, install it in any folder, and then have CCS detect and use this version by following the steps here.


    If a post answers your question please mark it with the "Verify Answer" button

    Search the wikis for common questions: CGT, BIOS,  CCSv3, CCSv4
    Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • weber de souza calixto
    Posted by weber de souza calixto
    on Apr 18 2012 06:03 AM
    Expert1070 points

    Now that you mentioned it, I've found some unusual warnings:

    Invalid project path: Duplicate path entries found (/TestAppDecoder [Include path] isSystemInclude:true includePath:C:/Program Files (x86)/Texas Instruments/xdctools_3_23_01_43/packages), path: [/TestAppDecoder].	TestAppDecoder		pathentry	Path Entry Problem
    Profile Deprecation Warning ti.sysbios.BIOS: The 'whole_program' build profile will not be supported in future releases of SYS/BIOS. Use 'release' or 'debug' profiles together with the 'BIOS.libType' configuration parameter to specify your preferred library. See the compatibility section of your SYS/BIOS release notes for more information. .xdchelp /TestAppDecoder 446 C/C++ Problem
    RTSC product 'Inter-processor Communication' v1.22.4.25 (or equivalent) is not currently installed. A compatible version 1.24.2.27 has been used. Please install a product of equivalent version, or enable one of the supported versions of this product. TestAppDecoder TestAppDecoder TI Problem Marker
    RTSC product 'SYS/BIOS' v6.31.0.18 (or equivalent) is not currently installed. A compatible version 6.33.2.31 has been used. Please install a product of equivalent version, or enable one of the supported versions of this product. TestAppDecoder TestAppDecoder TI Problem Marker
    This project was created using a version of compiler that is not currently installed: 7.2.2 [C6000]. Another version of the compiler will be used during build: 7.3.1. Please install the compiler of the required version, or migrate the project to one of the available compiler versions. TestAppDecoder properties TI Problem Marker
    This project was created using a version of XDCtools that is not currently installed: 3.20.8.88. Please install the XDCtools of this version, or migrate the project to one of the supported versions. TestAppDecoder TestAppDecoder TI Problem Marker
    
    
    I will try to fix this warnings, ant let you know about the results.
    
    
    Weber
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • weber de souza calixto
    Posted by weber de souza calixto
    on Apr 18 2012 08:16 AM
    Expert1070 points

       Hi,

     I'm not working with the adapted version of jpeglib demo project anymore. Now I'm working with the default demo project that comes with the library.

      I've downloaded the original libraries, as much as I could find, also the requested compiler version (7.2.2).

       Now I have only 2 warnings:

    Invalid project path: Duplicate path entries found (/TestAppDecoder [Include path] isSystemInclude:true includePath:C:/Program Files (x86)/Texas Instruments/xdctools_3_20_08_88/packages), path: [/TestAppDecoder].	TestAppDecoder		pathentry	Path Entry Problem

    However, now I have this error:
    
    
    Description	Resource	Path	Location	Type
    ti.sysbios.BIOS: no property named 'libType'
    It refers to the following piece of code on Build.xs (C:\Program Files (x86)\Texas Instruments\ipc_1_24_02_27\packages\ti\sdo\ipc).
     *  ======== Build.xs ========
    *
    */

    var BIOS = null;
    var Build = null;

    /*
    * ======== module$use ========
    */
    function module$use()
    {
    BIOS = xdc.module("ti.sysbios.BIOS");
    Build = this;

    /* inform getLibs() about location of library */
    switch (BIOS.libType) {
    case BIOS.LibType_Instrumented:
    code continues...
    I think that is because I'm running a newer version of IPC (1.24.2.27) instead of 1.22.4.25. However, I couldn't find a link to download the right version. Can you please share this link?
    My current RTSC configuration for this project is, with XDCtools 3.20.8.88:

    Can anyone from texas instruments please help? I'm struggling to make this damned demo project work.
    Iit should be a demo, not a compatibility nightmare.
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • weber de souza calixto
    Posted by weber de souza calixto
    on Apr 18 2012 08:53 AM
    Verified Answer
    Verified by AartiG
    Expert1070 points

    I've solved the last problem.

    It was caused by the newer ipc version. Just using a older onde, solved it.

    Now the project compiles and link without  problems.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • AartiG
    Posted by AartiG
    on Apr 18 2012 09:34 AM
    Guru69085 points

    Thanks for the update and glad to hear that you were able to resolve the problems and get a successful build.


    If a post answers your question please mark it with the "Verify Answer" button

    Search the wikis for common questions: CGT, BIOS,  CCSv3, CCSv4
    Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use