View previous topic :: View next topic |
Author |
Message |
bastibasti Guru

Joined: 27 Nov 2006 Posts: 590
|
Posted: Wed Dec 24, 2008 8:16 pm Post subject: Avr-gcc?? |
|
|
Hi Iam trying to install the avr-gcc.
emergeing avr-libc tells me to install avr-gcc first (crossdev -t avr) but instead of installing avr-gcc it tries to install avr-libc which doesn install
Anny suggestions? |
|
Back to top |
|
 |
eccerr0r Watchman

Joined: 01 Jul 2004 Posts: 10069 Location: almost Mile High in the USA
|
Posted: Wed Dec 24, 2008 11:55 pm Post subject: |
|
|
That is strange, crossdev/avr-gcc should not need avr-libc to build. Did you try running individual stages with crossdev, say -s0 to build pieces of the toolchain, then let it go further till it chokes?
Sounds like a potential crossdev issue. It's been a long time since I built the avr tool chain on my machine (still using avr-gcc 3.4.6 for stability) so much could have happened. _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
 |
Gabriel_Blake Guru

Joined: 16 Sep 2007 Posts: 362
|
Posted: Mon Dec 29, 2008 3:21 pm Post subject: |
|
|
That's a know issue. If you want to use avr-gcc:
Code: |
emerge sys-devel/cross-avr
emerge cross-avr/gcc
emerge cross-avr/binutils
crossdev -t
|
Should be fine Crossdev cannot make avrlibc without gcc and binutils already there. It worked for me.
BTW... I'm having trouble with updating avr-gcc now, so maybe it's a new problem. Something messed up in portage. |
|
Back to top |
|
 |
|