[Original] The MTK platform "pre-compile mmi_include.h system cannot find the specified path" error Solution

Source: Internet
Author: User
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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.