This problem occurs when you compile the MTK platform: Pre - Compile mmi_include . H
The specified path cannot be found.
Make : *** [Startbuildlibs] Error 1
Find the error file gsm2.mak. The error should be found belowCodePart: @ $ (CC) $ (VIA) make\~Mmi_include_incdef.TMP-E $ (MD) Tools\Pre_mmi_include.C1>Nul
If the path cannot be found, check the definition of CC, via, and MD and the option under the make directory of the environment. mak. If the compiler is ads1.2, The dir_arm definition in CC is as follows: Ifeq ($ (Strip $ (compiler )) , ADS)
Dir_arm = C :\ Progra ~ 1 \ Arm \ Adsv1_2
Dir_arm : = $ (Strip $ (dir_arm ))
Dir_tool = $ (Dir_arm) \ Bin
Dir_armlib = $ (Dir_arm) \ Lib
Dir_arminc = $ (Dir_arm) \ Include
Endif
Obviously, the problem should be solved here, because ADS has been installed in the previous Qualcomm environment, but the path is not c: \ Program Files \ Arm \ adsv1_2, change the path to the current ads directory.