This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

arm-elf-as dependency generation


I'm trying to work out a makefile structure that utilizes the concepts found at http://make.paulandlesley.org/autodep.html. So far, everything is working great, except that the dependency generation is whacked for .S files when using arm-elf-gcc and passing the options through to arm-elf-as, and using arm-elf-as is a pain because it doesn't like our cpp-style comments.

$ arm-elf-gcc -c -nostartfiles -Wa,-MD,crt0.d crt0.S -o crt0.o
$ cat crt0.d
crt0.o: <command\ line> <built-in> crt0.S \
 /cygdrive/c/DOCUME~1/bks/LOCALS~1/Temp/cckg0JqA.s
$ arm-elf-as -MD crt0.d crt0.S -o crt0.o
$ cat crt0.d
crt0.o: crt0.S

Any ideas here, or should I just buck up and de-cpp my assembly files?

--
Bryce Schober
Design Engineer
Dynon Avionics, Inc.
www.dynonavionics.com

---
[This E-mail scanned for viruses by digiposs.com]


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]