Makefile compiling path (-I parameter) in eclipse CDT)

Source: Internet
Author: User

Eclipse CDT automatically creates the corresponding MAKEFILE file when creating a project. However, when you move the project directory to another directory, you cannot directly call the make command to compile the project.

 

Cause:

The compilation path defined in the MAKEFILE file is incorrect. The compiling path (-I parameter) generated by eclipse is an absolute path. Moving the project directory will naturally cause errors similar to header files that cannot be found.

 

Solution:

In eclipse, the-I path in makefile is defined in subdir. mk, and the number of sub-directories under the src directory contains the number of subdir. mk files. Modify the-I path one by one, and then execute the make command to complete the compilation.
We recommend that you use relative paths to ensure that make can be used in any path.

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.