Advertisement
Guest User

Untitled

a guest
May 16th, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1.  
  2.  
  3. $(BUILDDIR)/rockbox.elf : $$(OBJ) $(FIRMLIB) $(VOICESPEEXLIB) $(CORE_LIBS) $$(LINKRAM)
  4. $(call PRINTS,LD $(@F))$(CC) $(GCCOPTS) -Os -nostdlib -o $@ -Wl,--start-group\ $(OBJ)
  5. -L$(BUILDDIR)/firmware -lfirmware firmware/asm/ffs.o\ -Wl,--end-group
  6. -L$(RBCODEC_BLD)/codecs $(call a2lnk, $(VOICESPEEXLIB)) \
  7. -L$(BUILDDIR)/lib $(call a2lnk, $(CORE_LIBS)) \
  8. -lgcc $(BOOTBOXLDOPTS) $(GLOBAL_LDOPTS) \
  9. -T$(LINKRAM) -Wl -Map,$(BUILDDIR)/rockbox.map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement