This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re:Trouble building powerpc-linux


I had the same problem when I started building GCC
from 3.1, though I am not fully done yet but passed
this stage.

I built binutils first by specifying --with-headers
and
--target=powerpc-unknown-linux-gnu etc. The header
files get copied into this specified directory and the
header directory automatically gets included in path
to look for header files.

I used these two options for gcc configuration as well
You do not need to give host normally. Now I am stuck
at building libstdc++ where it is getting some asm
errors.
-Bijendra


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]