Re: hard to find the correct include files at compile time
Joern Rennecke <[email protected]>
| Newsgroups | gmane.comp.hardware.avr.gcc |
|---|---|
| Message-ID | <CAMqJFCqgcrzLmRzi+hU5-08J8-1m7Ns-=kdgFiW9ScWuM0QXKw@mail.gmail.com> |
On 25 November 2014 at 13:57, Ivaylo Ganchev <[email protected]> wrote: > As a side-note the pgmspace.h includes also <stddef.h>. I am not sure > whether the correct one is charged. To be sure I also make an explicit > statement (#include "/usr/lib/gcc/avr/4.7.2/include/stddef.h"). What is This seems to indicate that you are using an older toolchain, or at least the gcc component you use is older. Current toolchains are based on gcc 5.0 experimental.