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.

I have some problem somebody cen help me

I'm rebuilding the DVEVM Software for the Target with dvevm_1_10 ,but it's some mistake

make[2]: Leaving directory `/home/xiong/dvevm_1_10/demos_dvs6446/decode_dvs6446'make[1]: *** [decode_dvs6446] Error 2
make[1]: Leaving directory `/home/xiong/dvevm_1_10/demos_dvs6446'
make: *** [demos_dvs6446] Error 2

 I was on Debian4.0

 

 

  • Assuming DM6446 EVM.

    Please note that you must complete all steps in the Getting Started Guide (GSG) before attempting to re-build a particular demo.  In particular, you need to make sure you have rebuild (make, followed by make install) the entire dvevm_1_10 tree; this builds all the libraries that the demos depend on.  If you have not done this, and you try to rebuild an individual demo, the build will fail.

    Also, if you can provide a more complete log (linux commands you are typing, directory path where you are typing these commands...), we maybe able to offer more advice.

    Finally, I should mention that Debian is not one of the supported OSes (listed in the GSG); DVSDK will probably work with Debian, but we do not test it on Debian, hence to avoid any potential head-aches you may want to consider using RHEL 5 as your Linux host OS.

  • Yes, as Juan said, your log is not complete.  I want to suggest you to check whether your path in your "makefile" is right. For example: the path of compilor "v5t-le-gcc" or "xdc" etc.

    If you compile demos directly without any revising in "makefile", you'll get the error log like what you said above.