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.

Build .out file failed, but no error information.

Other Parts Discussed in Thread: SYSBIOS

I am trying to build the project am335x_sysbios_ink_sdk_1.0.0.8\sdk\examples\uartecho with CCS 5.3.

the out file not generated, and no imformation about the errors. here is console output:

 

**** Build of configuration Debug for project uartecho ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake\\gmake" -k all

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

**** Build Finished ****

 

Can anyone tell me how does this happen ?

Thanks

  • Hi Room,

    could you please post the full console output and from the problems view as well.   As you suspect, you are not getting a .out file since there were errors in the build.  However the error could stem from many different types of issus and we would require more details.

    Best Regards,
    Lisa

  • Thanks for Response

    Here is my project view

    The RTSC version:

    The compiler version and device:

    When I rebuild the uartecho project, This is the whole information I get from console:

    **** Clean-only build of configuration Debug for project uartecho ****
     
    "C:\\ti\\ccsv5\\utils\\bin\\gmake" -k clean  
    DEL /F  "configPkg\compiler.opt" "configPkg\linker.cmd"  "uartecho.out"
    System can not find the file specified.
    gmake: [clean] Error 1 (ignored)
    RMDIR /S/Q  "configPkg\"  
    System can not find the file specified. 
    gmake: [clean] Error 2 (ignored)
    DEL /F "uart_echo.pp"  
    Can not find C:\ti\am335x_sysbios_ind_sdk_1.0.0.8\sdk\examples\uartecho\Debug\uart_echo.pp
    DEL /F "uart_echo.obj"  
    Can not find C:\ti\am335x_sysbios_ind_sdk_1.0.0.8\sdk\examples\uartecho\Debug\uart_echo.obj
    'Finished clean'
    ' '
     
    **** Build Finished ****
     
    **** Build of configuration Debug for project uartecho ****
     
    "C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all  
    gmake: Target `all' not remade because of errors.
     
    **** Build Finished ****

    But when I build the other example project "i2c_led", it works well, and I can debug it.

  • Hi,

    did you move this project or manually try removing files?  It seems to me like this might either be a permissions/antivirus issure or possibly the projec was moved.  What might be different in this case compared to your working case/example?

    Best Regards,
    Lisa

  • I found what I missed, I didn't perform this step:

    • Expand the Project directory and double click *.cfg file. This will build the RTSC configuration.

    my problem solved, thank you!

  • Hi,

    great, very happy to hear.  Thanks for the update and all the best with development.

    Best Regards,
    Lisa