Tagged Questions
0
votes
2answers
76 views
How to build AVR cross-compler under Gentoo Linux?
I need to install AVR cross-compiler on my PC. Some time ago I have used crossdev -S avr to build one, but it doesn't work anymore. I get following:
Calculating dependencies * Missing digest for ...
3
votes
0answers
111 views
target/build CFLAGS mixup when cross-emerging due to bug or my stupidity?
I'm trying to emerge LLVM using emerge from a crossdev (for ARM) overlay in Gentoo. I've set the CFLAG of the overlay to optimise for arm (-march=armv6j), which seems to make ./configure fail on the ...
4
votes
3answers
433 views
Changing my toolchain architecture (in gentoo)
This is somewhat gentoo-specific, so I'll explain it in that context, then try to abstract it to a generic linux machine.
I accidently set my CHOST to "i686-pc-linux-gnu" in the beginning, not paying ...