#17143 - teezeCrost - Tue Mar 02, 2004 10:07 am
hey everyone. Just trying to hammer down a few concepts here. I think I'm getting ahead of myself, but can someone give me a brief rundown on what the following mak file snippet does?
also, what is linkscript and crt0.o? (in laymen's terms)
what determines what gets listed with the .o files in the mak file?
Lastly, what are thumb and arm? I probably don't need to worry about them yet, but it'd be nice to know.
Thanks to anyone who can toss me a clue!
_________________
If you think you think outside the box, you're trapped in one.
-teezeCrost
Code: |
# ------------------------------------------- # Define the flags for the compilers; # ------------------------------------------- CFLAGS = -I $(INCDIR2) -I $(INCDIR) -I $(SRCDIR) -mthumb-interwork -c -g -O2 -Wall -fverbose-asm SFLAGS = -I $(INCDIR2) -I $(INCDIR) -mthumb-interwork LDFLAGS = -L $(LIBDIR) -L $(LIBDIR2) -T LinkScript |
also, what is linkscript and crt0.o? (in laymen's terms)
what determines what gets listed with the .o files in the mak file?
Lastly, what are thumb and arm? I probably don't need to worry about them yet, but it'd be nice to know.
Thanks to anyone who can toss me a clue!
_________________
If you think you think outside the box, you're trapped in one.
-teezeCrost