[avr-libc-dev] [bug #41435] math library functions in uril/delay.h

2017-07-05 Thread Cameron Tacklind
Follow-up Comment #3, bug #41435 (project avr-libc): My mistake. In trying to fix #36611 for myself, I accidently screwed with my *delay_basic.h* and forgot I had done so. That had the erroneous "A" that was causing my problems. __

[avr-libc-dev] [bug #41435] math library functions in uril/delay.h

2017-07-05 Thread Georg-Johann Lay
Follow-up Comment #2, bug #41435 (project avr-libc): > /* #APP */ > ; 110 "c:\program files (x86)\avr8-gnu-toolchain\avr\include\util\delay_basic.h" 1 > 1: subi r24A,1 > brne 1b > ; 0 "" 2 > /* #NOAPP */ By no means I can see how __STC_HOSTED__ could get you in "A" after "r24". Th

[avr-libc-dev] [bug #41435] math library functions in uril/delay.h

2017-07-04 Thread Cameron Tacklind
Follow-up Comment #1, bug #41435 (project avr-libc): This caused a bunch of confusion for me until I realized that ffreestanding was causing _delay_ms to fail to compile for a ATmega32u4 device. For reference, here are the errors I saw. It took a while to figure out that _STDC_HOSTED_, set by ffr

[avr-libc-dev] [bug #41435] math library functions in uril/delay.h

2014-02-02 Thread Jaakko Kantojärvi
URL: Summary: math library functions in uril/delay.h Project: AVR C Runtime Library Submitted by: raphendyr Submitted on: Sun 02 Feb 2014 04:13:34 PM GMT Category: Header