Tagged Questions
4
votes
0answers
395 views
CLFS: Building GCC cross compiler
Currently I try to build a embedded Linux from scratch with the instructions from Cross Linux from Scratch.
Everything worked fine until I tried to compile the GCC Cross-Compiler. I want to build the ...
2
votes
0answers
352 views
Compile parameters for MIPS based codesourcery toolchain?
I installed codesourcery cross compile toolchain for mips32 architecture on my WIN 7 machince. I want to first compile a simple 'factorial' binary for my router which is based on MIPS32. From little ...
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 ...