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.

CCS/TMS320DM6446: Code Composer Studio™ forum

Part Number: TMS320DM6446

Tool/software: Code Composer Studio

Hi ..

       I am facing the following Error while building the GPIO driver.and I tried  to resolve with the solution which is provided by the ti forum I attached the link which I tried but I am unable to resolve the error.Please let me is there any other way to resolve the the following issue.

Error :-

gmake[1]: *** [Gpio_done.out] Error 1
gmake: *** [all] Error 2
#24044-D Unmatched --end-group option (missing --start-group).

Link which I followed :- https://e2e.ti.com/support/tools/ccs/f/81/t/890683 .

Thanks in advances ..

Regard

Anurag 

 

 

 

  • Hi Anurag,

    Did you indeed disable the --end-group option? If so, please provide the three .*project files in your project folder.

    Thanks

    ki

  • Hi ki

         Thanks for your responses. after  disable the --end-group option I got the following error.

    unresolved symbol DAVINCIEVM_init, first referenced in ./main.obj Uart C/C++ Problem
    unresolved symbol CSL_uartOpen, first referenced in ./davincievm_uart.obj Uart C/C++ Problem
    unresolved symbol CSL_uartInit, first referenced in ./davincievm_uart.obj Uart C/C++ Problem
    unresolved symbol CSL_uartHwSetup, first referenced in ./davincievm_uart.obj Uart C/C++ Problem
    unresolved symbol CSL_uartHwControl, first referenced in ./davincievm_uart.obj Uart C/C++ Problem
    unresolved symbol CSL_uartClose, first referenced in ./davincievm_uart.obj Uart C/C++ Problem
    gmake[1]: *** [Uart.out] Error 1 Uart C/C++ Problem
    gmake: *** [all] Error 2 Uart C/C++ Problem
    <a href="file:/home/zumi/ti/ccs1010/ccs/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain Uart C/C++ Problem
    #10010 errors encountered during linking; "Uart.out" not built Uart C/C++ Problem


    will you please tell me the file name from the project folder because there are so many files.

    Thanks 

    Anurag

     

  • Anurag Gupta1 said:
    will you please tell me the file name from the project folder because there are so many files.

    I don't need those anymore. Your new errors are common linker errors. Please see the below link for an explanation on the error and how to resolve it:

    http://software-dl.ti.com/ccs/esd/documents/sdto_ccs_build-errors.html#error-10234-d-unresolved-symbols-remain

    Thanks

    ki