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.

Running another examples created several errors

Other Parts Discussed in Thread: CONTROLSUITE

Below are all the errors I got running another example program. I closed the cpu timer program (deleted it from the projects window).

I tried running the flash program in order to see an example that actually shows the program is running by seeing the flashing LED but I got the errors below...help resolve.

 

 

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 75: error:

library "libc.a"

RAML0 memory range overlaps existing memory range RAML0L1

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 76: error:

RAML1 memory range overlaps existing memory range RAML0L1

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 86: error:

BEGIN memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 89: error:

IQTABLES memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 89: error:

IQTABLES memory range overlaps existing memory range IQTABLES

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 90: error:

IQTABLES2 memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 90: error:

IQTABLES2 memory range overlaps existing memory range IQTABLES2

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 91: error:

IQTABLES3 memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 91: error:

IQTABLES3 memory range overlaps existing memory range IQTABLES3

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 93: error:

ROM memory range overlaps existing memory range BOOTROM

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 94: error:

RESET memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 94: error:

RESET memory range overlaps existing memory range RESET

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 100: error:

BOOT_RSVD memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 100: error:

BOOT_RSVD memory range overlaps existing memory range BOOT_RSVD

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 102: error:

RAMM1 memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 102: error:

RAMM1 memory range overlaps existing memory range RAMM1

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 103: error:

RAML2 memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 103: error:

RAML2 memory range overlaps existing memory range RAML2

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 104: error:

RAML3 memory range has already been specified

"C:/TI/controlSUITE/device_support/f2803x/v121/DSP2803x_common/cmd/F28035.cmd", line 104: error:

RAML3 memory range overlaps existing memory range RAML3

warning: entry-point symbol other than "_c_int00" specified: "code_start"

error: errors encountered during linking; "Example_28035_Flash.out" not built

>> Compilation failure

gmake: *** [Example_28035_Flash.out] Error 1

gmake: Target `all' not remade because of errors.

Build complete for project Example_28035_Flash

  • Hello,

    there is likely one of two causes

    - the import settings.  Did you select "copy project into workspace"?

    - the code generation tool version, as the message you posted from your previous post.

    Please try a fresh workspace and check the import settings. 

    As as second item you can download and install into CCS v5.2.7 of the code generation tools.  These can be downloaded here

    http://processors.wiki.ti.com/index.php/Compiler_Releases

    and installed by Window->Preferences->Code Composer Studio->Build->Compilers.

    You can select add and follow the instructions pointing CCS to the new version to add to it's list.   You will likely need to click apply and restart CCS.   After doing this I would import the projects into a fresh workspace as the same code generation tool versions will now be there.

    Please keep us informed.

    Best Regards,

    Lisa

  • Hello,

    I just wanted to check whether the tips were helpful and if there is any update to your enquiry.

    Best Regards,
    Lisa

  • Lisa,

    Yes, I have ccs 5 now and there was no problem debugging.

    Thanks.

  • Ok, very glad to hear and thanks for the update.

    All the best with development.

    Best Regards,
    Lisa