avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-libc-dev] [patch #3787] Add infrastructure support for AT90PWMx


From: Andrey Pashchenko
Subject: Re: [avr-libc-dev] [patch #3787] Add infrastructure support for AT90PWMx devices
Date: Mon, 21 Mar 2005 00:21:33 +0100

Hello All!

To be able to "make" avr-lib with the patch for AT90PWMx
I have to add the following strings 
from "crt1/Makefile.am"
to "avr4/obj-avr/crt1/Makefile" manually.

crt90pwm2.o: gcrt1.S
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at90pwm2 -c $< -o $@

crt90pwm3.o: gcrt1.S
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at90pwm3 -c $< -o $@


What is missed in the patch?
(https://savannah.nongnu.org/patch/download.php?item_id=3787&item_file_id=4285)
Have I missed something in "configure.in" or somewhere else?

Thanks everyone
Andrey
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]