Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Trying to install Atmel AVR32 Studio + Toolchain
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
mspiegle
Tux's lil' helper
Tux's lil' helper


Joined: 07 Apr 2004
Posts: 127

PostPosted: Fri Jan 16, 2009 10:07 pm    Post subject: Trying to install Atmel AVR32 Studio + Toolchain Reply with quote

Hi All,
Atmel is nice enough to supply sources for their toolchain on their website. I'm currently running into an issue compiling, but am not familiar enough with libtool/autoconf/etc to figure out what's wrong. Just based on the error, it looks like the sources were designed around libtool2.1 whereas I have 2.2 installed, but I wouldn't think that a minor version number should cause this many problems. Any thoughts? What is CDPATH?

/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.18.atmel.1.0.1/bfd -I. -I. -I../../binutils-2.18.atmel.1.0.1/bfd -I../../binutils-2.18.atmel.1.0.1/bfd/../include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c -o archive.lo ../../binutils-2.18.atmel.1.0.1/bfd/archive.c
./libtool: line 154: CDPATH: command not found
libtool: Version mismatch error. This is libtool 2.1a, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.1a
libtool: and run autoconf again.
make[4]: *** [archive.lo] Error 63
make[4]: Leaving directory `/usr/src/rpm/BUILD/build-binutils-avr32/bfd'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/rpm/BUILD/build-binutils-avr32/bfd'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/rpm/BUILD/build-binutils-avr32/bfd'
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/usr/src/rpm/BUILD/build-binutils-avr32'
make: *** [all] Error 2


EDIT: Ok, so looking at the libtool script, it looks like it's dying on the fact that func_check_version_match() isn't happy (not because CDPATH doesn't exist).

EDIT2: Ok, this function fails because macro_revision doesn't seem to exist.


Thanks,
Mike
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum