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!