RE: [avr-gcc-list] A couple GCC warnings I would like to understand / get rid of...

2009-01-22 Thread larry barello
the compiler is complaining because you have an extra or a missing const in your structure definitions. There is a mismatch between your flash declaration and the type of pointer within your struct. Probably adding a const keyword to the pointer within your struct and removing the const in your

Re: [avr-gcc-list] Using __tmp_reg__ etc in assembly file

2009-01-22 Thread Colin Wall
- Message from Georg-Johann Lay a...@gjlay.de on Thu, 22 Jan 2009 00:06:15 +0100 - To: Colin Wall col...@pec.co.nz cc: avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] Using __tmp_reg__ etc in assembly file Colin Wall schrieb: Hi List, I must be missing

[avr-gcc-list] Meshnetics module question

2009-01-22 Thread Hugo Solis
Hi, Atmel just released a new version of the OpenMac Stack. I want to program a Meshnetics module and since I failed trying to compile the Meshnetics distribution -that by the way has not been updated for a long time- I think it could be better to try the new atmel distribution. I would