[avr-gcc-list] Potential bug with large array of uint16_t in Flash with ATMega128 and avr-gcc 3.4.3

2006-01-02 Thread Markus Rudolf
I have trouble with following code on a ATmega128. -- tux.c --- #include avr/io.h #include inttypes.h #include avr/pgmspace.h const uint16_t tuxlogo[176*132] PROGMEM = { 0x4352, 0x4351, ... }; -- /tux.c -- It gives me the following error message:

[avr-gcc-list] Cygwin NTFS hard links?

2006-01-02 Thread Mike Young
Maybe not the best place to ask this, but... My periodic root-kit scan flags two files that I know are very likely hard linked via Cygwin as file system discrepancies. I'm not concerned; just curious as to how it's done. Actually, come to think of it, Cygwin itself must implement a filesystem

Re: [avr-gcc-list] Cygwin NTFS hard links?

2006-01-02 Thread Daniel O'Connor
On Tue, 3 Jan 2006 12:40, Mike Young wrote: Maybe not the best place to ask this, but... My periodic root-kit scan flags two files that I know are very likely hard linked via Cygwin as file system discrepancies. I'm not concerned; just curious as to how it's done. Actually, come to think of