Error analysis of receive comments before first target. Stop
Today, make an example of using the make file, install the operation and write the file. This error occurred using ‘make – F makefile1’.
recipe commences before first target. Stop
The content of makefile1 is also very simple
[tab]3.o: 3.c b.h c.h
[tab][tab]gcc -c 3.c
Later, it was found that the [tab] in the first line needed to be deleted, and the command passed.
3.o: 3.c b.h c.h
[tab][tab]gcc -c 3.c
There is a very regrettable syntax phenomenon in makefile: there is a difference between control and tab. The line of the rule must start with a tab, not a space.
Read More:
- Error report of xv6 operating system make Makefile:192 : * * solutions to receive comments before first target. Stop
- Recipe for target’Project 1.exe’ failed Cause analysis and solution
- Redirecting to /bin/systemctl stop firewalled.service Failed to stop firewalled.service: Unit firewa
- Python learning notes (5) — cross entropy error runtimeerror: 1D target tensor expected, multi target not supported
- Wrong classification of Python — assertion cur_ Target is greater than or equal to 0 and cur_ Target is less than n_ classes failed
- Solution: error in the RPC receive loop
- Solve the error: gpg: keyserver receive failed: No dirmngr
- Redirecting to /bin/systemctl stop mysqld.service
- Sklearn ValueError: empty vocabulary; perhaps the documents only contain stop words
- Unity learning — stop coroutine
- C#: Analysis of the difference between write() and writeline()
- MacOS: How to start or stop Docker
- An undetermined call to function ‘shell’: missing ‘. Stop. Problem encountered when using shell command in makefile
- Removing stop words —— Python Data Science CookBook
- Create xxx.vue file with vscode, add comments and report error
- How to receive localdatetime type in background
- Stop: job failed while stopping
- Ubuntu 20.04 GPG: KeyServer receive failed: connection timed out when installing ROS configuration key
- New fields in hive table and modification of field comments
- The back end cannot receive the parameters passed by the front end