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.

Problem Migrating to CC5 from 3v3

Hello Every one

We are shifting from CC3v3 to 5, but as we compile our project it is giving following Linking Error on CC5 ( it compiles perfectly on CC3v3 )

>>   error: memory types BOOTROM and //IQTABLES on page 0 overlap
>> warning: can't find a memory area named 'FPUTABLES' on page 0 for allocation
            of '//FPUmathTables'
>>   error: can't find any memory areas for allocation of '//FPUmathTables'
>>   error: can't allocate '//FPUmathTables' into 'FPUTABLES' (page 0)
>>   error: errors in input -

 

 

Kindly help.

  • Hi,

    did you use menu "Project->Import existing CCSv3 project" when shifting to v5?

    Regards,

    Igor

  • Take a close look at the CCS build console to see if there are any errors before these.

    Usman Rahim said:
    >>   error: memory types BOOTROM and //IQTABLES on page 0 overlap

    Check your linker command files to ensure that memory ranges do not overlap.

    Usman Rahim said:
    >> warning: can't find a memory area named 'FPUTABLES' on page 0 for allocation
                of '//FPUmathTables'

    Do you have a memory range named FPUTABLES defined in your linker command file using the MEMORY directive?