Gast
#295758
Hallo zusammen, ich habe Probleme mit den Regeln von gnu-make (win2000). Ich moechte folgende Regeln machen: $(OBJPRG)/%.o : $(HWDRVSRC)/%.cpp $(CXX) -c -o "$(OBJPRG)/$(*F).o" $(CFLAGSGEN) $(CFLAGSDBI) $(CFLAGSDBM) "$<" $(OBJPRG)/%.o : $(HWDRVSRC)/%.c $(CXX) -c -o "$(OBJPRG)/$(*F).o" $(CFLAGSGEN) $(CFLAGSDBI) $(CFLAGSDBM) "$<" Das make sagt mir permanent "overriding commands for target" in den Zeilen mit $(CXX)... anfangen. Was oder wie muss ich es machen? Meine Version von Gnu-Make ist "3.80" Kann mir jemand helfen? Danke Alex