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

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

Re: [avr-libc-dev] How attached are people to the implementation of rand


From: Joerg Wunsch
Subject: Re: [avr-libc-dev] How attached are people to the implementation of rand()/random()?
Date: Wed, 7 Dec 2016 16:54:51 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

As George Spelvin wrote:

> Simulate: regression/bug-22828.c atmega128 ... /tmp/cciW6XcS.o: In function 
> `main':
> ~/avr/avr-libc/avr-libc/tests/simulate/regression/bug-22828.c:50: undefined 
> reference to `eeprom_write_block'
> ~/avr/avr-libc/avr-libc/tests/simulate/regression/bug-22828.c:52: undefined 
> reference to `eeprom_read_block'

That's quite strange, they are supposed to be there 
(from assembly sources).

> Simulate: regression/bug-27242.c atmega128 ... *** simulate failed: 8
> Simulate: regression/bug-27242.c at90s8515 ... *** simulate failed: 8

Saw this yesterday, will have to investigate.

> Simulate: stdlib/dtostrf-01.c atmega128 ... In file included from 
> stdlib/dtostrf-01.c:36:0:
> stdlib/dtostrf.h: In function 'run_dtostrf':
> stdlib/dtostrf.h:99:8: warning: assignment discards 'const' qualifier from 
> pointer target type [-Wdiscarded-array-qualifiers]
>      pv = & pt->pattern;
>         ^

I already fixed those last night, please do "svn up".

-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

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