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.

F28335 code size limit

Other Parts Discussed in Thread: CODECOMPOSER

Hi all,

I am trying to get code to run from flash on a F28335 but I have the following linker errors:

error: output file "./Debug/Prog.out" exceeds code size limit
error: errors encountered during linking; "./Debug/Prog.out" not built

I cannot add other source code,  does anyone have any suggestions and/or solutions?

Thanks,

MdM.


 

 

 

  • MD said:

    I am trying to get code to run from flash on a F28335 but I have the following linker errors:

    error: output file "./Debug/Prog.out" exceeds code size limit
    error: errors encountered during linking; "./Debug/Prog.out" not built

    I cannot add other source code,  does anyone have any suggestions and/or solutions?

    MD,

    It sounds like you are using the free evaluation tools.  If so the output file size is limited to 32k.

    -Lori

  • That should say - output codesize.

    -Lori

  • Lori,

    thanks for your answer, but I'm not using a free evaluation tools. I have Code Composer v3.3 with regular license.

    Thanks.

    Mauro.

     

  • MD said:
    thanks for your answer, but I'm not using a free evaluation tools. I have Code Composer v3.3 with regular license.

    Mauro,

    I'm going to move this to the codegen tools forum so they can comment. 

    Can you post your tools version (codegen tools).  Also please take a look at a .map file generated by the tools.  Does it say anything about "evaluation linker" at the top?

    We did have a case where the limited linker version of codegen 5.2.1 was posted to update advisor.  That has been a while back, however.

    -Lori

  • Lori,

    my codegen tools version is 5.1.0. On a .map file I found the following advice: "  TMS320C2000 Evaluation Linker PC v5.1.0 ". I remember you that my CodeComposer version is correctly licensed (v.3.3.81.28).

    What can I do to obtain the full license for codegen tools?

     

    Thanks,

    Mauro.

     

     

  • I've solved problem updating Code Generation Tool up to version 5.2.6.

    Thanks,

    Mauro