View previous topic :: View next topic |
Author |
Message |
legacy Tux's lil' helper
Joined: 10 Sep 2012 Posts: 144
|
Posted: Fri Apr 13, 2018 9:32 pm Post subject: crossdev fails to emerge mipsel-softfloat-linux-gnu |
|
|
Code: |
2018-04-12--19-18-58---2018-04-12--19-43-17 - [ =cross-mipsle-softfloat-linux-gnu/binutils-2.30-r1 ] - success - @2.29.1/6.4.0
2018-04-12--19-43-18---2018-04-12--20-32-37 - [ =cross-mipsle-softfloat-linux-gnu/gcc-6.4.0 ] - failure - @2.29.1/6.4.0
2018-04-12--21-32-31---2018-04-12--21-32-51 - { mipsel-softfloat-linux-gnu@2.20.1-r1/4.4.7 } - failure - @2.29.1/6.4.0
2018-04-12--21-36-35---2018-04-12--22-01-26 - [ =cross-mipsel-softfloat-linux-gnu/binutils-2.30-r1 ] - success - @2.29.1/6.4.0
2018-04-12--22-01-26---2018-04-12--22-53-35 - [ =cross-mipsel-softfloat-linux-gnu/gcc-6.4.0 ] - failure - @2.29.1/6.4.0
2018-04-12--23-00-29---2018-04-12--23-36-55 - [ =cross-mipsel-unknown-linux-gnu/binutils-2.30-r1 ] - success - @2.29.1/6.4.0
2018-04-12--23-36-55---2018-04-13--00-37-37 - [ =cross-mipsel-unknown-linux-gnu/gcc-6.4.0 ] - failure - @2.29.1/6.4.0
|
i need to crosscompile a kernel with host=powerpc, target=mipsel-softfloat-linux-gnu
but I am not able to emerge a good toolchain, with a glibc (in case I want to crossemerge)
mipsel-softfloat-linux-gnu-binutils has always had success, but mipsel-softfloat-linux-gnu-gcc has always failed
any hints about "how" to compile the toolchain[/code]? |
|
Back to top |
|
|
legacy Tux's lil' helper
Joined: 10 Sep 2012 Posts: 144
|
Posted: Fri Apr 13, 2018 9:49 pm Post subject: |
|
|
I have partially solved with the following
Code: | USE="nopie nossp" EXTRA_ECONF="--with-mips-plt --with-arch=mips32r2 --with-tune=mips32r2 --with-llsc --with-float=soft" myemerge-log crossdev -t mipsel-softfloat-linux-gnu --b 2.21-r1 --g 4.6.2 --l 3.2 --l 2.14.1-r2 --without-headers --ex-gdb |
binutils and gcc has successfully emerged, but glibc still fails |
|
Back to top |
|
|
|