The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
Makefile compilation Error -Unable to create executable
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Makefile compilation Error -Unable to create executable
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
08-11-2007
porter
Registered User
Join Date: Jan 2007
Posts: 2,965
A makefile rule is as follows
Code:
output : input...... command to build
Your macro $(PROC_PREFIX) looks wrong as it's not in the rule.
Eg your command says "$(PROC_PREFIX)arther.o" but the rule says "arther.o"
porter
View Public Profile
Find all posts by porter