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

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

Re: [avr-libc-dev] [bugs #10329] crtm168.o is not being built


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] [bugs #10329] crtm168.o is not being built
Date: Thu, 7 Oct 2004 10:09:52 -0700 (PDT)

On Thu, 7 Oct 2004, Keith Gudger wrote:

> Ted:
>
> I ran it in the same directory.  I did have --prefix set to /usr/avr,
> which caused the new library to be in /usr/avr/avr, which I had to fix.
> Maybe I did it then?  Thanks.

You need to create a subdir and run configure from there. For example,
this is how I always do it:

  $ mkdir obj-avr
  $ cd obj-avr
  $ ../configure --prefix=$HOME/local/avr

Also, have a look at the doconf script which you can run like this:

  $ ./doconf --prefix=<choose-yer-poison>

>
> Keith
>
> On Thu, 7 Oct 2004, Theodore A. Roth wrote:
>
> > On Thu, 7 Oct 2004, Keith Gudger wrote:
> >
> > > Ted & Eric:
> > >
> > > I followed this thread because of a problem I found with avr-libc-1.0.4.
> > > Hopefully you can tell me I'm all wet, but here's what happened:
> > >
> > > I got the avr-libc-1.0.4 tar, and built it.  Afterwords, the avr3, avr4,
> > > and avr5 directories were no longer in my /usr/avr/lib directory, meaning
> > > all of those devices were no longer supported.  My version of avr-gcc is:
> > >
> > > avr-gcc (GCC) 3.3 20030428 (prerelease), which with binutils 2.13 should
> > > be OK, no?  Thanks.
> > >
> > > I checked config.log, and nothing unusual is in it.
> >
> > I've seen this happen before.
> >
> > How are you running configure? I vaguely recall having problems if you
> > try to run it from the same directory as configure.in.
> >
> > ---
> > Ted Roth
> > PGP Key ID: 0x18F846E9
> > Jabber ID: address@hidden
> >
>
>
>

---
Ted Roth
PGP Key ID: 0x18F846E9
Jabber ID: address@hidden




reply via email to

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