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.

CCS3.3 link issuse

I'm try in to put my obj file to a specific FLASH area by link commd file as

      /* P-Flash   32K   0x0  - 0x7FFF                                                   */
    /*                                                                                    */
    /*   Most of these sections are unused for the ROM build.                             */
    /*------------------------------------------------------------------------------------*/

    .textb     : {boot_main} > BFLASH           /*make boot main in boot flash too   */

However during link stage, CCS3.3 always telle me

error: system error, can't open file 'boot_main.obj' for

                         input: No such file or directory

if I take out .textb in cmd file, then link error will disappear.  Can you please tell me what's happen with my link command file???

 

Regards

Andre