sakaki- / gentoo-on-rpi-64bit

Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
GNU General Public License v3.0
921 stars 126 forks source link

Refusing to create a cross-compiler using the same target name as your host utils. #47

Closed IEXWER closed 6 years ago

IEXWER commented 6 years ago

I don't get a gentoo linux pc,so i try to compile a linux, follow the wiki, on a raspberry 3b with img from you art work. but I met this.

pi64 /usr/local/portage-crossdev/metadata # crossdev --stable -t aarch64-unknown-linux-gnu --genv 'USE="cxx multilib fortran -mudflap nls openmp -sanitize"'

And i want to know how to fix it. If i made some wrong please tell me.

IEXWER commented 6 years ago

Ok,it seem to i have a aarch64-unknown-linux-gnu,

pi64 /usr/local/portage-crossdev/metadata # gcc-config -l [1] aarch64-unknown-linux-gnu-7.3.0

So i can't remake another.

sakaki- commented 6 years ago

Hi, closing this, as you don't need a cross-compiler when building natively, as you have just noted. Please also see my response to your related issue #48. Best, sakaki