[avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Mark J Elkins
Recently got the STK500 starter kit (comes with ATMEGA8515L [inserted] and ATMEGA16)... The ATMEL STK500 demo program runs fine. I'm trying my best to follow the Demo Projects from http://www.sax.de/~joerg/avr-libc-user-manual/group__demo__project.html I'm running Gentoo - and have emerged the

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Joerg Wunsch
As Henrik Brix Andersen wrote: The avr-libc-1.4.1/doc/examples/ directory is not included in avr-libc-user-manual-1.4.1.tar.bz2, it seems - this is why those files are not installed under Gentoo Linux. Is this intended from upstream - or is it a mistake? Sorry for not sending out a warning

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Eric Weddington
Joerg Wunsch wrote: The demos are now installed for the first time as part of the normal make install process, regardless of whether you are building docs or not. Hi Joerg, [Sorry to hear you're not feeling well.] I'm not having success in seeing the demos in the installation diretory

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Henrik Brix Andersen
On Fri, Dec 30, 2005 at 09:45:25PM +0100, Joerg Wunsch wrote: Well, avr-libc 1.4.1 isn't even 24 hours old by the time of this writing. ;-) I'm impressed the package maintainers already followed up with updated packages that quickly. Congratulations! Thanks, I try to get the releases into

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Henrik Brix Andersen
On Fri, Dec 30, 2005 at 01:55:40PM -0700, Eric Weddington wrote: I'm not having success in seeing the demos in the installation diretory after make install. Me neither - `make install` in avr-libc-1.4.1 does not install the examples here. I'll investigate this further tomorrow... Regards,

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Joerg Wunsch
As Henrik Brix Andersen wrote: I'm not having success in seeing the demos in the installation diretory after make install. Me neither - `make install` in avr-libc-1.4.1 does not install the examples here. I'll investigate this further tomorrow... Sorry for that, that would be a bug. I

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Eric Weddington
Henrik Brix Andersen wrote: On Fri, Dec 30, 2005 at 01:55:40PM -0700, Eric Weddington wrote: I'm not having success in seeing the demos in the installation diretory after make install. Me neither - `make install` in avr-libc-1.4.1 does not install the examples here. I'll investigate this

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Eric Weddington
Eric Weddington wrote: It looks as if make install does not even descend into the /doc subdirectory. So it never descends into /doc/examples either. And this is with --disable-doc. I'm attempting a workaround Ok, one workaround is to configure with --enable-doc then do: make -k all

Re: [avr-libc-dev] Newbie: Help walking through the demos

2005-12-30 Thread Eric Weddington
Eric Weddington wrote: Eric Weddington wrote: It looks as if make install does not even descend into the /doc subdirectory. So it never descends into /doc/examples either. And this is with --disable-doc. I'm attempting a workaround Ok, one workaround is to configure with