No rule to make target `powerpc-linux-gnu-gcc', needed by 'xxx.plugin.so'
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
No rule to make target `powerpc-linux-gnu-gcc', needed by 'xxx.plugin.so'
Can u explain the problem.No rule to make target `powerpc-linux-gnu-gcc', needed by 'xxx.plugin.so'.
->Actually we have a project and it has many .so files.
->I introduced one new .so that is xxxplugin.so in makefile .
->When i compile (ofcourse we have powerpc).it gives the above error -->what it means am unable to figure out?can some one help me please?
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492
Rep:
Please clarify a couple of things :
Which OS are you using ? ?
Are you cross compiling ?
Has the software / project got a name ?
If it is an "in house" project, somebody there must know,
why they wrote `powerpc-linux-gnu-gcc' ?
"powerpc-linux-gnu-gcc" is a cross compiler binary, used
to build for target powerpc on a host with a different OS.
A bug in a file / Makefile / configuration scripts ?
.....
Which OS are you using ?
->Linux
Are you cross compiling ?
->we use the same code for i86 as well as powerpc
Has the software / project got a name ?
->it has the name
we compile specifying the TARGET=powerpc.Since am introducing a file for the first time in the project am facing these issues.Am unable to figur eout the exact problem.Is it with Makefile or am unable to compile my file for powerpc.Please justhelp me in tracing the error.
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,492
Rep:
To cross compile, you will need a dedicated tool - chain.
A tool chain is minimum : binutils, a libc,
the powerpc-linux-gnu-gcc compiler, all specially compiled
to produce code / binaries, which can run on the powerpc
processor. Also meaning : You cannot test the result on
Linux.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.