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.

Missing package.bld.xml file

Other Parts Discussed in Thread: TEST2

Trying to build one of the SYS/BIOS example programs but I keep getting the following error message: (Also happens on all of my other project builds)

 java.io.FileNotFoundException: C:\ProjectA\Code\Test\test2\Debug\configPkg\package\package.bld.xml (The system cannot find the file specified) test2 .xdchelp line 22 1320597991375 71

I was able to build this example program earlier without error now I'm getting the above error. Looking at past builds of the sample project I can see the missinig package.bld.xml file that was generated but it is not being generated for new builds. How can I correct the error.

Currently using CCS 4.2.4

 

  • I was able to correct this by re-creating the platform I was using. Apparently somehow the platform files had become corrupted during a previous edit. Although the information on the platform editor looked OK, once a new platform was re-created with the same settings the build ran without errors.

  • Hi Thomas,

    I'm a beginner on the DSP programming world. Right now I'm following the MCSDK User's Guide, specifically, the Big Endian examples. I could succesfully build and run the CLIENT example on the c6670l DSP I have, but when i try to run the HELLO WORLD example, it gives me this on the console.

    **** Clean-only build of configuration Debug for project helloWorld_evmc6670 ****

    C:\ti\ccsv5\utils\bin\gmake -k clean

    DEL /F "configPkg\compiler.opt" "configPkg\linker.cmd" "helloWorld_evmc6670.out"

    El sistema no puede encontrar el archivo especificado.

    gmake: [clean] Error 1 (ignored)

    RMDIR /S/Q  "configPkg\"

    El sistema no puede encontrar el archivo especificado.

    gmake: [clean] Error 2 (ignored)

    DEL /F "helloWorld.pp" "platform_osal.pp" "resourcemgr.pp" "udpHello.pp"

    No se pudo encontrar C:\ti\mcsdk_2_00_05_17\examples\ndk\helloWorld\evmc6670l\Debug\helloWorld.pp

    DEL /F "helloWorld.obj" "platform_osal.obj" "resourcemgr.obj" "udpHello.obj"

    No se pudo encontrar C:\ti\mcsdk_2_00_05_17\examples\ndk\helloWorld\evmc6670l\Debug\helloWorld.obj

    'Finished clean'

    ' '

    **** Build Finished ****

     

    **** Build of configuration Debug for project helloWorld_evmc6670 ****

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

    gmake: Nothing to be done for `all'.

    **** Build Finished ****

     

    Then I try to debug it and of course it doesn't work because the endianess is not being changed (from little to big). I don't have any idea what could be wrong, I followed the exact same steps,

    Regards,

    Andrés

  • Hi Andres,

    I'm a beginner on the DSP programming world too, I think that your problem could be an issue, the steps to resolve this issue are:

    1. Right-click on your proyect "helloWorld_evmc6670"

    2. Click on Properties

    3. In the "General" tab set "Device Endianness" to "big", in addition, click on the "RTSC" tab and desactive and active de NDK, click on Apply and OK,

    Build again and it's done,

    Regards

    Jheison

  • Hi Jheison

    Thanks a lot, because of a really strange reason I dont understand (maybe an expert could solve this for us) it worked. I could successfully build the project and debug it on the EVM I have.

    Regards,

    Andrés