destroyedlolo l33t
Joined: 17 Jun 2011 Posts: 846 Location: Close to Annecy (France)
|
Posted: Wed Apr 29, 2020 5:58 pm Post subject: Strange cross compiling problem |
|
|
Hello,
I'm trying to install a cross compiler on an x86 box for my ARM's BananaPI but I got an error.
The BananaPI's GCC is exposed as :armv7a-unknown-linux-gnueabihf
I did the installation on another PC 2 weeks back using :
Code: | nice crossdev --ov-output /usr/local/portage -S -t armv7a-unknown-linux-gnueabihf |
No problem, everything's working well.
But on this second box, it's failling with following error
Code: | Calculating dependencies ..... .... done!
emerge: there are no ebuilds to satisfy "cross-armv7a-unknown-linux-gnueabihf/binutils".
emerge: searching for similar names...
emerge: Maybe you meant any of these: cross-armv7a-hardfloat-linux-gnueabi/binutils, cross-armv7a-hardfloat-linux-gnueabi/gdb, cross-armv7a-hardfloat-linux-gnueabi/linux-headers?
|
What can I do to solve this issue ?
Thanks
Laurent |
|