Linux - Newbie This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
|
11-21-2009, 11:11 AM
|
#1
|
LQ Newbie
Registered: Sep 2009
Posts: 15
Rep:
|
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?
|
|
|
11-21-2009, 01:57 PM
|
#2
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
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 ?
.....
|
|
|
11-21-2009, 10:05 PM
|
#3
|
LQ Newbie
Registered: Sep 2009
Posts: 15
Original Poster
Rep:
|
my replies below
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.
|
|
|
11-21-2009, 11:05 PM
|
#4
|
LQ 5k Club
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,519
|
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.
The (only) recommended / maintained / updated tool is crosstool-NG
http://ymorin.is-a-geek.org/dokuwiki/projects/crosstool
http://ymorin.is-a-geek.org/download...-1.5.1.tar.bz2
.. updated three weeks ago.
.....
It is advisable to tell which Linux, you are using, every time
a question is asked ... like Fedora 11, RedhatEL5, CentOS 5.4 ...
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html
.....
|
|
|
11-22-2009, 12:13 AM
|
#5
|
LQ Newbie
Registered: Sep 2009
Posts: 15
Original Poster
Rep:
|
Thanks .I will go through the steps you mentioned and will get back to you in case I face any problem.
|
|
|
All times are GMT -5. The time now is 04:20 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|