Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Makefile:10: *** missing separator. Stop
  2.  
  3. CONTIKI_PROJECT = hello-world
  4.  
  5. all: $(CONTIKI_PROJECT)
  6.  
  7. CUSTOM_RULE_LINK=1
  8.  
  9. %.elf: $(TARGET_STARTFILES) %.co $(PROJECT_OBJECTFILES) $(PROJECT_LIBRARIES) contiki-$(TARGET).a $(LDSCRIPT)
  10. $(TRACE_LD)
  11. $(Q)$(LD) $(LDFLAGS) ${filter-out $(LDSCRIPT) %.a,$^} ${filter %.a,$^} $(TARGET_LIBFILES) -o $@ -lm
  12.  
  13. CONTIKI = ../..
  14. include $(CONTIKI)/Makefile.include
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement