Compile assembly code with makefile

Source: Internet
Author: User

These errors are some suggestions you have encountered.

First: *. ASM is up-todate

There are two reasons for this error.

The first reason is that you have already generated an OBJ file, so you will be prompted *. ASM is up-to-date. You only need to delete the newly generated files.

Now

The second reason is that your command is incorrect. Your command is accidentally typed into nmake *. ASM but does not need *. ASM.

So the solution here is to change the command to nmake. Because the makefile contains a file name, he will find it by himself.

 

 

The second error occurs when you forget to run the batch file var. bat when you run cmd. "nmake is not an internal or external command, or a program or batch file that can be run"

 

There are also some problems that some errors may occasionally occur during makefile writing, so we recommend that you put the name of the file to be compiled in the makefile that has been successfully compiled.

You can modify it to save time.

Compile assembly code with makefile

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.