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.

dmai 2.10 build error

Hello everybody,

 

I have a problem with building the DMAI 2.10.00.06 applications for the DM365. I installed the DMAI with the DVSDK 3.10.00.12, so for the software build, "make" should use the top-level Rules.make in the DVSDK directory. With "make check", all software components seemed to be installed properly. But if I use "make dmai", a build error occurs, when compiling the Resize.c file in the <dmai-dir>/packages/ti/sdo/dmai/linux/dm365 directory. I opened the file and I found a preprocessor #ifdef...#endif for CONFIG_DM365_IPIPE, which has not been defined yet. I insert a "#define CONFIG_DM365_IPIPE" in that file and the build works, but then stops some steps later. I'm not sure, if I really have to change the Resize.c file and if I have used the "make" utility correct.

 

Does anybody have an idea, why the build failed?

 

Thank you for your answers!

  • Hello,

    You must have build the Linux kernel before you build DMAI, the failure you see is because DMAI tries to read your kernel configuration which doesn't exist unless you've configured and built the Linux kernel.

    Regards, Niclas